summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 11:07:01 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 11:07:01 -0500
commit7c12294d30276113d59b90bc751d6047ffd677f1 (patch)
tree09f232a42a04b884cd81ba156a14cb4eabbb83e8 /Makefile
parentf77bf825d106c7b3b1fbe7e6a2028455ef2bbe82 (diff)
Clean up the arbitrary instances file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fba1c6b..00f4e08 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ tests/suite: tests/suite.hs Data/OpenPGP.hs Data/OpenPGP/Internal.hs Data/OpenPG
23 ghc --make $(GHCFLAGS) -o $@ $^ 23 ghc --make $(GHCFLAGS) -o $@ $^
24 24
25Data/OpenPGP/Arbitrary.hs: Data/OpenPGP.hs Arbitrary.patch 25Data/OpenPGP/Arbitrary.hs: Data/OpenPGP.hs Arbitrary.patch
26 derive -d Arbitrary -m Data.OpenPGP.Arbitrary -iData.OpenPGP -iData.OpenPGP.Internal -iTest.QuickCheck -iTest.QuickCheck.Instances -iNumeric -iData.Char -iData.Word -o $@ Data/OpenPGP.hs 26 derive -d Arbitrary -m Data.OpenPGP.Arbitrary -iData.OpenPGP -iData.OpenPGP.Internal -iTest.QuickCheck -iTest.QuickCheck.Instances -iData.Word -o $@ Data/OpenPGP.hs
27 patch $@ Arbitrary.patch 27 patch $@ Arbitrary.patch
28 28
29report.html: tests/suite.hs Data/OpenPGP.hs Data/OpenPGP/Internal.hs 29report.html: tests/suite.hs Data/OpenPGP.hs Data/OpenPGP/Internal.hs