packages feed

hslogger 1.2.7 → 1.2.8

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

hslogger.cabal view
@@ -1,5 +1,5 @@ Name: hslogger-Version: 1.2.7+Version: 1.2.8 License: BSD3 Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -47,7 +47,7 @@         Build-Depends: unix     if flag(small_base)         build-depends: base >= 4 && < 5, containers, directory, process,-                       time < 1.5, old-locale+                       time, old-locale     else         build-depends: base < 3, time     -- GHC-Options: -O2