packages feed

logging-effect-extra-handler-1.1.4: logging-effect-extra-handler.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4c5ba080ccc09cc4138a7cc730d5a906e61e3a14a9e714405d2d04a8c12e3a71

name:           logging-effect-extra-handler
version:        1.1.4
synopsis:       Handy logging handler combinators
description:    Handy logging handler combinators.
category:       Other
homepage:       https://github.com/jship/logging-effect-extra#readme
bug-reports:    https://github.com/jship/logging-effect-extra/issues
author:         Jason Shipman
maintainer:     Jason Shipman
license:        MIT
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    LICENSE.md
    package.yaml
    README.md

source-repository head
  type: git
  location: https://github.com/jship/logging-effect-extra

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      base >=4.8 && <4.11
    , exceptions >=0.8.0.2 && <0.11
    , logging-effect >=1.1.0 && <1.3
    , time >=1.5 && <1.10
    , wl-pprint-text >=1.1.0.4 && <1.2
  exposed-modules:
      Control.Monad.Log.Extra.Handler
  other-modules:
      Paths_logging_effect_extra_handler
  default-language: Haskell2010

executable iso8601-handler
  main-is: iso8601-handler.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.11
    , logging-effect >=1.1.0 && <1.3
    , logging-effect-extra-handler
    , wl-pprint-text >=1.1.0.4 && <1.2
  other-modules:
      Paths_logging_effect_extra_handler
  default-language: Haskell2010

executable iso8601plus-handler
  main-is: iso8601plus-handler.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.11
    , logging-effect >=1.1.0 && <1.3
    , logging-effect-extra-handler
    , wl-pprint-text >=1.1.0.4 && <1.2
  other-modules:
      Paths_logging_effect_extra_handler
  default-language: Haskell2010

executable rfc822-handler
  main-is: rfc822-handler.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.11
    , logging-effect >=1.1.0 && <1.3
    , logging-effect-extra-handler
    , wl-pprint-text >=1.1.0.4 && <1.2
  other-modules:
      Paths_logging_effect_extra_handler
  default-language: Haskell2010

executable route-handler
  main-is: route-handler.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.11
    , logging-effect >=1.1.0 && <1.3
    , logging-effect-extra-handler
    , wl-pprint-text >=1.1.0.4 && <1.2
  other-modules:
      Paths_logging_effect_extra_handler
  default-language: Haskell2010

executable route-handler-with-iso8601
  main-is: route-handler-with-iso8601.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.11
    , logging-effect >=1.1.0 && <1.3
    , logging-effect-extra-handler
    , wl-pprint-text >=1.1.0.4 && <1.2
  other-modules:
      Paths_logging_effect_extra_handler
  default-language: Haskell2010