From 418f67808ccf4feaca21842304083392e71763ad Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sun, 15 Oct 2023 19:12:38 +0100 Subject: [PATCH] version -> 0.1.0.1 --- .github/workflows/release.yml | 1 + CHANGELOG.md | 7 +++++++ stan.cabal | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e0336d..8646377 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,7 @@ jobs: - "9.0.2" - "9.2.3" - "9.4.7" + - "9.6.3" cabal: ["3.8"] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 056ac32..ad2402a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ `stan` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.1.0.1 + +* Add support for GHC 9.6 (will only work with `Cabal` library version + 3.10 -- if this causes problems for you please comment on the + corresponding [`extensions` + ticket](https://github.com/kowainik/extensions/issues/89)) + ## 0.1.0.0 * Add support for GHCs 9.0, 9.2 and 9.4 diff --git a/stan.cabal b/stan.cabal index 2067896..62766a3 100644 --- a/stan.cabal +++ b/stan.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: stan -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Haskell STatic ANalyser description: Stan is a Haskell __ST__atic __AN__alysis CLI tool.