purescript-octokit/spago.dhall
2022-07-01 10:09:50 +01:00

20 lines
380 B
Plaintext

{ name = "purescript-octokit"
, dependencies =
[ "aff"
, "aff-promise"
, "argonaut"
, "bifunctors"
, "console"
, "effect"
, "either"
, "functions"
, "maybe"
, "newtype"
, "prelude"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
, license = "MIT-0"
, repository = "https://github.com/sigma-andex/purescript-octokit.git"
}