summaryrefslogtreecommitdiff
path: root/openpgp-util.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-12-15 00:28:24 -0500
committerjoe <joe@jerkface.net>2013-12-15 00:28:24 -0500
commit8dd042382eb2a676bac6cd266268ef4d3ed2b390 (patch)
tree1f07a943f7b2dbfdfcd0b06402d5eed6ff66e8fc /openpgp-util.cabal
parentc3ef10effee71d37a96db2c8bb6b7870dd104fd4 (diff)
Added other-modules section to satify the linking stage.
Diffstat (limited to 'openpgp-util.cabal')
-rw-r--r--openpgp-util.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/openpgp-util.cabal b/openpgp-util.cabal
index 8d476d2..5bc4bfb 100644
--- a/openpgp-util.cabal
+++ b/openpgp-util.cabal
@@ -28,6 +28,12 @@ description:
28library 28library
29 exposed-modules: 29 exposed-modules:
30 Data.OpenPGP.Util 30 Data.OpenPGP.Util
31 other-modules:
32 Data.OpenPGP.Util.Fingerprint
33 Data.OpenPGP.Util.Base
34 Data.OpenPGP.Util.Verify
35 Data.OpenPGP.Util.Sign
36 Data.OpenPGP.Util.DecryptSecretKey
31 37
32 build-depends: 38 build-depends:
33 base == 4.*, 39 base == 4.*,