[commit: packages/time] format-widths: test: don't build test-unix on Windows (155227f)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:20:31 UTC 2017
Repository : ssh://git@git.haskell.org/time
On branch : format-widths
Link : http://git.haskell.org/packages/time.git/commitdiff/155227f74ba30654f2ab7727bc824506efc34b9e
>---------------------------------------------------------------
commit 155227f74ba30654f2ab7727bc824506efc34b9e
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Fri Feb 3 14:16:11 2017 -0800
test: don't build test-unix on Windows
>---------------------------------------------------------------
155227f74ba30654f2ab7727bc824506efc34b9e
time.cabal | 2 ++
1 file changed, 2 insertions(+)
diff --git a/time.cabal b/time.cabal
index a30fc45..0a0ecb9 100644
--- a/time.cabal
+++ b/time.cabal
@@ -160,6 +160,8 @@ test-suite test-main
Test.LocalTime.TimeRef
test-suite test-unix
+ if os(windows)
+ buildable: false
type: exitcode-stdio-1.0
hs-source-dirs: test/unix
default-language: Haskell2010
More information about the ghc-commits
mailing list