Relax constraints to allow more wired-in libraries

This commit is contained in:
Taylor Fausak 2021-05-26 19:28:43 -04:00
parent d436d21b9e
commit c641d61fc6

View File

@ -19,10 +19,10 @@ source-repository head
common basics
build-depends:
, base >= 4.12.0 && < 4.16
, bytestring >= 0.10.12 && < 0.12
, containers >= 0.6.2 && < 0.7
, text >= 1.2.4 && < 1.3
, time >= 1.9 && < 1.12
, bytestring >= 0.10.8 && < 0.12
, containers >= 0.6.0 && < 0.7
, text >= 1.2.3 && < 1.3
, time >= 1.8 && < 1.12
default-language: Haskell2010
ghc-options:
-Weverything