[Haskell-cafe] Hackage Build Failures
Stephan Friedrichs
deduktionstheorem at web.de
Wed Oct 1 08:45:04 EDT 2008
Emil Axelsson wrote:
> [...]
>
> The error comes from using QuickCheck 2, which happens to also use the
> operator (><). I can see two ways to solve the problem:
>
> (1) Add "< 2" after "QuickCheck" in the Wired.cabal file.
>
> (2) Add "hiding ((><))" after "import Test.QuickCheck" in
> Data/Hardware/Internal.hs
Emil,
my suggestion is: Please use alternative (2), at least if there are no
further problems with quickcheck 2! Otherwise, depending on quickcheck
<2 just introduces unnecessary package incompatibilities.
>
> [...]
>
//Stephan
--
Früher hieß es ja: Ich denke, also bin ich.
Heute weiß man: Es geht auch so.
- Dieter Nuhr
More information about the Haskell-Cafe
mailing list