Parse range queries

This commit is contained in:
Joe Nelson
2014-07-28 17:23:24 -07:00
parent 5760ec3620
commit f6a4a98e74
4 changed files with 44 additions and 3 deletions
+4 -1
View File
@@ -15,6 +15,7 @@ executable dbapi
ghc-options: -Wall
other-modules: PgStructure
, PgQuery
, RangeQuery
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <5
, HDBC, HDBC-postgresql
@@ -22,6 +23,8 @@ executable dbapi
, bytestring, aeson, network
, text, optparse-applicative
, unordered-containers
, http-media, regex-posix
, regex-base
, http-media, regex-tdfa
, Ranged-sets
-- hs-source-dirs:
default-language: Haskell2010