[c2hs] #53: Cabal Install failed with ghc 7.6.1

#53: Cabal Install failed with ghc 7.6.1 --------------------+------------------------------------------------------- Reporter: guest | Type: defect Status: new | Priority: normal Milestone: | Component: general Version: 0.16.2 | Keywords: --------------------+------------------------------------------------------- Fail to install using ghc 7.6.1. Two changes are needed, but I don't know if backward compatible. Émeric diff -r c2hs-0.16.3_bu/src/C2HS/Config.hs c2hs-0.16.3/src/C2HS/Config.hs 40c40 < import Foreign.C (CInt) ---
import Foreign.C (CInt(..)) diff -r c2hs-0.16.3_bu/src/Control/StateTrans.hs c2hs-0.16.3/src/Control/StateTrans.hs 75a76 import System.IO.Error(catchIOError) 299c300 < `catch` (\err -> let
`catchIOError` (\err -> let
-- Ticket URL: http://hackage.haskell.org/trac/c2hs/ticket/53 c2hs http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ C->Haskell, An Interface Generator for Haskell

#53: Cabal Install failed with ghc 7.6.1 --------------------+------------------------------------------------------- Reporter: guest | Type: defect Status: closed | Priority: normal Milestone: | Component: general Version: 0.16.2 | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by duncan): * status: new => closed * resolution: => fixed Comment: Latest released fixed things for 7.6.1. -- Ticket URL: http://hackage.haskell.org/trac/c2hs/ticket/53#comment:1 c2hs http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ C->Haskell, An Interface Generator for Haskell
participants (1)
-
c2hs