From 5459bf05e01c9bc59ad1fc5e4bd49dc6db4d9e3a Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 31 Jul 2015 20:06:07 +0600 Subject: [PATCH] =?UTF-8?q?specified=20versions=20of=20=E2=80=98base?= =?UTF-8?q?=E2=80=99=20for=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- megaparsec.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/megaparsec.cabal b/megaparsec.cabal index 2177c09..dba965f 100644 --- a/megaparsec.cabal +++ b/megaparsec.cabal @@ -90,7 +90,7 @@ test-suite oldtests , Bugs.Bug6 , Bugs.Bug9 , Util - build-depends: base + build-depends: base >= 4.8 && < 5 , megaparsec >= 4.0.0 , HUnit == 1.2.* , test-framework >= 0.6 && < 1 @@ -104,7 +104,7 @@ test-suite tests type: exitcode-stdio-1.0 ghc-options: -O2 -Wall -rtsopts default-language: Haskell2010 - build-depends: base + build-depends: base >= 4.8 && < 5 , megaparsec >= 4.0.0 , QuickCheck >= 2.4 && < 3 , test-framework >= 0.6 && < 1