Cabal revisions of hgreet-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: hgreet-version: 0.1.0.0-synopsis: Haskell module to interact with the greetd daemon trough it's IPC protocol.-author: Vawlpe-maintainer: vawlpe@gmail.com-copyright: Copyright (C) 2022 Hazel (Vawlpe)-category: Network-license: GPL-3.0-or-later-license-file: LICENSE-homepage: https://github.com/Vawlpe/hgreet-bug-reports: https://github.com/Vawlpe/hgreet/issues-description:- This package provides a Haskell module to interact with the greetd daemon.- It is intended as a simple abstraction layer for the IPC protocol, and is NOT a greeter in and of itself.- For an example of a working greeter based on this, see @hgreet-example@.-extra-source-files:- README.md--library- hs-source-dirs: src- exposed-modules: HGreet.Packet, HGreet.Client- exposed: True- build-depends:- base >= 4.14.3.0 && < 4.15,- aeson >= 2.0.3 && < 2.1,- bytestring >= 0.10.8 && < 0.11,- cpu >= 0.1.2 && < 0.2,- hosc >= 0.19.1 && < 0.20,- network >= 3.1.2 && < 3.2,- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/Vawlpe/hgreet.git+cabal-version: 2.4 +name: hgreet +version: 0.1.0.0 +x-revision: 1 +synopsis: Haskell module to interact with the greetd daemon trough it's IPC protocol. +author: Vawlpe +maintainer: vawlpe@gmail.com +copyright: Copyright (C) 2022 Hazel (Vawlpe) +category: Network +license: GPL-3.0-or-later +license-file: LICENSE +homepage: https://github.com/Vawlpe/hgreet +bug-reports: https://github.com/Vawlpe/hgreet/issues +description: + This package provides a Haskell module to interact with the greetd daemon. + It is intended as a simple abstraction layer for the IPC protocol, and is NOT a greeter in and of itself. + For an example of a working greeter based on this, see @hgreet-example@. +extra-source-files: + README.md + +library + hs-source-dirs: src + exposed-modules: HGreet.Packet, HGreet.Client + exposed: True + build-depends: + base >= 4.14 && < 4.15, + aeson >= 2.0.3 && < 2.1, + bytestring >= 0.10.8 && < 0.11, + cpu >= 0.1.2 && < 0.2, + hosc >= 0.19.1 && < 0.20, + network >= 3.1.2 && < 3.2, + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/Vawlpe/hgreet.git
revision 2
cabal-version: 2.4 name: hgreet version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Haskell module to interact with the greetd daemon trough it's IPC protocol. author: Vawlpe maintainer: vawlpe@gmail.com exposed-modules: HGreet.Packet, HGreet.Client exposed: True build-depends: - base >= 4.14 && < 4.15, + base >= 4.16 && < 4.17, aeson >= 2.0.3 && < 2.1, - bytestring >= 0.10.8 && < 0.11, + bytestring >= 0.11.3 && < 0.12, cpu >= 0.1.2 && < 0.2, hosc >= 0.19.1 && < 0.20, network >= 3.1.2 && < 3.2,
revision 3
cabal-version: 2.4 name: hgreet version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Haskell module to interact with the greetd daemon trough it's IPC protocol. author: Vawlpe maintainer: vawlpe@gmail.com exposed-modules: HGreet.Packet, HGreet.Client exposed: True build-depends: - base >= 4.16 && < 4.17, + base >= 4.14 && < 4.17, aeson >= 2.0.3 && < 2.1, - bytestring >= 0.11.3 && < 0.12, + bytestring >= 0.10 && < 0.12, cpu >= 0.1.2 && < 0.2, hosc >= 0.19.1 && < 0.20, network >= 3.1.2 && < 3.2,