bump range
This commit is contained in:
parent
77722b17bc
commit
80291eec13
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user