Moves all config related code to PostgREST.Config module and

tweak the code to better encapsulate functionality.
This commit is contained in:
Diogo Biazus
2015-10-05 14:50:35 -04:00
parent 9b222fb93d
commit 3a1f7938e8
3 changed files with 31 additions and 19 deletions
+2
View File
@@ -94,6 +94,7 @@ library
, errors
, bifunctors
Other-Modules: Paths_postgrest
Exposed-Modules: PostgREST.App
, PostgREST.Types
, PostgREST.Parsers
@@ -130,6 +131,7 @@ Test-Suite spec
, PostgREST.RangeQuery
, Spec
, SpecHelper
, Paths_postgrest
Build-Depends: base, hspec == 2.1.*, QuickCheck
, hspec-wai, hspec-wai-json
, hasql, hasql-backend