packages feed

logging-effect-extra-file-2.0.0: logging-effect-extra-file.cabal

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

name:           logging-effect-extra-file
version:        2.0.0
synopsis:       TH splices to augment log messages with file info
description:    TH splices to augment log messages with file info.
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.12
    , logging-effect >=1.1.0 && <1.4
    , prettyprinter ==1.2.*
    , template-haskell
  exposed-modules:
      Control.Monad.Log.Extra.File
  other-modules:
      Paths_logging_effect_extra_file
  default-language: Haskell2010

executable log-file
  main-is: log-file.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.12
    , logging-effect >=1.1.0 && <1.4
    , logging-effect-extra-file
    , prettyprinter ==1.2.*
  other-modules:
      Paths_logging_effect_extra_file
  default-language: Haskell2010

executable log-file-and-severity
  main-is: log-file-and-severity.hs
  hs-source-dirs:
      executable
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base >=4.8 && <4.12
    , logging-effect >=1.1.0 && <1.4
    , logging-effect-extra-file
    , prettyprinter ==1.2.*
  other-modules:
      Paths_logging_effect_extra_file
  default-language: Haskell2010