mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
specify version bounds in pgf.cabal and pgf2.cabal
This commit is contained in:
@@ -23,9 +23,9 @@ library
|
|||||||
PGF2.Expr,
|
PGF2.Expr,
|
||||||
PGF2.Type
|
PGF2.Type
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.3 && <5,
|
base >= 4.9.1 && <4.15,
|
||||||
containers,
|
containers >= 0.5.7 && < 0.7,
|
||||||
pretty
|
pretty >= 1.1.3 && < 1.2
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-tools: hsc2hs
|
build-tools: hsc2hs
|
||||||
extra-libraries: pgf gu
|
extra-libraries: pgf gu
|
||||||
|
|||||||
@@ -14,16 +14,16 @@ tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2, GHC==8.4.4
|
|||||||
library
|
library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends:
|
build-depends:
|
||||||
array,
|
base >= 4.9.1 && <4.15,
|
||||||
base >= 4.6 && <5,
|
array >= 0.5.1 && < 0.6,
|
||||||
bytestring,
|
containers >= 0.5.7 && < 0.7,
|
||||||
containers,
|
bytestring >= 0.10.8 && < 0.11,
|
||||||
|
utf8-string >= 1.0.1.1 && < 1.1,
|
||||||
|
random >= 1.1 && < 1.3,
|
||||||
|
pretty >= 1.1.3 && < 1.2,
|
||||||
|
mtl >= 2.2.1 && < 2.3,
|
||||||
|
ghc-prim >= 0.5.0 && < 0.7
|
||||||
-- exceptions,
|
-- exceptions,
|
||||||
ghc-prim,
|
|
||||||
mtl,
|
|
||||||
pretty,
|
|
||||||
random,
|
|
||||||
utf8-string
|
|
||||||
|
|
||||||
other-modules:
|
other-modules:
|
||||||
-- not really part of GF but I have changed the original binary library
|
-- not really part of GF but I have changed the original binary library
|
||||||
|
|||||||
Reference in New Issue
Block a user