From 7c12294d30276113d59b90bc751d6047ffd677f1 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sat, 5 Jan 2013 11:07:01 -0500 Subject: Clean up the arbitrary instances file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 ghc --make $(GHCFLAGS) -o $@ $^ Data/OpenPGP/Arbitrary.hs: Data/OpenPGP.hs Arbitrary.patch - 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 + derive -d Arbitrary -m Data.OpenPGP.Arbitrary -iData.OpenPGP -iData.OpenPGP.Internal -iTest.QuickCheck -iTest.QuickCheck.Instances -iData.Word -o $@ Data/OpenPGP.hs patch $@ Arbitrary.patch report.html: tests/suite.hs Data/OpenPGP.hs Data/OpenPGP/Internal.hs -- cgit v1.2.3