mirror of
https://github.com/rowtype-yoga/purescript-octokit.git
synced 2024-11-25 06:13:27 +03:00
20 lines
380 B
Plaintext
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"
|
|
}
|