simple-logging-0.1.0.0: simple-logging.cabal
name: simple-logging
version: 0.1.0.0
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
source-repository head
type: git
location: https://gitlab.com/haskell-hr/logging.git
library
exposed-modules:
Control.Effects.Logging
Control.Effects.Logging.Sentry
build-depends:
base >=4.7 && <5,
aeson >=1.0.2.1,
unordered-containers >=0.2.8.0,
vector >=0.11.0.0,
wreq >=0.5.0.1,
time >=1.6.0.1,
uuid >=1.3.13,
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,
MonadRandom >=0.5.1,
lens >=4.15.1
default-language: Haskell2010
default-extensions: NoImplicitPrelude OverloadedStrings
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,
logging -any,
simple-effects >=0.9.0.0
default-language: Haskell2010
default-extensions: MultiParamTypeClasses TypeFamilies
NoMonomorphismRestriction FlexibleContexts NoImplicitPrelude
hs-source-dirs: test
other-modules:
Module1
ghc-options: -threaded -rtsopts -with-rtsopts=-N