summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-26 23:49:07 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-26 23:49:07 +0400
commit35913c887d8ef8f4e42398755bafb1439cd7c1aa (patch)
tree405776b1dbea9a87656476ea187cf3bdfa7348eb /bencoding.cabal
parent6a3edf31e2be9f20c08b5de757e6127977ab0afe (diff)
~ Bump version.
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 bddcb97..4775ff4 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.1.0.1 2version: 0.2.0.0
3synopsis: A library for encoding and decoding of BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/cobit/bencoding 4homepage: https://github.com/cobit/bencoding
5bug-reports: https://github.com/cobit/bencoding/issues 5bug-reports: https://github.com/cobit/bencoding/issues
@@ -19,6 +19,8 @@ description:
19 [/Release notes/] 19 [/Release notes/]
20 . 20 .
21 * /0.1.0.0:/ Initial version. 21 * /0.1.0.0:/ Initial version.
22 .
23 * /0.2.0.0:/ Added default decoders/encoders using GHC Generics.
22 24
23 25
24extra-source-files: README.md 26extra-source-files: README.md