From a9318a35dcdb7797d0d7ac4d78eed96ce770e215 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 16 Dec 2016 18:44:35 +0300 Subject: [PATCH] =?UTF-8?q?A=20correction=20regarding=20required=20version?= =?UTF-8?q?=20of=20=E2=80=98base=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inflections.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inflections.cabal b/inflections.cabal index 7b4bb15..c8f3451 100644 --- a/inflections.cabal +++ b/inflections.cabal @@ -48,7 +48,7 @@ library ghc-options: -Wall -Werror else ghc-options: -O2 -Wall - build-depends: base >= 4.6 && < 4.10 + build-depends: base >= 4.6 && < 5.0 , exceptions >= 0.6 && < 0.9 , megaparsec >= 5.0 && < 6.0 , text >= 0.2 && < 1.3 @@ -61,7 +61,7 @@ test-suite test main-is: Spec.hs build-depends: inflections , QuickCheck >= 2.7.6 && < 3.0 - , base >= 4.2 && < 4.10 + , base >= 4.6 && < 5.0 , hspec >= 2.0 && < 3.0 , megaparsec >= 5.0 && < 6.0 , text >= 0.2 && < 1.3