co-log-core-0.0.0: co-log-core.cabal
name: co-log-core
version: 0.0.0
description: Logging library
synopsis: Logging library
homepage: https://github.com/kowainik/co-log
bug-reports: https://github.com/kowainik/co-log/issues
license: MPL-2.0
license-file: LICENSE
author: Kowainik
maintainer: xrom.xkov@gmail.com
copyright: 2018 Kowainik
category: Logging
build-type: Simple
extra-doc-files: CHANGELOG.md
cabal-version: 2.0
tested-with: GHC == 8.4.3
source-repository head
type: git
location: https://github.com/kowainik/co-log.git
library
hs-source-dirs: src
exposed-modules: Colog.Core
Colog.Core.Action
Colog.Core.Class
Colog.Core.Severity
ghc-options: -Wall -fhide-source-paths
build-depends: base >= 4.11 && < 5
default-language: Haskell2010
default-extensions: InstanceSigs