mirror of
https://github.com/rowtype-yoga/purescript-js-bigints.git
synced 2024-11-25 13:46:02 +03:00
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
{ name = "js-bigints"
|
|
, dependencies = [ "integers", "maybe", "prelude" ]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs" ]
|
|
, license = "MIT"
|
|
, repository = "https://github.com/rowtype-yoga/purescript-js-bigints.git"
|
|
}
|