packages feed

hslogger 1.0.6 → 1.0.7

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hslogger.cabal view
@@ -1,5 +1,5 @@ Name: hslogger-Version: 1.0.6+Version: 1.0.7 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -40,7 +40,7 @@     if !os(windows)         Build-Depends: unix     if flag(small_base)-        build-depends: base >= 3, containers, directory, process,+        build-depends: base >= 3 && < 4, containers, directory, process,                        time, old-locale     else         build-depends: base < 3, time