simple-logging-0.2.0.1: simple-logging.cabal
name: simple-logging
version: 0.2.0.1
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: 2017 Luka Horvat
maintainer: luka.horvat9@gmail.com
homepage: https://gitlab.com/haskell-hr/logging
synopsis: Logging effect to plug into the simple-effects framework
category: Logging
author: Luka Horvat
extra-source-files:
CHANGELOG.md
source-repository head
type: git
location: https://gitlab.com/haskell-hr/logging.git
library
exposed-modules:
Control.Effects.Logging
build-depends:
base >=4.7 && <5,
aeson >=1.0.2.1,
vector >=0.11.0.0,
time >=1.6.0.1,
bytestring >=0.10.8.1,
iso8601-time >=0.1.4,
text >=1.2.2.1,
simple-effects >=0.9.0.0,
exceptions >=0.8.3,
mtl >=2.2.1,
string-conv >=0.1.2,
lens >=4.15.1
default-language: Haskell2010
default-extensions: NoImplicitPrelude OverloadedStrings
TypeFamilies
hs-source-dirs: src
other-modules:
Interlude
ghc-options: -Wall
test-suite logging-test
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends:
base >=4.9.1.0,
simple-logging >=0.2.0.1,
simple-effects >=0.9.0.0
default-language: Haskell2010
default-extensions: MultiParamTypeClasses OverloadedStrings
TypeFamilies NoMonomorphismRestriction FlexibleContexts
NoImplicitPrelude
hs-source-dirs: test
other-modules:
Module1
ghc-options: -threaded -rtsopts -with-rtsopts=-N