Removes lenses and uses simpler approach to generate JWT claims. Also fixes the setVar to avoid the ::unknown type cast from insertableValue

This commit is contained in:
Diogo Biazus
2015-10-18 17:14:11 -04:00
parent 7ef5b7b43a
commit 8b5f4e8556
2 changed files with 15 additions and 19 deletions
-6
View File
@@ -53,8 +53,6 @@ executable postgrest
, mtl
, cassava
, jwt
, lens
, lens-aeson >= 1.0.0.5
, parsec
, errors
, bifunctors
@@ -88,8 +86,6 @@ library
, hasql-postgres
, http-types
, jwt
, lens
, lens-aeson >= 1.0.0.5
, mtl
, network
, network-uri
@@ -181,8 +177,6 @@ Test-Suite spec
, process
, heredoc
, jwt
, lens
, lens-aeson >= 1.0.0.5
, parsec
, errors
, bifunctors