From b5461747e7be226d3b67daebc3c9aefe8a4490ad Mon Sep 17 00:00:00 2001 From: pngwjpgh Date: Sun, 10 Mar 2019 15:15:47 +0100 Subject: [PATCH] Bump base, data-default-class, and memcached-binary --- memcached-binary.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/memcached-binary.cabal b/memcached-binary.cabal index 66c9bec..e803f22 100644 --- a/memcached-binary.cabal +++ b/memcached-binary.cabal @@ -25,14 +25,14 @@ library Database.Memcached.Binary.Types.Exception other-modules: Database.Memcached.Binary.Internal Database.Memcached.Binary.Internal.Definition - build-depends: base >=4.6 && <4.9 + build-depends: base >=4.6 && <4.11 , bytestring >=0.10 && <0.11 , network >=2.5 && <2.7 , storable-endian >=0.2 && <0.3 - , data-default-class >=0.0 && <0.1 + , data-default-class >=0.0 && <0.2 , resource-pool >=0.2 && <0.3 , unordered-containers >=0.2 && <0.3 - , time >=1.4 && <1.6 + , time >=1.4 && <1.9 ghc-options: -Wall -O2 hs-source-dirs: src default-language: Haskell2010