On 20 February 2011 22:16, Ian Lynagh <ig...@earth.li> wrote:
> 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

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to