diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd3214..4828b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for nix-thunk +## 0.7.0.1 + +* Support GHC 9.6 + ## 0.7.0.0 * Caching now works diff --git a/nix-thunk.cabal b/nix-thunk.cabal index 21d4d8b..8e1694e 100644 --- a/nix-thunk.cabal +++ b/nix-thunk.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: nix-thunk -version: 0.7.0.0 +version: 0.7.0.1 license: BSD3 license-file: LICENSE copyright: Obsidian Systems LLC 2020-2022