root / hslogger.cabal

hslogger.cabal

View | Annotate | Download (1.8 KB)

# Date Author Comment
6842428a 10/10/2008 02:27 PM John Goerzen

Prepping 1.0.6

8712ce01 03/05/2008 03:47 PM John Goerzen

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.
102bd4eb 02/29/2008 11:31 PM John Goerzen

Added build-type: Simple for cabal

5c1f1083 02/29/2008 11:28 PM John Goerzen

Update versions

55e25af7 02/29/2008 11:26 PM John Goerzen

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

0767f472 01/12/2008 05:00 AM John Goerzen

Version confusion

e70e626f 01/12/2008 04:58 AM John Goerzen

Update description

dc13a245 11/07/2007 06:19 PM Spencer Janssen

Port to Cabal 1.2

Remove the Setup.hs hooks in favor of Cabal configurations. Also add the
necessary incantations for GHC 6.8.

68c93a57 05/08/2007 10:41 PM shae

remove haskell98 dependency from the cabal file, and change imports to match

f95e9d6a 03/07/2007 07:26 AM John Goerzen

Update .cabal file to prepare for upload to hackage

9108f335 03/02/2007 11:24 AM Rich Neswold

Add Growl support.

This patch adds a new handler that supports the Growl application for OSX.

772522d3 12/07/2006 11:47 PM John Goerzen

Added homepage/synopsis

532dcd45 12/07/2006 04:57 AM John Goerzen

Fixed a typo in debian/control

1849bac8 12/07/2006 04:00 AM John Goerzen

Cruft cleaning

fa16758d 12/07/2006 03:34 AM John Goerzen

Fix build problems

e6e94e1d 12/07/2006 03:15 AM John Goerzen

More cabal hacking