From 78cf5ee95844e21b899967f023d75cd3ec073ef3 Mon Sep 17 00:00:00 2001 From: Kamil Figiela Date: Wed, 12 Aug 2015 19:45:31 +0200 Subject: [PATCH] Remove upper bound for version of base dependency --- nats.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats.cabal b/nats.cabal index c122b46..f731a91 100644 --- a/nats.cabal +++ b/nats.cabal @@ -46,6 +46,6 @@ library hs-source-dirs: src exposed-modules: Numeric.Natural ghc-options: -Wall - build-depends: base >= 2 && < 4.8 + build-depends: base >= 2 if flag(hashable) build-depends: hashable >= 1.1 && < 1.3