cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: 50f2c0f77f15237db2d29e2b36e0b9a3a2d553043aeeb460cd7fe04012530a42 name: sandwich-slack version: 0.1.0.6 synopsis: Sandwich integration with Slack description: Please see the . category: Testing homepage: https://codedownio.github.io/sandwich bug-reports: https://github.com/codedownio/sandwich/issues author: Tom McLaughlin maintainer: tom@codedown.io copyright: 2021 Tom McLaughlin license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/codedownio/sandwich library exposed-modules: Test.Sandwich.Formatters.Slack Test.Sandwich.Formatters.Slack.Internal other-modules: Test.Sandwich.Formatters.Slack.Internal.Core Test.Sandwich.Formatters.Slack.Internal.Markdown Test.Sandwich.Formatters.Slack.Internal.ProgressBar Test.Sandwich.Formatters.Slack.Internal.Types Paths_sandwich_slack hs-source-dirs: src ghc-options: -W build-depends: aeson , base <5 , bytestring , containers , lens , lens-aeson , monad-logger , mtl , safe , safe-exceptions , sandwich , stm , string-interpolate , text , time , vector , wreq default-language: Haskell2010 executable sandwich-slack-exe main-is: Main.hs other-modules: Paths_sandwich_slack hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base <5 , bytestring , containers , lens , lens-aeson , monad-logger , mtl , safe , safe-exceptions , sandwich , sandwich-slack , stm , string-interpolate , text , time , vector , wreq default-language: Haskell2010 test-suite sandwich-slack-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_sandwich_slack hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base <5 , bytestring , containers , lens , lens-aeson , monad-logger , mtl , safe , safe-exceptions , sandwich , stm , string-interpolate , text , time , vector , wreq default-language: Haskell2010