From c919658f5bd863821e583fc44c8eb0363f315202 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Wed, 15 Jun 2016 03:20:00 +0530 Subject: [PATCH] Modifies dependency bounds to build on stackage nightly (ghc8). --- ringo-app/ringo-app.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ringo-app/ringo-app.cabal b/ringo-app/ringo-app.cabal index 075c515..5adc202 100644 --- a/ringo-app/ringo-app.cabal +++ b/ringo-app/ringo-app.cabal @@ -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