add bifunctors to cabal config

This commit is contained in:
Ruslan Talpa
2015-09-28 16:23:57 +03:00
parent bcf3bf5586
commit dbf3d5809b
+4
View File
@@ -54,6 +54,7 @@ executable postgrest
, jwt
, parsec
, errors
, bifunctors
hs-source-dirs: src
library
@@ -92,6 +93,8 @@ library
, jwt
, parsec
, errors
, bifunctors
Exposed-Modules: PostgREST.App
, PostgREST.Types
, PostgREST.Parsers
@@ -160,3 +163,4 @@ Test-Suite spec
, jwt
, parsec
, errors
, bifunctors