Bools are YES/NO in information_schema

This commit is contained in:
Joe Nelson
2014-06-16 23:04:26 -07:00
parent c8e0110755
commit a73ed2c5fd
3 changed files with 55 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ cabal-version: >=1.10
executable dbapi
main-is: Main.hs
-- other-modules:
-- other-extensions:
other-extensions: OverloadedStrings
build-depends: base >=4.7 && <4.8
, postgresql-simple
-- hs-source-dirs:
default-language: Haskell2010