Real deal haskell!

This commit is contained in:
Joe Nelson
2014-06-17 01:51:27 -07:00
parent a73ed2c5fd
commit ce8392bf66
2 changed files with 31 additions and 8 deletions
+2
View File
@@ -16,5 +16,7 @@ executable dbapi
other-extensions: OverloadedStrings
build-depends: base >=4.7 && <4.8
, postgresql-simple
, warp, wai, http-types
, bytestring, aeson
-- hs-source-dirs:
default-language: Haskell2010