Skip to content

Commit

Permalink
Remove console dependency, use stable compiler in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
natefaubion committed Apr 30, 2022
1 parent 89d2afd commit f4430e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2

- uses: purescript-contrib/setup-purescript@main
with:
purescript: "unstable"

- uses: actions/setup-node@v2
with:
Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"devDependencies": {
"purescript-psci-support": "^6.0.0",
"purescript-console": "^6.0.0",
"purescript-effect": "^4.0.0",
"purescript-assert": "^6.0.0",
"purescript-quickcheck": "^8.0.0"
Expand Down
1 change: 0 additions & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[ "arrays"
, "assert"
, "bifunctors"
, "console"
, "control"
, "effect"
, "either"
Expand Down

0 comments on commit f4430e6

Please sign in to comment.