purescript-js-bigints/spago.dhall

8 lines
231 B
Plaintext
Raw Permalink Normal View History

2022-10-15 22:44:24 +03:00
{ name = "js-bigints"
, dependencies = [ "integers", "maybe", "prelude" ]
2022-10-15 22:44:24 +03:00
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
2022-10-15 23:02:16 +03:00
, license = "MIT"
2023-01-12 16:36:31 +03:00
, repository = "https://github.com/rowtype-yoga/purescript-js-bigints.git"
2022-10-15 22:44:24 +03:00
}