packages feed

log4hs-0.1.0.0: log4hs.cabal

cabal-version: 1.12

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

name:           log4hs
version:        0.1.0.0
synopsis:       A python logging style log library
description:    Please see the http://hackage.haskell.org/package/log4hs
category:       logging
maintainer:     Jorah Gao <log4hs@version.cloud>
copyright:      (c) 2019 Version Cloud
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

library
  exposed-modules:
      Logging
      Logging.Aeson
      Logging.Types
      Logging.Utils
  other-modules:
      Logging.Deprecated
      Logging.Internal
      Logging.TH
      Logging.Types.Class
      Logging.Types.Class.Filterable
      Logging.Types.Class.Formattable
      Logging.Types.Class.Handler
      Logging.Types.Filter
      Logging.Types.Formatter
      Logging.Types.Handlers
      Logging.Types.Handlers.FileHandler
      Logging.Types.Handlers.StreamHandler
      Logging.Types.Level
      Logging.Types.Logger
      Logging.Types.Manager
      Logging.Types.Record
      Logging.Types.Sink
      System.IO.Extra
      Paths_log4hs
  hs-source-dirs:
      src
  build-depends:
      aeson >=1.2 && <2.0
    , base >=4.7 && <5
    , containers >=0.5.10 && <1.0
    , data-default >=0.5 && <1.0
    , directory >=1.2 && <1.4
    , filepath >=1.3 && <1.5
    , generic-lens >=0.5 && <2.0
    , lens >=4.15 && <5.0
    , template-haskell >=2.0 && <3.0
    , text >=1.2 && <2.0
    , time >=1.4 && <2.0
  default-language: Haskell2010

test-suite log4hs-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Logging.AesonSpec
      Logging.TypesSpec
      LoggingSpec
      Paths_log4hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.0 && <3.0
    , aeson >=1.2 && <2.0
    , aeson-qq >=0.8 && <1.0
    , base >=4.7 && <5
    , containers >=0.5.10 && <1.0
    , data-default >=0.5 && <1.0
    , directory >=1.2 && <1.4
    , filepath >=1.3 && <1.5
    , generic-lens >=0.5 && <2.0
    , hspec >=2.1 && <3.0
    , hspec-core >=2.1 && <3.0
    , lens >=4.15 && <5.0
    , log4hs
    , process >=1.2 && <2.0
    , template-haskell >=2.0 && <3.0
    , text >=1.2 && <2.0
    , time >=1.4 && <2.0
  default-language: Haskell2010

benchmark log4hs-bench
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_log4hs
  hs-source-dirs:
      bench
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson >=1.2 && <2.0
    , aeson-qq >=0.8 && <1.0
    , base >=4.7 && <5
    , containers >=0.5.10 && <1.0
    , criterion >=1.0 && <2.0
    , data-default >=0.5 && <1.0
    , directory >=1.2 && <1.4
    , filepath >=1.3 && <1.5
    , generic-lens >=0.5 && <2.0
    , lens >=4.15 && <5.0
    , log4hs
    , template-haskell >=2.0 && <3.0
    , text >=1.2 && <2.0
    , time >=1.4 && <2.0
  default-language: Haskell2010