File: dbus-hslogger.cabal

package info (click to toggle)
haskell-dbus-hslogger 0.1.0.1-5
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: haskell: 80; makefile: 6
file content (55 lines) | stat: -rw-r--r-- 1,489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d10ade94173aa22bc569628b2b342aadba89e35c4b5bcd8eeef077de9db3b2e7

name:           dbus-hslogger
version:        0.1.0.1
synopsis:       Expose a dbus server to control hslogger
description:    Please see the README on Github at <https://github.com/IvanMalison/dbus-hslogger#readme>
category:       System
homepage:       https://github.com/IvanMalison/dbus-hslogger#readme
bug-reports:    https://github.com/IvanMalison/dbus-hslogger/issues
author:         Ivan Malison
maintainer:     IvanMalison@gmail.com
copyright:      Ivan Malison
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/IvanMalison/dbus-hslogger

library
  exposed-modules:
      System.Log.DBus.Client
      System.Log.DBus.Server
  other-modules:
      Paths_dbus_hslogger
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , dbus >=1.0.1 && <2
    , hslogger
  default-language: Haskell2010

executable dbus-hslogger-client
  main-is: Main.hs
  other-modules:
      Paths_dbus_hslogger
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , dbus >=1.0.0 && <2.0.0
    , dbus-hslogger
    , hslogger
    , optparse-applicative
  default-language: Haskell2010