Support ghc 7.6

This commit is contained in:
Joe Nelson
2014-06-21 12:03:46 -07:00
parent ce8392bf66
commit f5bda4bb96
+1 -1
View File
@@ -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