View | Annotate | Download (1.8 KB)
Prepping 1.0.6
XML java logging from Bjorn Buckwalter
From: Bjorn Buckwalter Date: Mon, Jan 21, 2008 at 11:22 PM Subject: Re: ANNOUNCE: hslogger4j 0.1.1 To: John Goerzen
[ snip ]
Please find attached a patch for hslogger that adds the "System.Log.Handler.Log4jXML" module. It also adds a contrib directory with a bunch of support files for Java. I changed "System.Log.Handler.Simple" to export 'GenericHandler' rather than duplicate the code.
There were a lot of additions to the .cabal so I hope I didn't forget anything. An sdist builds just fine for me on both GHC 6.6.1 and 6.8.2.
The Java source code is copyright Apache Software Foundation under the Apache License. It's in the file headers and I've added a note about this in the docs for Log4jXML.hs.
Added build-type: Simple for cabal
Update versions
Change cabal test from win32 to windows
Date: Fri, 29 Feb 2008 16:04:18 +0000 From: "Neil Mitchell" To: "John Goerzen" Subject: HsLogger package bug
Hi John,
I was just installing HsLogger onto my Windows machine, and it failed, asking for the unix package. I've talked to Duncan and he pointed me at the error in your cabal file:
if !os(win32) Build-Depends: unix
That should be windows, not win32. win32 does not exist, so evaluates to false on all platforms, including Windows. Can you please fix this, and upload a new package, as this blocks Windows users from installing missingh (which is what I really want).
Duncan will be modifying cabal check to ensure that in future only valid OS names are permitted, to help Linux users write compatible software.
Many thanks,
Neil
Version confusion
Update description
Port to Cabal 1.2
Remove the Setup.hs hooks in favor of Cabal configurations. Also add the necessary incantations for GHC 6.8.
remove haskell98 dependency from the cabal file, and change imports to match
Update .cabal file to prepare for upload to hackage
Add Growl support.
This patch adds a new handler that supports the Growl application for OSX.
Added homepage/synopsis
Fixed a typo in debian/control
Cruft cleaning
Fix build problems
More cabal hacking