From 373b78b2d9895b9630d69a986d04c0d0859d4f44 Mon Sep 17 00:00:00 2001 From: Sam T Date: Sun, 9 Jun 2013 21:29:04 +0400 Subject: ~ Prepare for hackage. --- bencoding.cabal | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index 5022352..c75b724 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -1,7 +1,6 @@ name: bencoding version: 0.1.0.0 -synopsis: A library for encoding and decoding the BEncode data. -description: A library for encoding and decoding the BEncode data. +synopsis: A library for encoding and decoding of BEncode data. homepage: https://github.com/pxqr/bencoding bug-reports: https://github.com/pxqr/bencoding/issues license: MIT @@ -12,12 +11,20 @@ copyright: (c) 2013, Sam T. category: Codec, Data build-type: Simple cabal-version: >= 1.8 +description: + + A library for encoding and decoding of BEncode data. + . + [/Release notes/] + . + * /0.1.0.0:/ Initial version. + extra-source-files: README.md .travis.yml source-repository head type: git - location: https://github.com/pxqr/bencoding.git + location: git://github.com/pxqr/bencoding.git library @@ -40,7 +47,7 @@ executable pp , bytestring , bencoding hs-source-dirs: pp - ghc-options: -Wall -O2 + ghc-options: -Wall test-suite properties -- cgit v1.2.3