Cabal revisions of logging-effect-1.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: logging-effect-version: 1.4.0-synopsis: A mtl-style monad transformer for general purpose & compositional logging-homepage: https://github.com/ocharles/logging-effect-license: BSD3-license-file: LICENSE-author: Ollie Charles-maintainer: ollie@ocharles.org.uk-build-type: Simple-cabal-version: >=1.10-extra-source-files: Changelog.md--library- exposed-modules: Control.Monad.Log- other-extensions: ViewPatterns, OverloadedStrings, GeneralizedNewtypeDeriving, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies, PatternSynonyms- build-depends: base >=4.8 && <4.19- , async >=2.0 && <2.3- , transformers >=0.4 && <0.7- , text >=1.2 && <2.1- , time >=1.5 && <1.13- , mtl >= 2.2.1 && <2.4- , exceptions >= 0.8.0.2 && <0.11- , free >= 4.12.1 && < 5.3- , stm >= 2.4.4.1 && < 2.6- , stm-delay >= 0.1.1.1 && < 0.2- , prettyprinter >= 1.2 && < 1.8- , monad-control >= 1.0.0.4 && < 1.1- , transformers-base >= 0.4.4 && < 0.5- , semigroups >= 0.16.2.2 && < 0.21- , unliftio-core >= 0.2.0.0 && < 0.3- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -O2 -Wall--Benchmark benchmark-logging-effect- type: exitcode-stdio-1.0- main-is: Benchmark.hs- build-depends: base, logging-effect, criterion, monad-logger, fast-logger, text, bytestring, prettyprinter, lifted-async, time- ghc-options: -O2- default-language: Haskell2010+name: logging-effect +version: 1.4.0 +x-revision: 1 +synopsis: A mtl-style monad transformer for general purpose & compositional logging +homepage: https://github.com/ocharles/logging-effect +license: BSD3 +license-file: LICENSE +author: Ollie Charles +maintainer: ollie@ocharles.org.uk +build-type: Simple +cabal-version: >=1.10 +extra-source-files: Changelog.md + +library + exposed-modules: Control.Monad.Log + other-extensions: ViewPatterns, OverloadedStrings, GeneralizedNewtypeDeriving, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies, PatternSynonyms + build-depends: base >=4.8 && <4.21 + , async >=2.0 && <2.3 + , transformers >=0.4 && <0.7 + , text >=1.2 && <2.2 + , time >=1.5 && <1.15 + , mtl >= 2.2.1 && <2.4 + , exceptions >= 0.8.0.2 && <0.11 + , free >= 4.12.1 && < 5.3 + , stm >= 2.4.4.1 && < 2.6 + , stm-delay >= 0.1.1.1 && < 0.2 + , prettyprinter >= 1.2 && < 1.8 + , monad-control >= 1.0.0.4 && < 1.1 + , transformers-base >= 0.4.4 && < 0.5 + , semigroups >= 0.16.2.2 && < 0.21 + , unliftio-core >= 0.2.0.0 && < 0.3 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -O2 -Wall + +Benchmark benchmark-logging-effect + type: exitcode-stdio-1.0 + main-is: Benchmark.hs + build-depends: base, logging-effect, criterion, monad-logger, fast-logger, text, bytestring, prettyprinter, lifted-async, time + ghc-options: -O2 + default-language: Haskell2010