summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-29 08:37:41 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-29 08:37:41 +0400
commitaec496291de09c0387d51a3ee1fbdb5927b19c15 (patch)
tree85895e2182431b97cac41fe221798d93c63ffec9 /bencoding.cabal
parentbb73c6aa23a05ad55432b869649c89e9eb656d6c (diff)
Rename decode and encode to mimic Binary package
This lead to more intuitive API.
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index bbbf001..916771e 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -40,13 +40,16 @@ library
40 hs-source-dirs: src 40 hs-source-dirs: src
41 exposed-modules: Data.BEncode 41 exposed-modules: Data.BEncode
42 , Data.BEncode.BDict 42 , Data.BEncode.BDict
43 43 , Data.BEncode.Internal
44 , Data.BEncode.Types
44 build-depends: base == 4.* 45 build-depends: base == 4.*
45 , ghc-prim 46 , ghc-prim
46 , deepseq == 1.3.* 47 , deepseq == 1.3.*
47 , containers >= 0.4 48 , mtl
48 , bytestring >= 0.10.0.2 49
49 , attoparsec >= 0.10 50 , attoparsec >= 0.10
51 , bytestring >= 0.10.0.2
52 , containers >= 0.4
50 , text >= 0.11 53 , text >= 0.11
51 , pretty 54 , pretty
52 ghc-options: -Wall -fno-warn-unused-do-bind 55 ghc-options: -Wall -fno-warn-unused-do-bind