Changes dependency version limits for building in stackage nightly.
This commit is contained in:
parent
b030df010b
commit
f00f158578
@ -45,12 +45,12 @@ executable ringo
|
|||||||
text >=1.2 && <1.3,
|
text >=1.2 && <1.3,
|
||||||
bytestring >=0.10 && <0.11,
|
bytestring >=0.10 && <0.11,
|
||||||
containers >=0.5 && <0.6,
|
containers >=0.5 && <0.6,
|
||||||
optparse-applicative >=0.11 && <0.12,
|
optparse-applicative >=0.11 && <0.13,
|
||||||
yaml >=0.8.11 && <0.9,
|
yaml >=0.8.11 && <0.9,
|
||||||
vector >=0.10 && <0.11,
|
vector >=0.10 && <0.12,
|
||||||
directory >=1.2 && <1.3,
|
directory >=1.2 && <1.3,
|
||||||
filepath >=1.3 && <1.5,
|
filepath >=1.3 && <1.5,
|
||||||
aeson >=0.8 && <0.9,
|
aeson >=0.8 && <0.11,
|
||||||
ringo
|
ringo
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -funbox-strict-fields -fno-warn-orphans -O2
|
ghc-options: -Wall -fno-warn-unused-do-bind -funbox-strict-fields -fno-warn-orphans -O2
|
||||||
default-extensions: OverloadedStrings, RecordWildCards, ScopedTypeVariables, BangPatterns,
|
default-extensions: OverloadedStrings, RecordWildCards, ScopedTypeVariables, BangPatterns,
|
||||||
|
Loading…
Reference in New Issue
Block a user