sandwich-slack-0.1.0.4: sandwich-slack.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 87b67607e636cc36cd53424fdd2c45e855177f019d67d230fd8d6d77bdbc6f3f
name: sandwich-slack
version: 0.1.0.4
synopsis: Sandwich integration with Slack
description: Please see the documentation at <https://codedownio.github.io/sandwich/docs/extensions/sandwich-slack>
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 <4.15
, 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 <4.15
, 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 <4.15
, bytestring
, containers
, lens
, lens-aeson
, monad-logger
, mtl
, safe
, safe-exceptions
, sandwich
, sandwich-slack
, stm
, string-interpolate
, text
, time
, vector
, wreq
default-language: Haskell2010