We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b94d8 commit d48f80bCopy full SHA for d48f80b
README.md
@@ -0,0 +1,3 @@
1
+# purescript-bignumber
2
+
3
+Bindings to [bignumber.js](https://github.com/MikeMcl/bignumber.js/).
bower.json
@@ -11,7 +11,7 @@
11
"purescript-prelude": "^4.1.0",
12
"purescript-either": "^4.0.0",
13
"purescript-exceptions": "^4.0.0",
14
- "purescript-tuples-native": "^1.0.0",
+ "purescript-tuples-native": "git://github.com/athanclark/purescript-tuples-native.git#fa290264e96c146c4acdad95eee4e8cfdeb6fb2b",
15
"purescript-integers": "^4.0.0",
16
"purescript-functions": "^4.0.0",
17
"purescript-generics-rep": "^6.1.0",
test/Main.purs
0 commit comments