summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-30 10:05:06 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-30 10:05:06 -0500
commit78c7085809d15c1c42ff2ed211d8a53c95988d93 (patch)
treeb4cb66a1c64b18dea4e247637fc5f24fa676a0fc
parent905e4e82e295b2fa0f547e7c8d458c3f35944bcc (diff)
fix cabal medatada
-rw-r--r--openpgp.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/openpgp.cabal b/openpgp.cabal
index 31ca014..bcbe203 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -126,7 +126,6 @@ library
126 126
127 other-modules: 127 other-modules:
128 Data.OpenPGP.Internal 128 Data.OpenPGP.Internal
129 Data.OpenPGP.Arbitrary
130 129
131 build-depends: 130 build-depends:
132 base == 4.*, 131 base == 4.*,
@@ -140,6 +139,9 @@ test-suite tests
140 type: exitcode-stdio-1.0 139 type: exitcode-stdio-1.0
141 main-is: tests/suite.hs 140 main-is: tests/suite.hs
142 141
142 other-modules:
143 Data.OpenPGP.Arbitrary
144
143 build-depends: 145 build-depends:
144 base == 4.*, 146 base == 4.*,
145 bytestring, 147 bytestring,
@@ -149,6 +151,7 @@ test-suite tests
149 bzlib, 151 bzlib,
150 HUnit, 152 HUnit,
151 QuickCheck >= 2.4.1.1, 153 QuickCheck >= 2.4.1.1,
154 quickcheck-instances,
152 test-framework, 155 test-framework,
153 test-framework-hunit, 156 test-framework-hunit,
154 test-framework-quickcheck2 157 test-framework-quickcheck2