summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-14 19:59:01 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-14 19:59:01 +0400
commitfa7861cc092fb3d423d6e3c05df36d3651068de8 (patch)
tree6314346d02c83613a8bfda9b7ee8697678dc8f24
parent780cfe4fc3b59f76b23ec18d8e798d300e9a7e7e (diff)
Bump version number to 0.4.2.0
-rw-r--r--ChangeLog6
-rw-r--r--bencoding.cabal4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd0f637..73603df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12013-12-14 Sam Truzjan <pxqr.sta@gmail.com>
2
3 * 0.4.2.0: Override default fixity for operators: previously it
4 has been impossible to mix bencode Get operators ((<$>!), (<$>?),
5 (<*>!), (<*>?)) with applicative operators ((<$>), (<*>)).
6
12013-12-08 Sam Truzjan <pxqr.sta@gmail.com> 72013-12-08 Sam Truzjan <pxqr.sta@gmail.com>
2 8
3 * 0.4.1.0: Expose parser and builder so it is possible to use 9 * 0.4.1.0: Expose parser and builder so it is possible to use
diff --git a/bencoding.cabal b/bencoding.cabal
index 1b131c9..ba7417e 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.4.1.0 2version: 0.4.2.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -29,7 +29,7 @@ source-repository this
29 type: git 29 type: git
30 location: git://github.com/cobit/bencoding.git 30 location: git://github.com/cobit/bencoding.git
31 branch: master 31 branch: master
32 tag: v0.4.1.0 32 tag: v0.4.2.0
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010