extensions uses PVP Versioning.
The changelog is available on GitHub.
-
Support
PolymorphicComponents -
Parse nested comments
-
Support GHC 9.12
-
Depend on
Cabal-syntax, notCabal -
Add support for
Cabal-syntax3.16
- Support
Cabal3.14(only)
-
Add support for GHC-9.8
-
Support
Cabal3.12(only)
-
Add support for GHC-9.6
-
Add support for
Cabal3.10and remove support for all otherCabalversions. This seems like the sensible thing to do, because the list of extensions in theCabalpackage changes every major version. If this causes you problems please file an issue and we will address it.
- #74: Support GHC-9.2.
- #83: Support GHC-9.4.
- Support
Cabal3.4,3.6and3.8. - #70: Parse empty lines and spaces in before comments and pragmas in the beginning of the file.
- Handle one more parsing case.
- Initially created.