packages feed

dbus-app-launcher-0.1.0.0: dbus-app-launcher.cabal

cabal-version:      1.12
name:               dbus-app-launcher
version:            0.1.0.0
license:            MIT
license-file:       LICENSE
copyright:          2024 Daniël van de Giessen
maintainer:         daniel@dvdgiessen.nl
author:             Daniël van de Giessen
homepage:           https://github.com/DvdGiessen/dbus-app-launcher#readme
bug-reports:        https://github.com/DvdGiessen/dbus-app-launcher/issues
synopsis:           Simple app launcher for D-Bus
description:
    See the README at <https://github.com/DvdGiessen/dbus-app-launcher>

category:           System
build-type:         Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
    type:     git
    location: https://github.com/DvdGiessen/dbus-app-launcher

executable dbus-app-launcher
    main-is:          Main.hs
    hs-source-dirs:   app
    other-modules:    Paths_dbus_app_launcher
    default-language: Haskell2010
    ghc-options:
        -Wall -Wcompat -Widentities -Wincomplete-record-updates
        -Wincomplete-uni-patterns -Wmissing-export-lists
        -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
        -threaded -rtsopts -with-rtsopts=-N

    build-depends:
        base >=4.7 && <5,
        containers >=0.6 && <0.7,
        dbus >=1.3 && <1.4,
        extra >=1.7 && <1.8,
        unix >=2.8 && <2.9