Repository (Git)

Browse

Name Size Revision Age Author Comment
  contrib 8712ce01 219 days John Goerzen XML java logging from Bjorn Buckwalter From: B...
  debian 832848c7 1 day John Goerzen debian/rules executable
  src 6c421cc1 10 days John Goerzen Switched to Maybe for Map stuff From: Marc Web...
  testsrc 87d63a6a 674 days John Goerzen Removed tests
COPYING 25.9 KB 71212616 674 days John Goerzen Updated copyright info
COPYRIGHT 1.1 KB def5c591 674 days John Goerzen Remove more references to MissingH
INSTALL 1 KB def5c591 674 days John Goerzen Remove more references to MissingH
INSTALL-win.txt 597 Bytes 1849bac8 674 days John Goerzen Cruft cleaning
Makefile 2.3 KB 4a518eed 628 days John Goerzen Remove FilePath dep in Makefile
README 84 Bytes eed4784f 674 days John Goerzen Misc updates
Setup.hs 74 Bytes dc13a245 338 days Spencer Janssen Port to Cabal 1.2 Remove the Setup.hs hooks in...
hslogger.cabal 1.8 KB 6842428a 1 day John Goerzen Prepping 1.0.6
winbuild.bat 74 Bytes 759d256f 680 days John Goerzen It's Setup.hs now
wintest.bat 228 Bytes a0f0cd00 674 days John Goerzen Make wintest.bat actually run the tests

Latest revisions

# Date Author Comment
832848c7 10/10/2008 02:32 PM John Goerzen

debian/rules executable

b3376c4e 10/10/2008 02:32 PM John Goerzen

Restored debian/rules

It had been removed by rev 8712ce012d9c6414c7d630b89a0f8f1c4c60cda4
(why?)

6842428a 10/10/2008 02:27 PM John Goerzen

Prepping 1.0.6

6c421cc1 10/01/2008 03:31 AM John Goerzen

Switched to Maybe for Map stuff

From: Marc Weber
Date: 9/16/08
To: John Goerzen

Hi John,

in order to run vxml I needed an up to date ghc compiler with
libraries.
I noticed that hslogger is using the -> m a (m = IO not Maybe) from
the Data.Map.lookup. This has changed
(http://hackage.haskell.org/trac/ghc/ticket/2309).
The patch below shows the two issues.
I've also replaced Control.Exception by Exception and used an import
alias so that Exception can be replaced by OldException more easily.
Maybe you want to change the m a -> Maybe thing in your library
because
its backward compatible.

If you want me to prepare a nicer more tested git patch which you can
apply directly tell me to provide one.

Sincerly
Marc Weber


From: Marc Weber
Date: 9/16/08
To: John Goerzen

> > This appears to me to be targeted at the next GHC release, which
isn't
> > stable yet? It seems it would be safe to apply the Maybe change
now,
> > but the remainder would have to wait until the next release of
GHC. Is
> > that your understanding too?

Exactly.
Only the Maybe thing makes sense in all cases now.

cabal darcs uses some cpp directives for the Exception thing if I
recall
correctly. But that's not that important.

Marc

4e8de063 08/05/2008 02:45 PM John Goerzen

Give type of rootLoggerName so it shows up in haddock

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

85aeed8b 02/29/2008 11:29 PM John Goerzen

TAG RELEASE_hslogger_1.0.5.0

5406adef 02/29/2008 11:29 PM John Goerzen

TAG DEBIAN_hslogger_1.0.5.0

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

Update versions

View revisions