Re: [Haskell-cafe] compiling haskell-src-exts in 6.10

2008-11-11 Thread Niklas Broberg
2008/11/11 Hugo Pacheco <[EMAIL PROTECTED]>: > When installing package haskell-src-exts via cabal install, I get the error > Language/Haskell/Exts/Syntax.hs:102:7: > Could not find module `Data.Data': > it is a member of package base, which is hidden > > However, when manually installing

Re: [Haskell-cafe] compiling haskell-src-exts in 6.10

2008-11-11 Thread Brandon S. Allbery KF8NH
On 2008 Nov 11, at 7:20, Hugo Pacheco wrote: When installing package haskell-src-exts via cabal install, I get the error Language/Haskell/Exts/Syntax.hs:102:7: Could not find module `Data.Data': it is a member of package base, which is hidden However, when manually installing runh

[Haskell-cafe] compiling haskell-src-exts in 6.10

2008-11-11 Thread Hugo Pacheco
When installing package haskell-src-exts via cabal install, I get the error Language/Haskell/Exts/Syntax.hs:102:7: Could not find module `Data.Data': it is a member of package base, which is hidden However, when manually installing runhaskell Setup.hs configure/build/install It works