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.
2 parents dcbed46 + 606ed99 commit 7c8cc69Copy full SHA for 7c8cc69
bower.json
@@ -14,16 +14,18 @@
14
],
15
"license": "MIT",
16
"dependencies": {
17
- "purescript-prelude": "^0.1.0",
+ "purescript-prelude": "^0.1.2",
18
"purescript-functions": "^0.1.0",
19
- "purescript-maybe": "^0.3.2",
+ "purescript-maybe": "^0.3.4",
20
"purescript-tuples": "^0.4.0",
21
- "purescript-maps": "^0.4.0"
+ "purescript-maps": "^0.5.0",
22
+ "purescript-strings": "^0.7.0",
23
+ "purescript-enums": "^0.7.0"
24
},
25
"devDependencies": {
26
"purescript-eff": "^0.1.0",
27
"purescript-console": "^0.1.0",
- "purescript-strongcheck": "^0.10.0",
28
+ "purescript-strongcheck": "^0.12.0",
29
"purescript-foldable-traversable": "^0.4.0"
30
}
31
0 commit comments