Changes dependency version limits for building in stackage nightly.

pull/1/head
Abhinav Sarkar 2015-12-30 00:36:53 +05:30
parent b030df010b
commit f00f158578
1 changed files with 3 additions and 3 deletions

View File

@ -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,