bump range

This commit is contained in:
Don Stewart 2008-11-11 19:02:41 +00:00
parent 77722b17bc
commit 80291eec13

View File

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