diff options
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | krpc.cabal | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -5,4 +5,5 @@ | |||
5 | * 0.2.2.0: Use bencoding-0.2.2.* | 5 | * 0.2.2.0: Use bencoding-0.2.2.* |
6 | * 0.3.0.0: Use bencoding-0.3.* | 6 | * 0.3.0.0: Use bencoding-0.3.* |
7 | Rename Remote.* to Network.* modules. | 7 | Rename Remote.* to Network.* modules. |
8 | * 0.4.0.0: IPv6 support. \ No newline at end of file | 8 | * 0.4.0.0: IPv6 support. |
9 | * 0.4.0.1: Minor documentation fixes. | ||
@@ -1,5 +1,5 @@ | |||
1 | name: krpc | 1 | name: krpc |
2 | version: 0.4.0.0 | 2 | version: 0.4.0.1 |
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.0 | 32 | tag: v0.4.0.1 |
33 | 33 | ||
34 | library | 34 | library |
35 | default-language: Haskell2010 | 35 | default-language: Haskell2010 |