diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcefad5d..9803e384b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.6] - 2022-02-09 + +Bugfixes: +- Oh no, not libtinfo again (#853, #854) + ## [0.20.5] - 2022-02-08 Features: diff --git a/spago.cabal b/spago.cabal index d4e64fa64..1505fae26 100644 --- a/spago.cabal +++ b/spago.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: spago -version: 0.20.5 +version: 0.20.6 description: Please see the README on GitHub at homepage: https://github.com/purescript/spago#readme bug-reports: https://github.com/purescript/spago/issues diff --git a/stack.yaml b/stack.yaml index 33ac10722..9fa146b94 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,6 +2,9 @@ resolver: lts-18.24 packages: - . extra-deps: + - Cabal-3.6.2.0 + - process-1.6.13.1 + - dhall-1.39.0 - semver-range-0.2.8 - with-utf8-1.0.2.2 allow-newer: true