libsystemd-journal 1.4.1 → 1.4.2
raw patch · 2 files changed
+18/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Changelog.md +4/−0
- libsystemd-journal.cabal +14/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.4.2++* Updated `base` upper bound+ # 1.4.1 * Updated `base` upper bound
libsystemd-journal.cabal view
@@ -1,5 +1,5 @@ name: libsystemd-journal-version: 1.4.1+version: 1.4.2 synopsis: Haskell bindings to libsystemd-journal homepage: http://github.com/ocharles/libsystemd-journal license: BSD3@@ -16,7 +16,19 @@ library exposed-modules: Systemd.Journal- build-depends: base >=4.6 && <4.10, bytestring >= 0.9.1, pipes >= 4.0, pipes-safe >= 2.0, text >= 0.1 && < 1.3, transformers >= 0.3, unix-bytestring >= 0.3.2 && < 0.4, vector >= 0.4 && < 0.12, uuid, unordered-containers >= 0.1 && < 0.3, hashable >= 1.1.2.5, hsyslog, uniplate >= 1.6+ build-depends: base >=4.6 && <4.11+ , bytestring >= 0.9.1+ , pipes >= 4.0+ , pipes-safe >= 2.0+ , text >= 0.1 && < 1.3+ , transformers >= 0.3+ , unix-bytestring >= 0.3.2 && < 0.4+ , vector >= 0.4 && < 0.13+ , uuid+ , unordered-containers >= 0.1 && < 0.3+ , hashable >= 1.1.2.5+ , hsyslog+ , uniplate >= 1.6 hs-source-dirs: src default-language: Haskell2010 pkgconfig-depends: libsystemd >= 209