diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | krpc.cabal | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ | |||
1 | 2014-02-19 Sam Truzjan <pxqr.sta@gmail.com> | ||
2 | |||
3 | 0.6.0.0 | ||
4 | |||
5 | API changes: | ||
6 | |||
7 | * Added isActive: this predicate can be used to implement | ||
8 | MonadActive instance and useful for resource | ||
9 | initialization/finalization sanity check. | ||
10 | |||
1 | 2014-01-08 Sam Truzjan <pxqr.sta@gmail.com> | 11 | 2014-01-08 Sam Truzjan <pxqr.sta@gmail.com> |
2 | 12 | ||
3 | 0.6.0.0: Logging + exceptions. | 13 | 0.6.0.0: Logging + exceptions. |
@@ -1,5 +1,5 @@ | |||
1 | name: krpc | 1 | name: krpc |
2 | version: 0.6.0.0 | 2 | version: 0.6.1.0 |
3 | license: BSD3 | 3 | license: BSD3 |
4 | license-file: LICENSE | 4 | license-file: LICENSE |
5 | author: Sam Truzjan | 5 | author: Sam Truzjan |
@@ -32,7 +32,7 @@ source-repository this | |||
32 | type: git | 32 | type: git |
33 | location: git://github.com/cobit/krpc.git | 33 | location: git://github.com/cobit/krpc.git |
34 | branch: master | 34 | branch: master |
35 | tag: v0.6.0.0 | 35 | tag: v0.6.1.0 |
36 | 36 | ||
37 | library | 37 | library |
38 | default-language: Haskell2010 | 38 | default-language: Haskell2010 |