summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-26 21:06:33 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-26 21:06:33 +0400
commit1c7601a6cca488202abb24578ac9163029f381ab (patch)
treef9c43237e33179c899c8f70174e56f67ec1e33a2 /bencoding.cabal
parent7c5980dae2000c45683b8af6ef91eb0a19b1e8ef (diff)
~ Move instance for NFData to library.
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 7918508..0aa251a 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -20,7 +20,8 @@ description:
20 * /0.1.0.0:/ Initial version. 20 * /0.1.0.0:/ Initial version.
21 21
22 22
23extra-source-files: README.md .travis.yml 23extra-source-files: README.md
24 .travis.yml
24 25
25source-repository head 26source-repository head
26 type: git 27 type: git
@@ -30,6 +31,7 @@ source-repository head
30library 31library
31 exposed-modules: Data.BEncode 32 exposed-modules: Data.BEncode
32 build-depends: base == 4.* 33 build-depends: base == 4.*
34 , deepseq == 1.3.*
33 , containers >= 0.4 35 , containers >= 0.4
34 , bytestring >= 0.10.0.0 36 , bytestring >= 0.10.0.0
35 , attoparsec >= 0.10 37 , attoparsec >= 0.10