-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8680ddc0570cd5483d66fd515e0c77e324c2956e9c0feba7ec11f14d5958f249
name: heavy-log-shortcuts
version: 1.0.1
synopsis: Simle api for heavy logger
description: An alternative shortcut api for heavy-logger, removes vars functionality.
category: System
homepage: https://github.com/jappeace/template#readme
bug-reports: https://github.com/jappeace/template/issues
author: Jappie Klooster
maintainer: jappieklooster@hotmail.com
copyright: 2019 Jappie Klooster
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
LICENSE
Readme.md
source-repository head
type: git
location: https://github.com/jappeace/template
library
exposed-modules:
System.Log.Heavy.Short
other-modules:
Paths_heavy_log_shortcuts
hs-source-dirs:
src
default-extensions: EmptyCase FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses LambdaCase MultiWayIf NamedFieldPuns TupleSections DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving OverloadedStrings TypeApplications
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wincomplete-record-updates -Widentities
build-depends:
base >=4.7 && <5
, fast-logger
, heavy-logger >=0.3.1.0 && <0.4
, monad-control
, text
, text-format-heavy
default-language: Haskell2010