Skip to content

Commit

Permalink
version 0.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 15, 2023
1 parent 69a8089 commit 20142a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
`extensions` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## 0.1.0.1 — Oct 15, 2023

* Add support for GHC-9.6

* Add support for `Cabal` `3.10` and remove support for all other
`Cabal` versions. This seems like the sensible thing to do, because
the list of extensions in the `Cabal` package changes every major
version. If this causes you problems please [file an
issue](https://github.com/kowainik/extensions/issues/new) and we
will address it.

## 0.1.0.0 — Oct 14, 2022

Expand Down
2 changes: 1 addition & 1 deletion extensions.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: extensions
version: 0.1.0.0
version: 0.1.0.1
synopsis: Parse Haskell Language Extensions
description: Parse Haskell Language Extensions.
See [README.md](https://github.com/kowainik/extensions#extensions) for more details.
Expand Down

0 comments on commit 20142a9

Please sign in to comment.