summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 04:46:08 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 04:46:08 +0400
commit484e45c985a4a63a21ed9ef553373d58cbed703e (patch)
tree5d00d833b8666ab6409c29518e2ee5887fe41d21
parent9a6cc9574acaf2be87b30dc660fc3fe3f5ca6168 (diff)
Bump version
-rw-r--r--bencoding.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 7fa51fb..d09b615 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.2.1.0 2version: 0.2.2.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -24,7 +24,7 @@ description:
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 * /0.2.2.0:/ Arbitrary length integers. (by specification)
28 28
29extra-source-files: README.md 29extra-source-files: README.md
30 30
@@ -37,7 +37,7 @@ source-repository this
37 type: git 37 type: git
38 location: git://github.com/cobit/bencoding.git 38 location: git://github.com/cobit/bencoding.git
39 branch: master 39 branch: master
40 tag: v0.2.1.0 40 tag: v0.2.2.0
41 41
42library 42library
43 default-language: Haskell2010 43 default-language: Haskell2010