Ticket #222 (new enhancement)
Hackage should be able to track which version of package is compatible with which version of GHC
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | hackageDB website | Version: | 1.2.3.0 |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | project(> week) | |
| GHC Version: | 6.8.2 | Platform: |
Description
This is related to ticket #221 and #199. Cabal-install at this time always fetches the highest version of a package. But the highest version may not be compatible with the version of GHC.
The example is the HXT package.
http://www.fh-wedel.de/~si/HXmlToolbox/
As of this writing, version 7.4 is for GHC 6.8. But for those who have GHC 6.6, version 7.3 should be fetched. If there is a flag in Hackage to indicate this compatibility matrix, then cabal-install can make correct decision which version to fetch based on the GHC version the user has.
Change History
Note: See
TracTickets for help on using
tickets.
