-- Initial slack-notify-haskell.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: slack-notify-haskell version: 0.2.3 synopsis: Slack notifier for Haskell project. description: Slack notifier for Haskell project. homepage: https://github.com/tattsun/slack-notify-haskell license: MIT license-file: LICENSE author: tattsun maintainer: t.t.mc1192.sf@gmail.com -- copyright: category: Web build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Network.Slack.Notifier -- other-modules: -- other-extensions: build-depends: HTTP , base >=4 && <5 , bytestring , containers , http-client >= 0.3 , http-client-tls >= 0.1 , network , text hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2 -Wall -fwarn-tabs executable "example" build-depends: base >=4 && <5 , slack-notify-haskell == 0.2.3 hs-source-dirs: examples default-language: Haskell2010 main-is: Example.hs source-repository head type: git location: git@github.com:tattsun/slack-notify-haskell