summaryrefslogtreecommitdiff
path: root/openpgp.cabal
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 15:05:59 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 15:05:59 -0500
commit945512be4374fd48bfe09ca4018fc5fe94d3f26e (patch)
tree7aa7ee9efa7edac3e220757cce0dbea9e803271e /openpgp.cabal
parent4e01c764e40a1c7ba45ed1e0d1a44677338ac549 (diff)
Remove BaseConvert
We only use it for hex, which is in base, and base even has a utility for arbitrary-base conversions.
Diffstat (limited to 'openpgp.cabal')
-rw-r--r--openpgp.cabal3
1 files changed, 0 insertions, 3 deletions
diff --git a/openpgp.cabal b/openpgp.cabal
index c20f6fc..0a40b94 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -128,9 +128,6 @@ library
128 Data.OpenPGP 128 Data.OpenPGP
129 Data.OpenPGP.Crypto 129 Data.OpenPGP.Crypto
130 130
131 other-modules:
132 Data.BaseConvert
133
134 build-depends: 131 build-depends:
135 base == 4.*, 132 base == 4.*,
136 containers, 133 containers,