Relax upper bounds to include updated packages

pull/312/head
jneira 2020-05-13 10:44:37 +02:00 committed by Luke Lau
parent f577fe4c4f
commit 82d46dcc4a
1 changed files with 4 additions and 4 deletions

View File

@ -91,10 +91,10 @@ library {
-fno-warn-redundant-constraints
}
build-depends:
{ base >=4.9 && <4.14
, ghc >=8.0.1 && <8.9
{ base >=4.9 && <4.15
, ghc >=8.0.1 && <8.11
, ghc-paths >=0.1.0.9 && <0.2
, ghc-exactprint >=0.5.8 && <0.6.3
, ghc-exactprint >=0.5.8 && <0.6.4
, transformers >=0.5.2.0 && <0.6
, containers >=0.5.7.1 && <0.7
, mtl >=2.2.1 && <2.3
@ -118,7 +118,7 @@ library {
, semigroups >=0.18.2 && <0.20
, cmdargs >=0.10.14 && <0.11
, czipwith >=1.0.1.0 && <1.1
, ghc-boot-th >=8.0.1 && <8.9
, ghc-boot-th >=8.0.1 && <8.11
, filepath >=1.4.1.0 && <1.5
, random >= 1.1 && <1.2
}