integrated skin code gor generating Sql Query (only left to execute it)

This commit is contained in:
Ruslan Talpa
2015-09-23 14:31:24 +03:00
parent c0e17c44ba
commit fb92b76a1a
6 changed files with 410 additions and 29 deletions
+10
View File
@@ -52,6 +52,8 @@ executable postgrest
, mtl
, cassava
, jwt
, parsec
, errors
hs-source-dirs: src
library
@@ -88,8 +90,12 @@ library
, mtl
, cassava
, jwt
, parsec
, errors
Exposed-Modules: PostgREST.App
, PostgREST.Types
, PostgREST.Parsers
, PostgREST.Functions
, PostgREST.Auth
, PostgREST.Config
, PostgREST.Error
@@ -111,6 +117,8 @@ Test-Suite spec
Main-Is: Main.hs
Other-Modules: PostgREST.App
, PostgREST.Types
, PostgREST.Parsers
, PostgREST.Functions
, PostgREST.Auth
, PostgREST.Config
, PostgREST.Error
@@ -150,3 +158,5 @@ Test-Suite spec
, process
, heredoc
, jwt
, parsec
, errors