Skip to content

Commit

Permalink
Update for spago
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion committed Apr 30, 2022
1 parent bc8fcaa commit 8b2bd73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@
/src/.webpack.js
npm-debug.log
.psa-stash
.spago
1 change: 0 additions & 1 deletion bower.json
Expand Up @@ -33,7 +33,6 @@
"purescript-enums": "^6.0.0"
},
"devDependencies": {
"purescript-console": "^6.0.0",
"purescript-assert": "^6.0.0",
"purescript-either": "^6.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,11 +1,11 @@
{
"private": true,
"scripts": {
"build": "pulp build -- --censor-lib --strict",
"test": "pulp test"
"build": "spago build -u '--censor-lib --strict'",
"test": "spago test"
},
"devDependencies": {
"pulp": "^15.0.0",
"spago": "^0.20.8",
"purescript-psa": "^0.8.2"
}
}
1 change: 0 additions & 1 deletion spago.dhall
Expand Up @@ -13,7 +13,6 @@ to generate this file without the comments in this block.
{ name = "variant"
, dependencies =
[ "assert"
, "console"
, "control"
, "effect"
, "either"
Expand Down

0 comments on commit 8b2bd73

Please sign in to comment.