Add numbers (#75)

This commit is contained in:
Thor Adam 2017-05-27 19:44:27 +00:00 committed by Phil Freeman
parent cc4c1efb4d
commit b6db09a933

View file

@ -2372,6 +2372,20 @@
"repo": "https://github.com/purescript-contrib/purescript-nullable.git",
"version": "v3.0.0"
},
"numbers": {
"dependencies": [
"control",
"globals",
"invariant",
"math",
"maybe",
"monoid",
"newtype",
"prelude"
],
"repo": "https://github.com/sharkdp/purescript-numbers.git",
"version": "v5.0.0"
},
"options": {
"dependencies": [
"arrays",