WIP: translate HTTP request into user intent
The app code will base its logic off the intent data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user