diff options
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | krpc.cabal | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -7,3 +7,4 @@ | |||
7 | Rename Remote.* to Network.* modules. | 7 | Rename Remote.* to Network.* modules. |
8 | * 0.4.0.0: IPv6 support. | 8 | * 0.4.0.0: IPv6 support. |
9 | * 0.4.0.1: Minor documentation fixes. | 9 | * 0.4.0.1: Minor documentation fixes. |
10 | * 0.4.1.0: Use bencoding-0.4.* | ||
@@ -1,5 +1,5 @@ | |||
1 | name: krpc | 1 | name: krpc |
2 | version: 0.4.0.1 | 2 | version: 0.4.1.0 |
3 | license: BSD3 | 3 | license: BSD3 |
4 | license-file: LICENSE | 4 | license-file: LICENSE |
5 | author: Sam Truzjan | 5 | author: Sam Truzjan |
@@ -29,7 +29,7 @@ source-repository this | |||
29 | type: git | 29 | type: git |
30 | location: git://github.com/cobit/krpc.git | 30 | location: git://github.com/cobit/krpc.git |
31 | branch: master | 31 | branch: master |
32 | tag: v0.4.0.1 | 32 | tag: v0.4.1.0 |
33 | 33 | ||
34 | library | 34 | library |
35 | default-language: Haskell2010 | 35 | default-language: Haskell2010 |