Skip to content

Commit cd1f225

Browse files
authored
Merge pull request #4 from anilanar/ps-0.11
update for purescript 0.11
2 parents 6e42856 + 64b009f commit cd1f225

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-prelude": "^2.1.0",
19-
"purescript-maybe": "^2.0.0"
18+
"purescript-prelude": "^3.0.0",
19+
"purescript-maybe": "^3.0.0"
2020
},
2121
"devDependencies": {
22-
"purescript-console": "^2.0.0"
22+
"purescript-console": "^3.0.0"
2323
}
2424
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict"
5+
"build": "pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^9.0.1",
9-
"purescript-psa": "^0.3.9",
10-
"purescript": "^0.10.1",
11-
"rimraf": "^2.5.4"
8+
"pulp": "^11.0.0",
9+
"purescript": "^0.11.1",
10+
"purescript-psa": "^0.5.0",
11+
"rimraf": "^2.6.1"
1212
}
1313
}

0 commit comments

Comments
 (0)