Skip to content
Snippets Groups Projects
Commit 1c69e66c authored by Ashley Yakeley's avatar Ashley Yakeley
Browse files

specify QuickCheck version

Ignore-this: b82b874985d6bc74cf6f7989f46f5a96

darcs-hash:20110508042147-ac6dd-0198670fb2c4e5ecc8e0ffa16dcc2b6618564ac7
parent ff069238
No related branches found
No related tags found
No related merge requests found
GHC = ghc GHC = ghc
GHCFLAGS = -package time GHCFLAGS = -package time -package QuickCheck-1.2.0.1
default: default:
make CurrentTime.run ShowDST.run test make CurrentTime.run ShowDST.run test
...@@ -50,7 +50,7 @@ TimeZone.ref: FORCE ...@@ -50,7 +50,7 @@ TimeZone.ref: FORCE
date +%z > $@ date +%z > $@
TestParseTime: TestParseTime.o TestParseTime: TestParseTime.o
$(GHC) $(GHCFLAGS) -package QuickCheck $^ -o $@ $(GHC) $(GHCFLAGS) $^ -o $@
test: \ test: \
TestMonthDay.diff \ TestMonthDay.diff \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment