Added dep on libghc6-time-dev
debian/rules executable
Restored debian/rules
It had been removed by rev 8712ce012d9c6414c7d630b89a0f8f1c4c60cda4 (why?)
Prepping 1.0.6
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
> > 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
Give type of rootLoggerName so it shows up in haddock
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
TAG RELEASE_hslogger_1.0.5.0
TAG DEBIAN_hslogger_1.0.5.0
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
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
Added FTPn
TAG RELEASE_hslogger_1.0.4
TAG DEBIAN_hslogger_1.0.4
Version confusion
Update description
TAG RELEASE_hslogger_1.0.3.1
TAG DEBIAN_hslogger_1.0.3.1
Update changelog
Require newer haskell-devscripts
Port to Cabal 1.2
Remove the Setup.hs hooks in favor of Cabal configurations. Also add the necessary incantations for GHC 6.8.
TAG DEBIAN_hslogger_1.0.3
Update for newer GHC, hugs
add OPTIONS pragma to System.Log.Logger
1 2 3 ... 45 Next » (1-25/1123) | Per page: 25, 50, 100