packages feed

canteven-log-0.3.0.2: canteven-log.cabal

-- Initial canteven-log.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                canteven-log
version:             0.3.0.2
synopsis:            A canteven way of setting up logging for your program.
description:
    A library that uses <https://hackage.haskell.org/package/canteven-config canteven-config>
    to parse logging settings. Compatible with both hslogger and monad-logger.
homepage:            https://github.com/SumAll/haskell-canteven-log
license:             Apache-2.0
license-file:        LICENSE
author:              Rick Owens
maintainer:          rowens@sumall.com
-- copyright:
category:            Development
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10
homepage:            https://github.com/SumAll/haskell-canteven-log

source-repository head
  type: git
  location:  git://github.com/SumAll/haskell-canteven-log.git

library
  exposed-modules:
    Canteven.Log,
    Canteven.Log.MonadLog
  other-modules:
    Canteven.Log.Types
  -- other-extensions:
  build-depends:
    aeson,
    base >= 4 && < 5,
    bytestring,
    canteven-config >= 1.0 && < 1.1,
    directory,
    fast-logger,
    filepath,
    hslogger,
    monad-logger,
    template-haskell,
    text,
    time >= 1.5 && <1.6,
    transformers,
    yaml
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall