Expose all claims via sql postgrest.claims

This commit is contained in:
Joe Nelson
2016-03-11 20:51:22 -08:00
parent 508d722fb2
commit f67e195f76
5 changed files with 77 additions and 36 deletions
+6
View File
@@ -40,6 +40,8 @@ executable postgrest
, http-types
, interpolatedstring-perl6
, jwt
, lens >=3.8 && < 5.0
, lens-aeson >= 1.0.0.0 && < 1.1.0.0
, mtl
, optparse-applicative >= 0.11 && < 0.13
, parsec
@@ -93,6 +95,8 @@ library
, http-types
, interpolatedstring-perl6
, jwt
, lens
, lens-aeson
, mtl
, optparse-applicative
, parsec
@@ -175,6 +179,8 @@ Test-Suite spec
, http-types
, interpolatedstring-perl6
, jwt
, lens
, lens-aeson
, monad-control
, mtl
, optparse-applicative