Ticket #634 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

cabal-install does not recognise internal capability from Cabal 1.8

Reported by: kowey Owned by:
Priority: normal Milestone: cabal-install-0.8
Component: cabal-install tool Version: HEAD
Severity: normal Keywords:
Cc: Difficulty: unknown
GHC Version: Platform:

Description

If I understand correctly, Cabal 1.8 introduced a feature that lets our executable depend on a library from the same package (is this #89?).

We would very much like to use this for Darcs as this would speed up our build times dramatically, but it seems that the cabal-install tool does not know how to deal with this it yet. This means we can do "runghc Setup configure" but not "cabal configure"

Here is the patch that uses this for darcs:  http://bugs.darcs.net/patch147

PS. I think this tracker may need to be updated with new versions (currently stops at 1.6)

Change History

Changed 3 years ago by duncan

  • milestone set to cabal-install-0.8

Changed 3 years ago by duncan

  • status changed from new to closed
  • resolution set to fixed

Fixed in 0.8 branch. Confirmed to work by a darcs developer. Will be included in 0.8.2.

Note: See TracTickets for help on using tickets.