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,