hslogger 1.0.9 → 1.0.10
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hslogger.cabal +2/−2
hslogger.cabal view
@@ -1,5 +1,5 @@ Name: hslogger-Version: 1.0.9+Version: 1.0.10 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -46,7 +46,7 @@ if !os(windows) Build-Depends: unix if flag(small_base)- build-depends: base >= 3 && < 5, containers, directory, process,+ build-depends: base >= 4 && < 5, containers, directory, process, time, old-locale else build-depends: base < 3, time