Skip to content

Commit

Permalink
Add numbers (purescript#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoradam authored and paf31 committed May 27, 2017
1 parent cc4c1ef commit b6db09a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6db09a

Please sign in to comment.