-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlog-effect.cabal
36 lines (32 loc) · 1.24 KB
/
log-effect.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
-- Initial log-effect.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: log-effect
version: 0.4.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: [email protected]
-- copyright:
category: Control, Effect, Logging
build-type: Simple
extra-source-files: Changelog.md
, examples/IOLogger.hs
cabal-version: >=1.10
library
exposed-modules: Control.Eff.Log
, Control.Eff.Log.Simple
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.8
, bytestring >=0.10.2 && <0.11
, extensible-effects ==1.4.* || ==1.7.*
, fast-logger >=2.1.4 && <2.2
, time >=1.4 && <1.5
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/ibotty/log-effect