main module of the executable needs to be Main, with PostgREST.Main build fails

This commit is contained in:
Ruslan Talpa
2016-02-29 13:57:34 +02:00
parent 40a30d7b02
commit 0548d65911
4 changed files with 35 additions and 33 deletions
+5 -5
View File
@@ -104,12 +104,13 @@ library
, time
, unordered-containers
, vector
, wai
, wai-cors
, wai-extra
, wai-middleware-static
, HTTP
, Ranged-sets
, wai >= 3.0.1
, wai-cors
, wai-extra
, wai-middleware-static >= 0.6.0
, warp >= 3.1.0
Other-Modules: Paths_postgrest
Exposed-Modules: PostgREST.App
@@ -145,7 +146,6 @@ Test-Suite spec
, PostgREST.Auth
, PostgREST.Config
, PostgREST.Error
, PostgREST.Main
, PostgREST.Middleware
, PostgREST.Parsers
, PostgREST.DbStructure