1
0
forked from GitHub/gf-core

added version constraints

This commit is contained in:
Krasimir Angelov
2022-11-10 15:44:34 +01:00
parent fda1353148
commit 5ca00ded84
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,