summaryrefslogtreecommitdiff
path: root/openpgp.cabal
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 17:40:13 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 17:41:55 -0500
commit9cb589a33a09f42afa921ed6667f652b0c52a3f0 (patch)
treecd355d848bc269f424d584d50ceb8c37ed5acca5 /openpgp.cabal
parentf71c938026eeaff0ca110960fd78109cca3791ce (diff)
this list is always tiny, Data.Map is overkill
Diffstat (limited to 'openpgp.cabal')
-rw-r--r--openpgp.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/openpgp.cabal b/openpgp.cabal
index 3f3d592..18e537a 100644
--- a/openpgp.cabal
+++ b/openpgp.cabal
@@ -126,7 +126,6 @@ library
126 126
127 build-depends: 127 build-depends:
128 base == 4.*, 128 base == 4.*,
129 containers,
130 bytestring, 129 bytestring,
131 utf8-string, 130 utf8-string,
132 binary, 131 binary,
@@ -139,7 +138,6 @@ test-suite tests
139 138
140 build-depends: 139 build-depends:
141 base == 4.*, 140 base == 4.*,
142 containers,
143 bytestring, 141 bytestring,
144 utf8-string, 142 utf8-string,
145 binary, 143 binary,