[commit: packages/time] master, wip/travis: specify QuickCheck version (1c69e66)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:47:04 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/1c69e66cfbf65a7e224ef97023063b9c7d39e112
>---------------------------------------------------------------
commit 1c69e66cfbf65a7e224ef97023063b9c7d39e112
Author: Ashley Yakeley <ashley at semantic.org>
Date: Sat May 7 21:21:47 2011 -0700
specify QuickCheck version
Ignore-this: b82b874985d6bc74cf6f7989f46f5a96
darcs-hash:20110508042147-ac6dd-0198670fb2c4e5ecc8e0ffa16dcc2b6618564ac7
>---------------------------------------------------------------
1c69e66cfbf65a7e224ef97023063b9c7d39e112
test/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index 5c1487a..f8ef07d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
GHC = ghc
-GHCFLAGS = -package time
+GHCFLAGS = -package time -package QuickCheck-1.2.0.1
default:
make CurrentTime.run ShowDST.run test
@@ -50,7 +50,7 @@ TimeZone.ref: FORCE
date +%z > $@
TestParseTime: TestParseTime.o
- $(GHC) $(GHCFLAGS) -package QuickCheck $^ -o $@
+ $(GHC) $(GHCFLAGS) $^ -o $@
test: \
TestMonthDay.diff \
More information about the ghc-commits
mailing list