diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ded9795..f87bf6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,8 @@ jobs: - name: Build source run: spago build --no-install --purs-args '--censor-lib --strict' -# - name: Run tests -# run: spago test --no-install + - name: Run tests + run: spago test --no-install - name: Check formatting run: purs-tidy check src test diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c47ff..c8e281d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] +Breaking changes: + +New features: + +Bugfixes: + +Other improvements: + +## [v1.0.0](https://github.com/purescript-contrib/purescript-matryoshka/releases/tag/v1.0.0) - 2022-04-27 + Breaking changes: - Update project and deps to PureScript v0.15.0 (#26 by @JordanMartinez) diff --git a/bower.json b/bower.json index 1d23540..4a69eca 100644 --- a/bower.json +++ b/bower.json @@ -15,14 +15,14 @@ "package.json" ], "dependencies": { - "purescript-fixed-points": "main", - "purescript-free": "master", - "purescript-prelude": "master", - "purescript-profunctor": "master", - "purescript-transformers": "master" + "purescript-fixed-points": "^7.0.0", + "purescript-free": "^7.0.0", + "purescript-prelude": "^6.0.0", + "purescript-profunctor": "^6.0.0", + "purescript-transformers": "^6.0.0" }, "devDependencies": { - "purescript-console": "master", - "purescript-effect": "master" + "purescript-console": "^6.0.0", + "purescript-effect": "^4.0.0" } }