Package: ghc6
Version: 6.4-3
Severity: normal
The following program does not compile:
------------------------------
module Main (main)
where
import Posix (exitImmediately)
main :: IO ()
main =
exitImmediately 2
------------------------------
/tmp % ghc6 --version
The Glorious Glasgow Haskell Compilation System, version 6.4
/tmp % ghc6 --make Main.hs
Chasing modules from: Main.hs
Could not find module `Posix':
use -v to see a list of the files searched for
(imported from Main.hs)
Thanks!
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Versions of packages ghc6 depends on:
ii gcc-3.3 1:3.3.6-5 The GNU C compiler
ii haskell-utils 1.6 Utilities used by the Debian Haske
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgmp3 4.1.4-6 Multiprecision arithmetic library
ii libgmp3-dev 4.1.4-6 Multiprecision arithmetic library
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii libreadline5 5.0-10 GNU readline and history libraries
ii libreadline5-dev 5.0-10 GNU readline and history libraries
ii perl [perl5] 5.8.4-8 Larry Wall's Practical Extraction
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]