libsystemd-journal 1.4.3 → 1.4.4
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~basedep ~semigroups
Dependency ranges changed: base, semigroups
Files
- Changelog.md +6/−0
- libsystemd-journal.cabal +3/−3
Changelog.md view
@@ -1,3 +1,9 @@+# 1.4.4 -- 2019-05-15++* Updated `base` upper bound and compatibility with GHC 8.6++* Updated `semigroup` upper bound.+ # 1.4.3 * Updated `base` upper bound and compatibility with GHC 8.4
libsystemd-journal.cabal view
@@ -1,5 +1,5 @@ name: libsystemd-journal-version: 1.4.3+version: 1.4.4 synopsis: Haskell bindings to libsystemd-journal homepage: http://github.com/ocharles/libsystemd-journal license: BSD3@@ -16,7 +16,7 @@ library exposed-modules: Systemd.Journal- build-depends: base >=4.6 && <4.12+ build-depends: base >=4.6 && <4.13 , bytestring >= 0.9.1 , pipes >= 4.0 , pipes-safe >= 2.0@@ -29,7 +29,7 @@ , hashable >= 1.1.2.5 , hsyslog , uniplate >= 1.6- , semigroups >= 0.1 && < 0.19+ , semigroups >= 0.1 && < 0.20 hs-source-dirs: src default-language: Haskell2010 pkgconfig-depends: libsystemd >= 209