summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-02 07:04:34 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-02 07:04:34 +0400
commit8deb9ec7c7d500daa3e84a92de02ae205ada7433 (patch)
tree61beb2b1021e9c314a72950f1e6527f4172df142 /bencoding.cabal
parent665c7fe8e106c2920323586cedbdd52f8db09b0f (diff)
~ Use pretty package instead of ansi-wl-pprint.
Because it's already included core libraries in and we do not need all those things provided by ansi-wl-pprint.
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