-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 520cc0cb2a37c01624683b0e8a29dd4bc16b83353cb40ca2b7fc01a4d32c015d

name:           co-log-sys
version:        0.1.0.0
synopsis:       Syslog implementation on top of 'co-log-core'
description:    Please see the README on GitHub at <https://github.com/serokell/co-log-sys#readme>
category:       Logging
homepage:       https://github.com/serokell/co-log-sys#readme
bug-reports:    https://github.com/serokell/co-log-sys/issues
author:         Serokell
maintainer:     Serokell <hi@serokell.io>
copyright:      2018 Serokell
license:        MPL-2.0
license-file:   LICENSE.md
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/serokell/co-log-sys

library
  exposed-modules:
      Colog.Syslog
      Colog.Syslog.Actions
      Colog.Syslog.Config
      Colog.Syslog.Handler
      Colog.Syslog.Message
      Colog.Syslog.Priority
  other-modules:
      Paths_co_log_sys
  hs-source-dirs:
      src
  default-extensions: ApplicativeDo BangPatterns FlexibleContexts LambdaCase MultiWayIf NegativeLiterals OverloadedLabels OverloadedStrings PatternSynonyms PolyKinds RankNTypes RecordWildCards RecursiveDo StandaloneDeriving TupleSections
  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-orphans
  build-depends:
      aeson
    , base-noprelude >=4.7 && <5
    , co-log-core
    , fmt
    , loot-prelude
    , microlens
    , monad-control
    , mtl
    , network
    , universum
    , unix
  default-language: Haskell2010

test-suite co-log-sys-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_co_log_sys
  hs-source-dirs:
      test
  default-extensions: ApplicativeDo BangPatterns FlexibleContexts LambdaCase MultiWayIf NegativeLiterals OverloadedLabels OverloadedStrings PatternSynonyms PolyKinds RankNTypes RecordWildCards RecursiveDo StandaloneDeriving TupleSections
  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-orphans -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base-noprelude >=4.7 && <5
    , co-log-core
    , co-log-sys
    , fmt
    , loot-prelude
    , microlens
    , monad-control
    , mtl
    , network
    , universum
    , unix
  default-language: Haskell2010