packages feed

tightrope-0.2.0.0: tightrope.cabal

name:                tightrope
version:             0.2.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:  changelog.md
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 == 3.*,
                       wreq == 0.1.*,
                       aeson == 0.8.*,
                       bytestring,
                       lens == 4.3.*,
                       mtl,
                       text,
                       containers,
                       http-types

  -- hs-source-dirs:
  default-language:    Haskell2010