File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 64
64
- " 9.0.2"
65
65
- " 9.2.3"
66
66
- " 9.4.7"
67
+ - " 9.6.3"
67
68
cabal : ["3.8"]
68
69
69
70
steps :
Original file line number Diff line number Diff line change 3
3
` stan ` uses [ PVP Versioning] [ 1 ] .
4
4
The change log is available [ on GitHub] [ 2 ] .
5
5
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
+
6
13
## 0.1.0.0
7
14
8
15
* Add support for GHCs 9.0, 9.2 and 9.4
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : stan
3
- version : 0.1.0.0
3
+ version : 0.1.0.1
4
4
synopsis : Haskell STatic ANalyser
5
5
description :
6
6
Stan is a Haskell __ST__atic __AN__alysis CLI tool.
You can’t perform that action at this time.
0 commit comments