Ticket #99 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.
