little-logger-0.2.0: little-logger.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 04ccafa118c9aff9469b3f6df3b75e278af4e203909e6cbc86a24b134f6125d3
name: little-logger
version: 0.2.0
synopsis: Basic logging based on co-log
description: Please see the README on GitHub at <https://github.com/ejconlon/little-logger#readme>
category: Logging
homepage: https://github.com/ejconlon/little-logger#readme
bug-reports: https://github.com/ejconlon/little-logger/issues
author: Eric Conlon
maintainer: ejconlon@gmail.com
copyright: (c) 2020 Eric Conlon
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ejconlon/little-logger
library
exposed-modules:
LittleLogger
other-modules:
Paths_little_logger
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
build-depends:
base >=4.12 && <5
, co-log >=0.4 && <1
, co-log-core >=0.2 && <1
, microlens >=0.4 && <1
, mtl >=2.2 && <3
, text >=1.2 && <2
default-language: Haskell2010
test-suite little-logger-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_little_logger
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.12 && <5
, co-log >=0.4 && <1
, co-log-core >=0.2 && <1
, little-logger
, microlens >=0.4 && <1
, mtl >=2.2 && <3
, tasty >=1.2.3 && <2
, tasty-hunit >=0.10.0.2 && <1
, text >=1.2 && <2
default-language: Haskell2010