tightrope-0.1.0.0: tightrope.cabal
name: tightrope
version: 0.1.0.0
synopsis: Nice API for a Slackbot
description: Making bots for Slack is hard! But wait: now it's easy.
license: MIT
license-file: LICENSE
author: Ian Henry
maintainer: ianthehenry@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/ianthehenry/tightrope
library
exposed-modules: Network.Tightrope
-- other-modules:
-- other-extensions:
build-depends: wai-extra == 3.*,
base == 4.*,
wai,
wreq,
aeson,
bytestring,
lens,
mtl,
text,
containers,
http-types
-- hs-source-dirs:
default-language: Haskell2010