#39: language-c-0.4.2.0 compatibility
--------------------+-------------------------------------------------------
Reporter: guest | Type: defect
Status: new | Priority: normal
Milestone: | Component: general
Version: 0.16.2 | Keywords:
--------------------+-------------------------------------------------------
Hi,
for Debian, I patched c2hs to build against the language-c in the latest
version. The patch is purely type-driven, and not checked against possible
changes in the semantics of language-c.
Thanks,
Joachim
--
Ticket URL: <http://hackage.haskell.org/trac/c2hs/ticket/39>
c2hs <http://www.cse.unsw.edu.au/~chak/haskell/c2hs/>
C->Haskell, An Interface Generator for Haskell
#42: Nonstandard binary installation directory
--------------------+-------------------------------------------------------
Reporter: guest | Type: defect
Status: new | Priority: normal
Milestone: | Component: general
Version: 0.16.0 | Keywords:
--------------------+-------------------------------------------------------
c2hs doesn't install in the proper directory ({{{ ~/.cabal/bin }}}).
Instead, it installs in {{{
/Users/andrew/Library/Haskell/ghc-7.0.3/lib/c2hs-0.16.3/bin }}}. This
creates problems with subsequent packages which depend on c2hs's
installation and inclusion in {{{ PATH }}}.
--
Ticket URL: <http://hackage.haskell.org/trac/c2hs/ticket/42>
c2hs <http://www.cse.unsw.edu.au/~chak/haskell/c2hs/>
C->Haskell, An Interface Generator for Haskell
#41: Build errors
--------------------+-------------------------------------------------------
Reporter: guest | Type: defect
Status: new | Priority: normal
Milestone: | Component: general
Version: 0.16.0 | Keywords:
--------------------+-------------------------------------------------------
A suitable c2hs version is available on Hackage, but Cabal doesn't see it
when it tries to install CV.
{{{
$ cabal install CV
...
cabal: The program c2hs version >=0.16.0 is required but it could not be
found.
}}}
Even after manually installing c2hs version 0.16.3, CV still doesn't see
it.
{{{
$ cabal install c2hs
$ cabal install CV
...
cabal: The program c2hs version >=0.16.0 is required but it could not be
found.
}}}
Specs:
Mac OS X 10.7.3
{{{
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.0.3
$ cabal --version
cabal-install version 0.10.2
using version 1.10.1.0 of the Cabal library
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/c2hs/ticket/41>
c2hs <http://www.cse.unsw.edu.au/~chak/haskell/c2hs/>
C->Haskell, An Interface Generator for Haskell