hslogger 1.2.4 → 1.2.6
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- hslogger.cabal +3/−3
hslogger.cabal view
@@ -1,5 +1,5 @@ Name: hslogger-Version: 1.2.4+Version: 1.2.6 License: BSD3 Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -47,9 +47,9 @@ Build-Depends: unix if flag(small_base) build-depends: base >= 4 && < 5, containers, directory, process,- time, old-locale+ time < 1.5, old-locale else- build-depends: base < 3, time+ build-depends: base < 3, time < 1.5 GHC-Options: -O2 Hs-Source-Dirs: src