From dbf3d5809b50a7d17a4a38348a4f97a3d2b2de8a Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Mon, 28 Sep 2015 16:23:57 +0300 Subject: [PATCH] add bifunctors to cabal config --- postgrest.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/postgrest.cabal b/postgrest.cabal index 65b126e26..d2ec20d6a 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -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