Hi,

what is the best action to take if a package from hackage fails to build? Is there a recommended/established common way to deal with build failures/runtime bugs etc.?

For example:

cetin@linux-d312:~/Links/Elite/ac> cabal install wired
Resolving dependencies...
Downloading Wired-0.1.1...
Configuring Wired-0.1.1...
Preprocessing library Wired-0.1.1...
Building Wired-0.1.1...
[ 1 of 21] Compiling Data.Hardware.Internal ( Data/Hardware/Internal.hs, dist/build/Data/Hardware/Internal.o )

Data/Hardware/Internal.hs:198:15:
    Ambiguous occurrence `><'
    It could refer to either `Data.Hardware.Internal.><', defined at Data/Hardware/Internal.hs:129:4
                          or `Test.QuickCheck.><', imported from Test.QuickCheck at Data/Hardware/Internal.hs:11:0-21
cabal: Error: some packages failed to install:
Wired-0.1.1 failed during the building phase. The exception was:
exit: ExitFailure 1

Regards
,
CS