summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 03:33:29 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 03:33:29 +0400
commit74d5a316c3b4d4513766612d11d62c7b9c0f9593 (patch)
treeb2216e76be1fe5b2208eeaf10457af3e102b2913
parent3e740530c4407becae14e840b069e866af0ccf5b (diff)
Bump version
-rw-r--r--bencoding.cabal12
1 files changed, 10 insertions, 2 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 30a2b62..56e0143 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.2.0.0 2version: 0.2.1.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -23,13 +23,21 @@ description:
23 * /0.1.0.0:/ Initial version. 23 * /0.1.0.0:/ Initial version.
24 . 24 .
25 * /0.2.0.0:/ Added default decoders/encoders using GHC Generics. 25 * /0.2.0.0:/ Added default decoders/encoders using GHC Generics.
26 26 .
27 * /0.2.1.0:/ Arbitrary length integers. (by specification)
27 28
28extra-source-files: README.md 29extra-source-files: README.md
29 30
30source-repository head 31source-repository head
31 type: git 32 type: git
32 location: git://github.com/cobit/bencoding.git 33 location: git://github.com/cobit/bencoding.git
34 branch: master
35
36source-repository this
37 type: git
38 location: git://github.com/cobit/bencoding.git
39 branch: master
40 tag: v0.2.1.0
33 41
34library 42library
35 default-language: Haskell2010 43 default-language: Haskell2010