summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index da58260..e3d6639 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -28,7 +28,7 @@ library
28 , bytestring >= 0.10.2.0 28 , bytestring >= 0.10.2.0
29 , attoparsec >= 0.10 29 , attoparsec >= 0.10
30 , text >= 0.11 30 , text >= 0.11
31 , ansi-wl-pprint 31 , pretty
32 32
33 hs-source-dirs: src 33 hs-source-dirs: src
34 34
@@ -55,7 +55,6 @@ test-suite properties
55 , containers >= 0.4 55 , containers >= 0.4
56 , bytestring >= 0.10.2.0 56 , bytestring >= 0.10.2.0
57 , attoparsec >= 0.10 57 , attoparsec >= 0.10
58 , ansi-wl-pprint
59 58
60 , test-framework 59 , test-framework
61 , test-framework-quickcheck2 60 , test-framework-quickcheck2