From bdd7df5bec02091a92330ce5f38662a4582f4f0b Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Wed, 22 Sep 2010 20:42:17 +0000 Subject: [PATCH] Add upper bound --- plugins.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.cabal b/plugins.cabal index 14d3c2c..885ede4 100644 --- a/plugins.cabal +++ b/plugins.cabal @@ -41,7 +41,7 @@ library extensions: CPP, ForeignFunctionInterface ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures hs-source-dirs: src - build-depends: base >= 4, + build-depends: base >= 4 && < 5, Cabal >= 1.6, haskell-src, containers,