[Pkg-haskell-commits] [SCM] Haskell Logging System Packaging branch, master, updated. debian/1.0.8-3-27-gb17a902
John Goerzen
jgoerzen at complete.org
Tue Feb 16 22:18:31 UTC 2010
The following commit has been merged in the master branch:
commit e5e39005c284a7ccadfe600cff07a2ec6ed115a3
Author: John Goerzen <jgoerzen at complete.org>
Date: Tue Feb 16 15:36:01 2010 -0600
Support GHC 6.12 base 4.2
diff --git a/hslogger.cabal b/hslogger.cabal
index 508ae65..3c7f508 100644
--- a/hslogger.cabal
+++ b/hslogger.cabal
@@ -1,10 +1,10 @@
Name: hslogger
-Version: 1.0.8
+Version: 1.0.9
License: LGPL
Maintainer: John Goerzen <jgoerzen at complete.org>
Author: John Goerzen
Stability: Stable
-Copyright: Copyright (c) 2004-2009 John Goerzen
+Copyright: Copyright (c) 2004-2010 John Goerzen
license-file: COPYRIGHT
build-type: Simple
Homepage: http://software.complete.org/hslogger
@@ -40,7 +40,7 @@ Library
if !os(windows)
Build-Depends: unix
if flag(small_base)
- build-depends: base >= 3 && < 4, containers, directory, process,
+ build-depends: base >= 3 && < 5, containers, directory, process,
time, old-locale
else
build-depends: base < 3, time
--
Haskell Logging System Packaging
More information about the Pkg-haskell-commits
mailing list