diff --git a/packages.json b/packages.json index 935034ce..7763e85a 100644 --- a/packages.json +++ b/packages.json @@ -1361,6 +1361,21 @@ "repo": "https://github.com/felixmulder/purescript-json-schema.git", "version": "v0.0.1" }, + "jwt": { + "dependencies": [ + "argonaut-core", + "arrays", + "b64", + "either", + "errors", + "exceptions", + "prelude", + "profunctor-lenses", + "strings" + ], + "repo": "https://github.com/menelaos/purescript-jwt.git", + "version": "v0.0.6" + }, "kancho": { "dependencies": [ "foreign", diff --git a/src/groups/menelaos.dhall b/src/groups/menelaos.dhall index d1b38745..4a1935cd 100644 --- a/src/groups/menelaos.dhall +++ b/src/groups/menelaos.dhall @@ -23,15 +23,32 @@ , version = "v0.0.5" } -, stringutils = +, jwt = { dependencies = - [ "strings" - , "partial" + [ "argonaut-core" , "arrays" + , "b64" , "either" - , "maybe" + , "errors" + , "exceptions" , "prelude" + , "profunctor-lenses" + , "strings" + ] + , repo = + "https://github.com/menelaos/purescript-jwt.git" + , version = + "v0.0.6" + } +, stringutils = + { dependencies = + [ "arrays" + , "either" , "integers" + , "maybe" + , "partial" + , "prelude" + , "strings" ] , repo = "https://github.com/menelaos/purescript-stringutils.git"