-- Initial om-http-logging.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: om-http-logging version: 0.1.0.0 synopsis: om-http-logging description: WAI logging utilities. homepage: https://github.com/owensmurray/om-http-logging license: MIT license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com copyright: 2020 Owens Murray, LLC. category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: OM.HTTP.Logging -- other-modules: -- other-extensions: build-depends: base >= 4.12 && < 4.13, http-types >= 0.12.3 && < 0.13, monad-logger >= 0.3.31 && < 0.4, safe-exceptions >= 0.1.7.0 && < 0.2, uuid >= 1.3.13 && < 1.4, wai >= 3.2.2.1 && < 3.3 hs-source-dirs: src default-language: Haskell2010