Add compat InstalledPackageInfo types for older GHCs
We need these types for their Read instances so that we can still read older GHCs package db files when we make changes to the current InstalledPackageInfo type, or the types contained in it, like PackageIdentifier or License.
Showing
- Cabal.cabal 2 additions, 0 deletionsCabal.cabal
- Distribution/Simple/GHC.hs 21 additions, 4 deletionsDistribution/Simple/GHC.hs
- Distribution/Simple/GHC/IPI641.hs 122 additions, 0 deletionsDistribution/Simple/GHC/IPI641.hs
- Distribution/Simple/GHC/IPI642.hs 155 additions, 0 deletionsDistribution/Simple/GHC/IPI642.hs
- Makefile 1 addition, 1 deletionMakefile
Loading
Please register or sign in to comment