[commit: packages/filepath] master: Reformat whitespace (6fb3fcb)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:33:37 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/6fb3fcb22b283e6d41d062bafa96d61387c91d0d
>---------------------------------------------------------------
commit 6fb3fcb22b283e6d41d062bafa96d61387c91d0d
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Oct 19 14:02:26 2014 +0100
Reformat whitespace
>---------------------------------------------------------------
6fb3fcb22b283e6d41d062bafa96d61387c91d0d
tests/AutoTest.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/AutoTest.hs b/tests/AutoTest.hs
index 38a9501..96e6fbb 100644
--- a/tests/AutoTest.hs
+++ b/tests/AutoTest.hs
@@ -22,7 +22,7 @@ constTest False = error "Failed on constTest"
newtype QFilePath = QFilePath FilePath
- deriving Show
+ deriving Show
instance Arbitrary QFilePath where
arbitrary = fmap (QFilePath . map fromQChar) arbitrary
More information about the ghc-commits
mailing list