Modifies dependency bounds to build on stackage nightly (ghc8).

pull/1/head
Abhinav Sarkar 2016-06-15 03:20:00 +05:30
parent 549661169b
commit c919658f5b
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ executable ringo
directory >=1.2 && <1.3,
filepath >=1.3 && <1.5,
aeson >=0.8 && <0.12,
Cabal >=1.18 && <1.23,
template-haskell >=2.9 && <2.11,
Cabal >=1.18 && <1.25,
template-haskell >=2.9 && <2.12,
ringo
ghc-options: -Wall -fwarn-incomplete-uni-patterns -fno-warn-unused-do-bind
-fno-warn-orphans -funbox-strict-fields -O2