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 4b48aa8 commit 1c9db17Copy full SHA for 1c9db17
CHANGELOG.md
@@ -3,6 +3,18 @@
3
`extensions` uses [PVP Versioning][1].
4
The changelog is available [on GitHub][2].
5
6
+## 0.1.1.0 — Sep 27, 2025
7
+
8
+* Support `PolymorphicComponents`
9
10
+* Parse nested comments
11
12
+* Support GHC 9.12
13
14
+* Depend on `Cabal-syntax`, not `Cabal`
15
16
+* Add support for `Cabal-syntax` `3.16`
17
18
## 0.1.0.3 — Sep 28, 2024
19
20
* Support `Cabal` `3.14` (only)
extensions.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: extensions
-version: 0.1.0.3
+version: 0.1.1.0
synopsis: Parse Haskell Language Extensions
description: Parse Haskell Language Extensions.
See [README.md](https://github.com/kowainik/extensions#extensions) for more details.
0 commit comments