shelduck-0.1.2.0: shelduck.cabal
name: shelduck
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/shelduck.git
library
exposed-modules: Shelduck, 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 shelduck
main-is: Main.hs
build-depends: base < 5
, shelduck
, 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
, shelduck
, regex-compat
, text
, transformers
, stm
, wreq
default-language: Haskell2010