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 7cb7edb commit 0303232Copy full SHA for 0303232
bower.json
@@ -19,12 +19,11 @@
19
"package.json"
20
],
21
"dependencies": {
22
- "purescript-arrays": "*",
23
- "purescript-either": "*",
24
- "purescript-maybe": "*",
25
- "purescript-tuples": "*",
26
- "purescript-control": "*",
27
- "purescript-monoid": "*",
28
- "purescript-tuples": "*"
+ "purescript-arrays" : "~0.3.0",
+ "purescript-either" : "~0.1.4",
+ "purescript-maybe" : "~0.2.1",
+ "purescript-tuples" : "~0.2.3",
+ "purescript-control" : "~0.2.1",
+ "purescript-monoid" : "~0.1.4"
29
}
30
0 commit comments