
21 Feb
2011
21 Feb
'11
8:46 a.m.
On 20 February 2011 22:16, Ian Lynagh
We are pleased to announce the second release candidate for GHC 7.0.2
Congratulations! I may have found a bug (not sure if it's in ghc or cabal): $ cabal install unix-compat Resolving dependencies... Configuring unix-compat-0.2.1.1... cabal: Missing dependency on a foreign library: * Missing header file: HsUnixCompat.h HsUnixCompat.h is required by the cabal file: $ cat unix-compat.cabal | grep include include-dirs: include includes: HsUnixCompat.h install-includes: HsUnixCompat.h ...and is included in the package's include directory: $ ls include/ HsUnixCompat.h Regards, Bas