From 80291eec139d35e621cdf57a23e67125b94e095e Mon Sep 17 00:00:00 2001
From: Don Stewart <dons@galois.com>
Date: Tue, 11 Nov 2008 19:02:41 +0000
Subject: [PATCH] bump range

---
 plugins.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins.cabal b/plugins.cabal
index a51cf8f..05f4320 100644
--- a/plugins.cabal
+++ b/plugins.cabal
@@ -1,5 +1,5 @@
 name:               plugins
-version:            1.3
+version:            1.3.1
 homepage:           http://code.haskell.org/~dons/code/hs-plugins
 synopsis:           Dynamic linking for Haskell and C objects
 description:        Dynamic linking and runtime evaluation of Haskell,
@@ -42,7 +42,7 @@ library
     ghc-options:          -Wall -funbox-strict-fields -fno-warn-missing-signatures
     hs-source-dirs:       src
     build-depends:        base  >= 3 && < 4,
-                          Cabal >= 1.4,
+                          Cabal >= 1.4 && < 1.5,
                           haskell-src,
                           containers,
                           array,