We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e140804 + 28f3836 commit e043d07Copy full SHA for e043d07
bower.json
@@ -3,7 +3,7 @@
3
"description": "PureScript HTTP bindings",
4
"license": "MIT",
5
"dependencies": {
6
- "purescript-maybe": "~3.0.0"
+ "purescript-maybe": "~4.0.0"
7
},
8
"repository": {
9
"type": "git",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "purescript-http",
- "version": "3.0.0",
+ "version": "4.0.0",
"scripts": {
@@ -12,8 +12,8 @@
12
13
"devDependencies": {
14
"bower": "^1.8.0",
15
- "pulp": "^11.0.0",
16
- "purescript": "^0.11.6"
+ "pulp": "^12.0.3",
+ "purescript": "^0.12.0"
17
18
19
0 commit comments