[commit: packages/time] format-widths, ghc, master: test: cabal: fix flag (a8b3255)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:56:54 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,master
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