[Haskell-cafe] can't build testpack

Ezekiel Smithburg tehgeekmeister at gmail.com
Sat Jan 31 18:13:08 EST 2009


this is the error message i get:

ezekiel-smithburgs-macbook-pro-15% runhaskell Setup.* build
Preprocessing library testpack-1.0.0...
Building testpack-1.0.0...
[1 of 3] Compiling Test.QuickCheck.Instances (
src/Test/QuickCheck/Instances.hs, dist/build/Test/QuickCheck/Instances.o )
[2 of 3] Compiling Test.QuickCheck.Tools ( src/Test/QuickCheck/Tools.hs,
dist/build/Test/QuickCheck/Tools.o )
[3 of 3] Compiling Test.HUnit.Tools ( src/Test/HUnit/Tools.hs,
dist/build/Test/HUnit/Tools.o )

src/Test/HUnit/Tools.hs:28:36:
    Class `Control.Exception.Exception' used as a type
    In the type `Control.Exception.Exception'
    In the type `Control.Exception.Exception -> IO a -> IO ()'
    In the type `String
                 -> Control.Exception.Exception -> IO a -> IO ()'

what should i do?  need this in order to build hdbc 2.0, which i'm hoping
solves a problem i was having earlier (memory leak).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090131/c52582f6/attachment.htm


More information about the Haskell-Cafe mailing list