From f5bda4bb967b5966723f130bb3b212c01d5a1d98 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 21 Jun 2014 12:03:46 -0700 Subject: [PATCH] Support ghc 7.6 --- dbapi.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbapi.cabal b/dbapi.cabal index 95e65b3c6..933221a38 100644 --- a/dbapi.cabal +++ b/dbapi.cabal @@ -14,7 +14,7 @@ executable dbapi main-is: Main.hs -- other-modules: other-extensions: OverloadedStrings - build-depends: base >=4.7 && <4.8 + build-depends: base >=4.6 && <5 , postgresql-simple , warp, wai, http-types , bytestring, aeson