packages feed

Cabal revisions of hslogger-1.2.9

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name: hslogger Version: 1.2.9+x-revision: 1 License: BSD3 Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen     if !os(windows)         Build-Depends: unix     if flag(small_base)-        build-depends: base >= 4 && < 5, containers, directory, process,+        build-depends: base >= 4 && < 5, containers < 0.6, directory, process,                        time, old-locale     else         build-depends: base < 3, time
revision 2
 Name: hslogger Version: 1.2.9-x-revision: 1+x-revision: 2 License: BSD3 Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen flag small_base   description: choose the new smaller, split-up base package. flag buildtests+  manual: True   description: Build the executable to run unit tests   default: False          System.Log.Handler.Growl, System.Log.Handler.Log4jXML,         System.Log.Logger     Extensions: CPP, ExistentialQuantification-    Build-Depends: network, mtl+    Build-Depends: network < 2.9, mtl < 2.3     if !os(windows)-        Build-Depends: unix+        Build-Depends: unix < 2.8     if flag(small_base)-        build-depends: base >= 4 && < 5, containers < 0.6, directory, process,-                       time, old-locale+        build-depends: base >= 4 && < 5, containers < 0.6, directory < 1.4, process < 1.7,+                       time < 1.9, old-locale < 1.1     else         build-depends: base < 3, time     -- GHC-Options: -O2