From a8e1d4f21f4b2ce3b913d7325ea3d4d2c1b97e58 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Thu, 20 Dec 2007 02:25:55 +0000 Subject: [PATCH] Cabal >= 1.2.3 --- plugins.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.cabal b/plugins.cabal index b9dabbd..54594a0 100644 --- a/plugins.cabal +++ b/plugins.cabal @@ -37,7 +37,7 @@ library ghc-options: -Wall -O -fasm -funbox-strict-fields -fno-warn-missing-signatures hs-source-dirs: src build-depends: base >= 3.0, - Cabal == 1.2.3.0, + Cabal >= 1.2.3, haskell-src, containers, array,