Changelog for cabal-install-parsers-0.6.3
0.6.3
- Drop support for GHC prior 8.8.4
- Use
Cabal-syntax-3.14
0.6.2
- Drop support for GHC prior 8.6.5
- Use
Cabal-syntax-3.12
0.6.1
- Use
Cabal-syntax-3.10
0.6
- Add sizes of tarball and cabal files to
Cabal.Index.ReleaseInfodata structure.
0.5
- Move to use
Cabal-syntaxpackage It's possible to have a build-plan with (old)Cabal, and newcabal-installsyntax, which may cause...Versionis not...Versionlike errors.
0.4.5
- Resolve
.tar.gzpackage files tofile:URI-locations
0.4.4
- Try to fix glob behavior on Windows
- Add
Show (Project ...)instance
0.4.3
- Use
Cabal-3.6 resolveConfigrespectsCABAL_DIRenvironment variable
0.4.2
findConfigrespectsCABAL_DIRenvironment variable
0.4.1
- Use
Cabal-3.4
0.4
-
Rewrite
Cabal.Indexmodule- Added
riTarOffsetfield toReleaseInfo - Make
SHA256be backed by fourWord64. Hackage cache file size drops from 11673149 to 4423787 bytes.
- Added
-
Update dependencies
0.3
- Require
Cabal-3.2. - Rename
prjOrigFieldstoprjOtherFieldsto reflect its intended purpose: contain all fields of acabal.projectfile that are not already covered by a different field ofProject, such asprjPackages,prjOptPackages,prjSourceRepos, etc. The semantics ofparseProjecthave also been changed accordingly, soProjects produced byparseProjectwill no longer haveprjOtherFieldsentries that overlap with otherProjectfields. ParseErrorfromCabal.Parsenow parameterizes the list type used inpeErrors. Most of the time, this will be instantiated toNonEmpty.- Add
NFDatainstances
0.2
Add repoSecure field to Repo in Cabal.Config.