relax constrains to support new library releases
This commit is contained in:
parent
cbc2b5becb
commit
647c07e4ca
|
|
@ -25,12 +25,12 @@ executable waterdeep
|
||||||
RankNTypes,
|
RankNTypes,
|
||||||
TemplateHaskell,
|
TemplateHaskell,
|
||||||
TupleSections
|
TupleSections
|
||||||
build-depends: base >=4.6 && <4.7,
|
build-depends: base >=4.6 && <4.8,
|
||||||
MonadPrompt >=1.0 && <1.1,
|
MonadPrompt >=1.0 && <1.1,
|
||||||
MonadRandom >=0.1 && <0.2,
|
MonadRandom >=0.1 && <0.4,
|
||||||
containers >=0.5 && <0.6,
|
containers >=0.5 && <0.6,
|
||||||
lens-family >=1.0 && <1.1,
|
lens-family >=1.0 && <1.3,
|
||||||
lens-family-th >=0.3 && <0.4,
|
lens-family-th >=0.3 && <0.5,
|
||||||
mtl >=2.1 && <2.2,
|
mtl >=2.1 && <2.2,
|
||||||
multiset >=0.2 && <0.3,
|
multiset >=0.2 && <0.3,
|
||||||
random >=1.0 && <1.1,
|
random >=1.0 && <1.1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue