summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-09 21:29:04 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-09 21:29:04 +0400
commit373b78b2d9895b9630d69a986d04c0d0859d4f44 (patch)
treeef222c6d0d9244c7d4291cc098010723e368b402 /bencoding.cabal
parent6e29e493776ae6e45e2ae22c8b9ed1c0bece53aa (diff)
~ Prepare for hackage.
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal15
1 files changed, 11 insertions, 4 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 5022352..c75b724 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,7 +1,6 @@
1name: bencoding 1name: bencoding
2version: 0.1.0.0 2version: 0.1.0.0
3synopsis: A library for encoding and decoding the BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4description: A library for encoding and decoding the BEncode data.
5homepage: https://github.com/pxqr/bencoding 4homepage: https://github.com/pxqr/bencoding
6bug-reports: https://github.com/pxqr/bencoding/issues 5bug-reports: https://github.com/pxqr/bencoding/issues
7license: MIT 6license: MIT
@@ -12,12 +11,20 @@ copyright: (c) 2013, Sam T.
12category: Codec, Data 11category: Codec, Data
13build-type: Simple 12build-type: Simple
14cabal-version: >= 1.8 13cabal-version: >= 1.8
14description:
15
16 A library for encoding and decoding of BEncode data.
17 .
18 [/Release notes/]
19 .
20 * /0.1.0.0:/ Initial version.
21
15 22
16extra-source-files: README.md .travis.yml 23extra-source-files: README.md .travis.yml
17 24
18source-repository head 25source-repository head
19 type: git 26 type: git
20 location: https://github.com/pxqr/bencoding.git 27 location: git://github.com/pxqr/bencoding.git
21 28
22 29
23library 30library
@@ -40,7 +47,7 @@ executable pp
40 , bytestring 47 , bytestring
41 , bencoding 48 , bencoding
42 hs-source-dirs: pp 49 hs-source-dirs: pp
43 ghc-options: -Wall -O2 50 ghc-options: -Wall
44 51
45 52
46test-suite properties 53test-suite properties