log-effect-0.2.0.2: log-effect.cabal
-- Initial log-effect.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: log-effect
version: 0.2.0.2
synopsis: An extensible log effect using extensible-effects
description: Any help (especially documentation) is very welcome,
homepage: https://github.com/ibotty/log-effect
license: MIT
license-file: LICENSE
author: Tobias Florek
maintainer: tob@butter.sh
-- copyright:
category: Control, Effect, Logging
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Eff.Log
, Control.Eff.Log.Simple
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7
, bytestring >=0.10.2 && <0.11
, extensible-effects >=1.2 && <1.3
, fast-logger >=2.1 && <2.2
, time >=1.4 && <1.5
hs-source-dirs: src
default-language: Haskell2010