Skip to content

Commit 8b2bd73

Browse files
committed
Update for spago
1 parent bc8fcaa commit 8b2bd73

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/src/.webpack.js
88
npm-debug.log
99
.psa-stash
10+
.spago

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"purescript-enums": "^6.0.0"
3434
},
3535
"devDependencies": {
36-
"purescript-console": "^6.0.0",
3736
"purescript-assert": "^6.0.0",
3837
"purescript-either": "^6.0.0"
3938
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "pulp build -- --censor-lib --strict",
5-
"test": "pulp test"
4+
"build": "spago build -u '--censor-lib --strict'",
5+
"test": "spago test"
66
},
77
"devDependencies": {
8-
"pulp": "^15.0.0",
8+
"spago": "^0.20.8",
99
"purescript-psa": "^0.8.2"
1010
}
1111
}

spago.dhall

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ to generate this file without the comments in this block.
1313
{ name = "variant"
1414
, dependencies =
1515
[ "assert"
16-
, "console"
1716
, "control"
1817
, "effect"
1918
, "either"

0 commit comments

Comments
 (0)