validate (HEAD): Data/ByteString.hs:226:17: Could not find
module `Data.Array':it is a member of package array-0.1,
which is hidden
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sun Oct 21 14:47:51 EDT 2007
On Sun, 2007-10-21 at 18:38 +0100, Duncan Coutts wrote:
> I'm validating a fix for bytestring with ghc-HEAD, but for the other
> non-core libs which are shared with ghc-6.8 we should just fix the
> version of ghc-HEAD's base and other core libs.
Now fixed with the patch:
Sun Oct 21 19:42:29 BST 2007 Duncan Coutts <duncan at haskell.org>
* Hack bytestring's .cabal file to work with ghc-HEAD's version of base
ghc-HEAD has base-2.1 rather than 3.x.
No not push this patch to the HEAD branch of bytestring or the branch of
bytestring used by ghc-6.8. This is a temporary hack only for ghc-HEAD's
branch of bytestring. Undo this patch when ghc-HEAD's base version is fixed.
More information about the Cvs-ghc
mailing list