[commit: packages/time] format-widths: test: cabal: fix flag (a8b3255)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:20:33 UTC 2017
Repository : ssh://git@git.haskell.org/time
On branch : format-widths
Link : http://git.haskell.org/packages/time.git/commitdiff/a8b325538bb0116ec5e6f64885ac8bfea04aa1b0
>---------------------------------------------------------------
commit a8b325538bb0116ec5e6f64885ac8bfea04aa1b0
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Fri Feb 3 14:52:34 2017 -0800
test: cabal: fix flag
>---------------------------------------------------------------
a8b325538bb0116ec5e6f64885ac8bfea04aa1b0
time.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/time.cabal b/time.cabal
index 0a0ecb9..929a6bb 100644
--- a/time.cabal
+++ b/time.cabal
@@ -161,7 +161,7 @@ test-suite test-main
test-suite test-unix
if os(windows)
- buildable: false
+ buildable: False
type: exitcode-stdio-1.0
hs-source-dirs: test/unix
default-language: Haskell2010
More information about the ghc-commits
mailing list