[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:44 UTC 2010
The following commit has been merged in the master branch:
commit 0a43c1f182d229a05dc850e622231ee4ce3b7790
Author: John Goerzen <jgoerzen at complete.org>
Date: Tue Feb 16 16:09:24 2010 -0600
Drop hugs support for now
cabal is presently broken on hugs
diff --git a/debian/control b/debian/control
index 7f5e8e5..4b9e146 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,6 @@ Build-Depends: debhelper (>= 5.0.0),
libghc6-mtl-dev,
libghc6-hunit-dev,
libghc6-time-dev,
- hugs (>= 98.200503.08),
- libhugs-hunit,
- libhugs-mtl,
- libhugs-network,
libghc6-network-dev
Standards-Version: 3.8.3
Section: haskell
@@ -36,20 +32,6 @@ Description: The Haskell Logging Framework, GHC package
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
-Package: libhugs-hslogger
-Section: haskell
-Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Suggests: ${haskell:Suggests}
-Description: The Haskell Logging Framework, Hugs package
- hslogger is a logging framework for Haskell, roughly similar to
- Python's logging module.
- .
- hslogger lets each log message have a priority and source be associated
- with it. The programmer can then define global handlers that route
- or filter messages based on the priority and source. hslogger also
- has a syslog handler built in.
-
Package: hslogger-doc
Section: doc
Architecture: all
--
Haskell Logging System Packaging
More information about the Pkg-haskell-commits
mailing list