diff options
author | lambda_foo <> | 2016-07-26 22:37:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2016-07-26 22:37:00 (GMT) |
commit | 5ea19c779bcf88b2615aef1660dd211fd4d1cb1d (patch) | |
tree | 47e45e45fa7d4bb4e5072a5f9c39e60e73faabae | |
parent | f0c96a5d5d1e2cb8e65ed06e071bde4f72c08219 (diff) |
version 0.22.0.00.22.0.0
-rw-r--r-- | riak-protobuf.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/riak-protobuf.cabal b/riak-protobuf.cabal index 5ea97b2..99a778e 100644 --- a/riak-protobuf.cabal +++ b/riak-protobuf.cabal @@ -1,5 +1,5 @@ name: riak-protobuf -version: 0.21.0.0 +version: 0.22.0.0 synopsis: Haskell types for the Riak protocol buffer API description: A set of Haskell types for interacting with the protocol buffer @@ -110,8 +110,8 @@ library array >= 0.4, base == 4.*, parsec >= 3, - protocol-buffers >= 2.1.4 && < 2.3, - protocol-buffers-descriptor >= 2.1.4 && < 2.3 + protocol-buffers >= 2.1.4 && < 2.5, + protocol-buffers-descriptor >= 2.1.4 && < 2.5 ghc-options: -Wall -fno-warn-orphans |