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
main-is: gf-main.hs
default-language: Haskell2010
build-depends: pgf2,
build-depends: pgf2 >= 4.0.0,
base >= 4.6 && <5,
array,
containers,

View File

@@ -23,7 +23,7 @@ Library
filepath,
containers,
process,
pgf2 >= 2,
pgf2 >= 4.0.0,
http-slim,
mtl,
json >= 0.3.3,