dhall version contraint

This commit is contained in:
Stephen Paul Weber 2021-06-25 22:07:06 -05:00
parent 76aa065d6c
commit f78d9b9873
No known key found for this signature in database
GPG Key ID: D11C2911CE519CDE
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ build-type: Simple
common defs
default-language: Haskell2010
ghc-options: -Wall -Wno-tabs -Wno-orphans -Werror
ghc-options: -Wall -Wno-tabs -Wno-orphans
build-depends: base >=4.11 && <4.12,
attoparsec >=0.13 && <0.14,
basic-prelude >=0.7 && <0.8,
bytestring >=0.10 && <0.11,
containers >=0.5 && <0.6,
dhall,
dhall >= 1.24 && < 2.0,
errors >=2.3 && <2.4,
network >= 2.6.3 && < 2.7,
network-protocol-xmpp >=0.4 && <0.5,