
Hello! I'm trying to build the most recent version of hslogger and have run into some issues. Below is the error message I receive. (I see that the same error has come up elsewhere: http://haskell.galois.com/packages/archive/hslogger/1.0.2/log). The hslogger (http://software.complete.org/hslogger) website indicates that questions should be posted here - I apologize if this is the wrong venue. Thank you, Chris runhaskell Setup.hs configure Setup.hs:19:35: Couldn't match expected type `(Either GenericPackageDescription PackageDescription, HookedBuildInfo)' against inferred type `PackageDescription' In the first argument of `(confHook defaultUserHooks)', namely `mydescrip' In the expression: let mydescrip = case os of "mingw32" -> ... _ -> ... in (confHook defaultUserHooks) mydescrip flags In the definition of `customConfHook': customConfHook descrip flags = let mydescrip = case ... of "mingw32" -> ... _ -> ... in (confHook defaultUserHooks) mydescrip flags

On 2007-10-17, Chris Hayden
Hello!
I'm trying to build the most recent version of hslogger and have run into some issues. Below is the error message I receive. (I see that the same error has come up elsewhere: http://haskell.galois.com/packages/archive/hslogger/1.0.2/log).
The hslogger (http://software.complete.org/hslogger) website indicates that questions should be posted here - I apologize if this is the wrong venue.
What version of GHC do you have? Have you installed a different version of Cabal? And where did you obtain your hslogger source from?

Coincidentally, I just sent a patch to John for this very issue. I've attached it here, it simply updates the setup script and cabal file for Cabal 1.2. Thanks, Greg Heartsfield On Thu, Oct 18, 2007 at 09:31:51AM -0500, John Goerzen wrote:
On 2007-10-17, Chris Hayden
wrote: Hello!
I'm trying to build the most recent version of hslogger and have run into some issues. Below is the error message I receive. (I see that the same error has come up elsewhere: http://haskell.galois.com/packages/archive/hslogger/1.0.2/log).
The hslogger (http://software.complete.org/hslogger) website indicates that questions should be posted here - I apologize if this is the wrong venue.
What version of GHC do you have? Have you installed a different version of Cabal? And where did you obtain your hslogger source from?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Chris Hayden
-
Greg Heartsfield
-
John Goerzen