name: libsystemd-journal
version: 1.0.0
synopsis: Haskell bindings to libsystemd-journal
homepage: http://github.com/ocharles/libsystemd-journal
license: BSD3
license-file: LICENSE
author: Oliver Charles
maintainer: ollie@ocharles.org.uk
copyright: Oliver Charles (c) 2014
category: System
build-type: Simple
cabal-version: >=1.10
extra-source-files:
Changelog.md
library
exposed-modules: Systemd.Journal
build-depends: base >=4.6 && <4.7, text >= 0.1 && < 1.2, unix-bytestring >= 0.3.2 && < 0.4, vector >= 0.4 && < 0.11, uuid, unordered-containers >= 0.1 && < 0.3, hashable >= 1.1.2.5, hsyslog
hs-source-dirs: src
default-language: Haskell2010
extra-libraries: systemd-journal
ghc-options: -Wall