scalp-webhooks-0.1.2.0: scalp-webhooks.cabal
name: scalp-webhooks
version: 0.1.2.0
-- synopsis:
-- description:
license: Apache-2.0
license-file: LICENSE
author: Bob Long
synopsis: Test webhooks locally
description: Opinionated tool for QAing webhooks on remote services using ngrok
maintainer: robertjflong@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/bobjflong/scalp-webhooks.git
library
exposed-modules: ScalpWebhooks, Templating, IntercomDefinitions, Internal
other-modules: Configuration
build-depends: base < 5
, Spock
, async
, text
, lens-aeson
, lens
, stm
, wreq
, aeson
, rainbow
, hastache
, random
, bytestring
, transformers
, shelly
hs-source-dirs: src
default-language: Haskell2010
executable scalp-webhooks
main-is: Main.hs
build-depends: base < 5
, scalp-webhooks
, Spock
, async
, text
, lens-aeson
, lens
, stm
, wreq
, aeson
, rainbow
, hastache
, random
, bytestring
, transformers
, shelly
hs-source-dirs: src
default-language: Haskell2010
test-suite tests
ghc-options: -Wall
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: test
build-depends: base
, hspec
, lens
, aeson
, scalp-webhooks
, regex-compat
, text
, transformers
, stm
, wreq
default-language: Haskell2010