From 8deb9ec7c7d500daa3e84a92de02ae205ada7433 Mon Sep 17 00:00:00 2001 From: Sam T Date: Sun, 2 Jun 2013 07:04:34 +0400 Subject: ~ 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. --- bencoding.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index da58260..e3d6639 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -28,7 +28,7 @@ library , bytestring >= 0.10.2.0 , attoparsec >= 0.10 , text >= 0.11 - , ansi-wl-pprint + , pretty hs-source-dirs: src @@ -55,7 +55,6 @@ test-suite properties , containers >= 0.4 , bytestring >= 0.10.2.0 , attoparsec >= 0.10 - , ansi-wl-pprint , test-framework , test-framework-quickcheck2 -- cgit v1.2.3