We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309963d commit b843205Copy full SHA for b843205
bower.json
@@ -12,14 +12,12 @@
12
"output"
13
],
14
"dependencies": {
15
- "purescript-console": "^3.0.0",
16
- "purescript-exceptions": "^3.0.0",
17
- "purescript-maps": "^3.0.0",
18
- "purescript-maybe": "^3.0.0",
19
- "purescript-node-fs": "^4.0.0",
20
- "purescript-node-streams": "^3.0.0",
21
- "purescript-posix-types": "^3.0.0",
22
- "purescript-unsafe-coerce": "^3.0.0",
23
- "purescript-partial": "^1.2.0"
+ "purescript-effect": "#compiler/0.12",
+ "purescript-foreign-object": "#compiler/0.12",
+ "purescript-maybe": "#compiler/0.12",
+ "purescript-node-streams": "#compiler/0.12",
+ "purescript-posix-types": "#compiler/0.12",
+ "purescript-unsafe-coerce": "#compiler/0.12",
+ "purescript-prelude": "#compiler/0.12"
24
}
25
0 commit comments