We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e64a5e commit db09b6eCopy full SHA for db09b6e
CHANGELOG.md
@@ -3,6 +3,11 @@
3
`stan` uses [PVP Versioning][1].
4
The change log is available [on GitHub][2].
5
6
+## 0.1.1.0
7
+
8
+* Fix [bug #541](https://github.com/kowainik/stan/issues/541)
9
+ "`nodeInfo`"
10
11
## 0.1.0.2
12
13
* Add prospective support for GHC 9.8
stan.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: stan
-version: 0.1.0.2
+version: 0.1.1.0
synopsis: Haskell STatic ANalyser
description:
Stan is a Haskell __ST__atic __AN__alysis CLI tool.
0 commit comments