cabal-version: 2.4 name: hgreet version: 0.1.0.0 x-revision: 3 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.17, aeson >= 2.0.3 && < 2.1, bytestring >= 0.10 && < 0.12, 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