diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-06-02 06:43:00 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-06-02 06:43:00 +0400 |
commit | 4de96724e4006589022e08b6ed247784f958b508 (patch) | |
tree | 7c7807a4e9425fca1151e1fed909a3643238278f /network-bittorrent.cabal | |
parent | dea6c9b2ea1037ee54f1908ebc6a5e193e0cfac6 (diff) |
~ Use pretty package for pretty print.
This is a bit faster and pretty!
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 44dee474..ef22844c 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -75,6 +75,7 @@ library | |||
75 | , cryptohash | 75 | , cryptohash |
76 | , filepath >= 1 | 76 | , filepath >= 1 |
77 | , bits-atomic >= 0.1 | 77 | , bits-atomic >= 0.1 |
78 | , pretty | ||
78 | 79 | ||
79 | extensions: PatternGuards | 80 | extensions: PatternGuards |
80 | hs-source-dirs: src | 81 | hs-source-dirs: src |