forked from GitHub/gf-core
added version constraints
This commit is contained in:
@@ -58,7 +58,7 @@ flag network-uri
|
|||||||
executable gf
|
executable gf
|
||||||
main-is: gf-main.hs
|
main-is: gf-main.hs
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: pgf2,
|
build-depends: pgf2 >= 4.0.0,
|
||||||
base >= 4.6 && <5,
|
base >= 4.6 && <5,
|
||||||
array,
|
array,
|
||||||
containers,
|
containers,
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ Library
|
|||||||
filepath,
|
filepath,
|
||||||
containers,
|
containers,
|
||||||
process,
|
process,
|
||||||
pgf2 >= 2,
|
pgf2 >= 4.0.0,
|
||||||
http-slim,
|
http-slim,
|
||||||
mtl,
|
mtl,
|
||||||
json >= 0.3.3,
|
json >= 0.3.3,
|
||||||
|
|||||||
Reference in New Issue
Block a user