Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Loosen various dependency version constraints #27

Merged
merged 2 commits into from
Aug 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libsystemd-journal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
RikvanToor marked this conversation as resolved.
Show resolved Hide resolved
, vector >= 0.4 && < 0.13
Expand All @@ -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