WIP: translate HTTP request into user intent

The app code will base its logic off the intent data
This commit is contained in:
Joe Nelson
2015-11-18 19:18:13 -08:00
parent c21e5a9fc8
commit a0af096ff4
2 changed files with 107 additions and 0 deletions
+3
View File
@@ -72,6 +72,7 @@ executable postgrest
, PostgREST.DbStructure
, PostgREST.QueryBuilder
, PostgREST.RangeQuery
, PostgREST.RequestIntent
, PostgREST.Types
library
@@ -135,6 +136,7 @@ library
, PostgREST.DbStructure
, PostgREST.QueryBuilder
, PostgREST.RangeQuery
, PostgREST.RequestIntent
, PostgREST.Types
hs-source-dirs: src
@@ -165,6 +167,7 @@ Test-Suite spec
, PostgREST.DbStructure
, PostgREST.QueryBuilder
, PostgREST.RangeQuery
, PostgREST.RequestIntent
, PostgREST.Types
, Spec
, SpecHelper