-- Initial canteven-log.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: canteven-log version: 2.0.0.0 synopsis: A canteven way of setting up logging for your program. description: A library that uses 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.MonadLog other-modules: Canteven.Log.Types -- other-extensions: build-depends: aeson, base >= 4.8 && < 4.9, bytestring, directory, fast-logger, filepath, monad-logger, template-haskell, text, time >= 1.5 && <1.6, transformers, yaml hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall