Skip to content

Commit bfd653e

Browse files
committed
Bumped version
1 parent c721a14 commit bfd653e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-rpc-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: json-rpc-server
5-
version: 0.1.1.0
5+
version: 0.1.2.0
66
license: MIT
77
license-file: LICENSE
88
category: Network, JSON
@@ -11,7 +11,7 @@ synopsis: JSON RPC 2.0 on the server side.
1111
build-type: Simple
1212
extra-source-files: README.md
1313
cabal-version: >=1.8
14-
tested-with: GHC == 7.4.1, GHC == 7.6.3
14+
tested-with: GHC == 7.0.1, GHC == 7.4.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3
1515
description: An implementation of the server side of JSON RPC 2.0.
1616
See <http://www.jsonrpc.org/specification>. This
1717
library uses 'ByteString' for input and output,

0 commit comments

Comments
 (0)