Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.1.0.1 #88

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading