Changelog for cabal-install-parsers-0.4
0.4
-
Rewrite
Cabal.Index
module- Added
riTarOffset
field toReleaseInfo
- Make
SHA256
be backed by fourWord64
. Hackage cache file size drops from 11673149 to 4423787 bytes.
- Added
-
Update dependencies
0.3
- Require
Cabal-3.2
. - Rename
prjOrigFields
toprjOtherFields
to reflect its intended purpose: contain all fields of acabal.project
file that are not already covered by a different field ofProject
, such asprjPackages
,prjOptPackages
,prjSourceRepos
, etc. The semantics ofparseProject
have also been changed accordingly, soProject
s produced byparseProject
will no longer haveprjOtherFields
entries that overlap with otherProject
fields. ParseError
fromCabal.Parse
now parameterizes the list type used inpeErrors
. Most of the time, this will be instantiated toNonEmpty
.- Add
NFData
instances
0.2
Add repoSecure
field to Repo
in Cabal.Config
.