Skip to content

Commit 418f678

Browse files
committed
version -> 0.1.0.1
1 parent 02dfc3a commit 418f678

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- "9.0.2"
6565
- "9.2.3"
6666
- "9.4.7"
67+
- "9.6.3"
6768
cabal: ["3.8"]
6869

6970
steps:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
`stan` uses [PVP Versioning][1].
44
The change log is available [on GitHub][2].
55

6+
## 0.1.0.1
7+
8+
* Add support for GHC 9.6 (will only work with `Cabal` library version
9+
3.10 -- if this causes problems for you please comment on the
10+
corresponding [`extensions`
11+
ticket](https://github.com/kowainik/extensions/issues/89))
12+
613
## 0.1.0.0
714

815
* Add support for GHCs 9.0, 9.2 and 9.4

stan.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: stan
3-
version: 0.1.0.0
3+
version: 0.1.0.1
44
synopsis: Haskell STatic ANalyser
55
description:
66
Stan is a Haskell __ST__atic __AN__alysis CLI tool.

0 commit comments

Comments
 (0)