canteven-log-0.2.0.0: 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.2.0.0
synopsis: A canteven way of setting up logging for your program.
-- description:
homepage: https://github.com/SumAll/haskell-canteven-log
license: Apache-2.0
license-file: LICENSE
author: Rick Owens
maintainer: rowens@sumall.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules:
Canteven.Log
-- other-modules:
-- other-extensions:
build-depends:
aeson,
base >= 4 && < 5,
canteven-config >= 1.0 && < 1.1,
directory,
filepath,
hslogger,
text,
yaml
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall