Revision:

Revisions

# Date Author Comment
cf04c329 10/13/2008 04:02 PM John Goerzen

Added dep on libghc6-time-dev

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

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

c79f3313 01/24/2008 01:19 PM John Goerzen

Added FTPn

35967952 01/12/2008 05:01 AM John Goerzen

TAG RELEASE_hslogger_1.0.4

afef3b64 01/12/2008 05:01 AM John Goerzen

TAG DEBIAN_hslogger_1.0.4

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

Version confusion

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

Update description

5cf63517 01/12/2008 04:57 AM John Goerzen

TAG RELEASE_hslogger_1.0.3.1

cd0a34d2 01/12/2008 04:57 AM John Goerzen

TAG DEBIAN_hslogger_1.0.3.1

a7a60b79 01/11/2008 10:16 PM John Goerzen

Update changelog

cee999df 01/11/2008 10:02 PM John Goerzen

Require newer haskell-devscripts

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.

9fb76854 06/01/2007 03:06 PM John Goerzen

TAG DEBIAN_hslogger_1.0.3

4460ff04 06/01/2007 03:03 PM John Goerzen

Update for newer GHC, hugs

2bd391dc 05/22/2007 12:24 AM shae

add OPTIONS pragma to System.Log.Logger

1 2 3 ... 45 Next » (1-25/1123) | Per page: 25, 50, 100