From 543a29177543f6c579a3c1651e86ced70cb0953c Mon Sep 17 00:00:00 2001 From: Rik van Toor Date: Thu, 27 Oct 2022 17:20:13 +0200 Subject: [PATCH 1/2] Loosened various dependency version constraints --- libsystemd-journal.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsystemd-journal.cabal b/libsystemd-journal.cabal index c1b4db9..2c224f3 100644 --- a/libsystemd-journal.cabal +++ b/libsystemd-journal.cabal @@ -16,11 +16,11 @@ extra-source-files: library exposed-modules: Systemd.Journal - build-depends: base >=4.6 && <4.15 + build-depends: base >=4.6 && <4.17 , bytestring >= 0.9.1 , pipes >= 4.0 , pipes-safe >= 2.0 - , text >= 0.1 && < 1.3 + , text >= 0.1 , transformers >= 0.3 , unix-bytestring >= 0.3.2 && < 0.4 , vector >= 0.4 && < 0.13 @@ -29,7 +29,7 @@ library , hashable >= 1.1.2.5 , hsyslog , uniplate >= 1.6 - , semigroups >= 0.1 && < 0.20 + , semigroups >= 0.1 && < 0.21 hs-source-dirs: src default-language: Haskell2010 pkgconfig-depends: libsystemd >= 209 From bf64ddc367aff6db60b194fbb3a72fe8c2469aeb Mon Sep 17 00:00:00 2001 From: RikvanToor Date: Wed, 16 Aug 2023 11:15:44 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Alexey Kuleshevich --- libsystemd-journal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsystemd-journal.cabal b/libsystemd-journal.cabal index 2c224f3..6aba4e8 100644 --- a/libsystemd-journal.cabal +++ b/libsystemd-journal.cabal @@ -22,7 +22,7 @@ library , pipes-safe >= 2.0 , text >= 0.1 , transformers >= 0.3 - , unix-bytestring >= 0.3.2 && < 0.4 + , unix-bytestring >= 0.3.2 && < 0.5 , vector >= 0.4 && < 0.13 , uuid , unordered-containers >= 0.1 && < 0.3