name: wai-slack-middleware version: 0.2.0 synopsis: A Slack middleware for WAI description: Logs the request information into Slack through webhook from a WAI application. homepage: https://github.com/psibi/wai-slack-middleware#readme license: BSD3 license-file: LICENSE author: Sibi Prabakaran maintainer: sibi@psibi.in copyright: Copyright: (c) 2017 Sibi category: Web build-type: Simple extra-source-files: README.md, CHANGELOG.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Network.Wai.Middleware.Slack build-depends: base >= 4.7 && < 5, http-client, wai, http-types, aeson default-language: Haskell2010 test-suite wai-slack-middleware-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , wai-slack-middleware ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/psibi/wai-slack-middleware