Package: ghc
Version: 7.6.3-6
Severity: serious
Justification: Makes the package unusable

Hi,

installing the "ghc" package without the "gcc" package results in this:

        $ cat test.hs
        main :: IO ()
        main = putStrLn "Hello World"
        $ ghc test.hs
        [1 of 1] Compiling Main             ( test.hs, test.o )
        ghc: could not execute: /usr/bin/gcc
        $ echo $?
        1
        $ ghci test.hs
        GHCi, version 7.6.3: http://www.haskell.org/ghc/  :? for help
        Loading package ghc-prim ... linking ... done.
        ghc: could not execute: /usr/bin/gcc
        $ echo $?
        1
        $ 

This problem can be trivially fixed by installing the "gcc" package.

Best regards

Alexander Kurtz

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to