diff --git a/CHANGELOG.md b/CHANGELOG.md index 4219ebd..b061654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ SPDX-License-Identifier: MPL-2.0 - `utf8-troubleshoot` – the troubleshooting tool +### Changed + +- Bump `base` for GHC 8.10 + ## 1.0.0.0 diff --git a/package.yaml b/package.yaml index 65b9138..052af60 100644 --- a/package.yaml +++ b/package.yaml @@ -40,7 +40,7 @@ library: source-dirs: lib dependencies: - - base >= 4.10 && < 4.14 + - base >= 4.10 && < 4.15 - safe-exceptions >= 0.1 && < 0.2 # only really needed for polymorphic bracket - text >= 0.7 && < 1.3