packages feed

systemd-api-0.1.0.1: systemd-api.cabal

cabal-version:   2.2
name:            systemd-api
version:         0.1.0.1
synopsis:        systemd bindings
description:     Bindings to various systemd functions
homepage:        https://github.com/byteverse/systemd-api
bug-reports:     https://github.com/byteverse/systemd-api/issues
license:         BSD-3-Clause
license-file:    LICENSE
author:          Andrew Martin
maintainer:      amartin@layer3com.com
copyright:       2023 Andrew Martin
category:        System
build-type:      Simple
extra-doc-files: CHANGELOG.md
tested-with:     GHC ==9.4.8 || ==9.6.3 || ==9.8.1

common build-settings
  default-language: Haskell2010
  ghc-options:      -Wall -Wunused-packages

library
  import:             build-settings
  exposed-modules:    Linux.Systemd
  build-depends:
    , base       >=4.16.3 && <5
    , posix-api  >=0.5    && <1

  hs-source-dirs:     src
  ghc-options:        -O2
  extra-libraries:    systemd
  build-tool-depends: hsc2hs:hsc2hs >=0.68.5

source-repository head
  type:     git
  location: git://github.com/byteverse/systemd-api.git