[Haskell-cafe] Bad interface problem.

Albert Y. C. Lai trebla at vex.net
Wed Jul 11 21:27:03 CEST 2012


On 12-07-11 05:28 AM, Magicloud Magiclouds wrote:
> I am using ghc 7.4.2 which includes template-haskell-2.7.0.0.
> When I installed QuickCheck-2.5, it requires template-haskell-2.6.0.0.
> Even I removed all user space packages, the error was still.

Cannot reproduce. I start with ubuntu 11.04 x86 32-bit, fresh ghc 7.4.2 
(linux x86 32-bit), fresh cabal-install 0.14:

$ cabal install --dry-run QuickCheck
Resolving dependencies...
In order, the following would be installed (use -v for more details):
QuickCheck-2.5

No pulling in template-haskell-2.6.0.0.



More information about the Haskell-Cafe mailing list