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 d3c5538 commit f6203aeCopy full SHA for f6203ae
bower.json
@@ -17,7 +17,8 @@
17
"package.json"
18
],
19
"dependencies": {
20
- "purescript-either": "#compiler/0.12",
21
- "purescript-strings": "#compiler/0.12"
+ "purescript-either": "^4.0.0",
+ "purescript-prelude": "^4.0.0",
22
+ "purescript-strings": "^4.0.0"
23
}
24
package.json
@@ -6,9 +6,8 @@
6
"test": "pulp test"
7
},
8
"devDependencies": {
9
- "pulp": "^11.0.0",
10
- "purescript-psa": "^0.5.0",
11
- "purescript": "^0.11.1",
12
- "rimraf": "^2.6.1"
+ "pulp": "^12.2.0",
+ "purescript-psa": "^0.6.0",
+ "rimraf": "^2.6.2"
13
14
0 commit comments