Skip to content

Commit 1c9db17

Browse files
committed
version 0.1.1.0
1 parent 4b48aa8 commit 1c9db17

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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+
618
## 0.1.0.3 — Sep 28, 2024
719

820
* Support `Cabal` `3.14` (only)

extensions.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: extensions
3-
version: 0.1.0.3
3+
version: 0.1.1.0
44
synopsis: Parse Haskell Language Extensions
55
description: Parse Haskell Language Extensions.
66
See [README.md](https://github.com/kowainik/extensions#extensions) for more details.

0 commit comments

Comments
 (0)