Ticket #99 (closed defect: worksforme)

Opened 7 years ago

Last modified 6 years ago

Cabal doesn't implement an option that the documentation says it does

Reported by: guest Owned by: ijones
Priority: normal Milestone:
Component: Cabal library Version: 1.1.6
Severity: normal Keywords:
Cc: Difficulty: normal
GHC Version: 6.4.2 Platform: Mac OS

Description (last modified by guest) (diff)

Hi, I'm attempting to get hsgnutls working on my machine. It uses Cabal for the installation but when I attempt to run:

runghc Setup.lhs build

I get an error about c2hs not existing. c2hs does exist on my machine and is findable in my path

$ c2hs --version
C->Haskell Compiler, version 0.13.6 "Pressing Forward", 18 May 2005

Now according to the documentation  here I can use the option --with-c2hs=path to help Cabal find it, but it seems Cabal doesn't actually implement this option.

Change History

Changed 7 years ago by guest

  • description modified (diff)
  • summary changed from Cabal doesnt implement an option that the documentation says it does to Cabal doesn't implement an option that the documentation says it does

Changed 6 years ago by ross@…

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.