Cabal revisions of libsystemd-journal-1.4.6.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0--name: libsystemd-journal-version: 1.4.6.0-synopsis: Haskell bindings to libsystemd-journal-homepage: https://github.com/ocharles/libsystemd-journal-license: BSD-3-Clause-license-file: LICENSE-author: Oliver Charles-maintainer: ch.martin@gmail.com, ollie@ocharles.org.uk-copyright: Oliver Charles (c) 2014-category: Logging--description:- Use this package to write to and read from journald. This is the- logging system that is part of systemd, which you may be familiar- with accessing via the command line using the journalctl command.--extra-source-files:- Changelog.md--library- exposed-modules: Systemd.Journal- build-depends: , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20- , bytestring ^>= 0.11.1 || ^>= 0.12- , pipes ^>= 4.3.10- , pipes-safe ^>= 2.3.1- , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1- , transformers ^>= 0.5.6 || ^>= 0.6- , unix-bytestring ^>= 0.3.6 || ^>= 0.4- , vector ^>= 0.12.3 || ^>= 0.13- , uuid ^>= 1.3.13- , unordered-containers ^>= 0.2.10- , hashable ^>= 1.3.2 || ^>= 1.4 || ^>= 1.5- , hsyslog ^>= 5.0- , uniplate ^>= 1.6.1- , semigroups ^>= 0.18.1 || ^>= 0.19 || ^>= 0.20- hs-source-dirs: src- default-language: GHC2021- default-extensions: OverloadedStrings- pkgconfig-depends: libsystemd >= 209+cabal-version: 3.0 + +name: libsystemd-journal +version: 1.4.6.0 +x-revision: 1 +synopsis: Haskell bindings to libsystemd-journal +homepage: https://github.com/ocharles/libsystemd-journal +license: BSD-3-Clause +license-file: LICENSE +author: Oliver Charles +maintainer: ch.martin@gmail.com, ollie@ocharles.org.uk +copyright: Oliver Charles (c) 2014 +category: Logging + +description: + Use this package to write to and read from journald. This is the + logging system that is part of systemd, which you may be familiar + with accessing via the command line using the journalctl command. + +extra-source-files: + Changelog.md + +library + exposed-modules: Systemd.Journal + build-depends: , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21 + , bytestring ^>= 0.11.1 || ^>= 0.12 + , pipes ^>= 4.3.10 + , pipes-safe ^>= 2.3.1 + , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1 + , transformers ^>= 0.5.6 || ^>= 0.6 + , unix-bytestring ^>= 0.3.6 || ^>= 0.4 + , vector ^>= 0.12.3 || ^>= 0.13 + , uuid ^>= 1.3.13 + , unordered-containers ^>= 0.2.10 + , hashable ^>= 1.3.2 || ^>= 1.4 || ^>= 1.5 + , hsyslog ^>= 5.0 + , uniplate ^>= 1.6.1 + , semigroups ^>= 0.18.1 || ^>= 0.19 || ^>= 0.20 + hs-source-dirs: src + default-language: GHC2021 + default-extensions: OverloadedStrings + pkgconfig-depends: libsystemd >= 209
revision 2
name: libsystemd-journal version: 1.4.6.0 -x-revision: 1 +x-revision: 2 synopsis: Haskell bindings to libsystemd-journal homepage: https://github.com/ocharles/libsystemd-journal license: BSD-3-Clause license-file: LICENSE author: Oliver Charles -maintainer: ch.martin@gmail.com, ollie@ocharles.org.uk +maintainer: ch.martin@gmail.com, ollie@ocharles.org.uk, erikd@mega-nerd.com copyright: Oliver Charles (c) 2014 category: Logging
revision 3
name: libsystemd-journal version: 1.4.6.0 -x-revision: 2 +x-revision: 3 synopsis: Haskell bindings to libsystemd-journal homepage: https://github.com/ocharles/libsystemd-journal license: BSD-3-Clause library exposed-modules: Systemd.Journal - build-depends: , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21 + build-depends: , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21 || ^>= 4.22 , bytestring ^>= 0.11.1 || ^>= 0.12 , pipes ^>= 4.3.10 , pipes-safe ^>= 2.3.1