packages feed

mailchimp-subscribe-1.0: mailchimp-subscribe.cabal

name:               mailchimp-subscribe
version:            1.0
build-type:         Simple
cabal-version:      >= 1.20
license:            MIT
copyright:          Copyright © 2014 Miëtek Bak
author:             Miëtek Bak <hello@mietek.io>
maintainer:         Miëtek Bak <hello@mietek.io>
stability:          experimental
homepage:           https://github.com/mietek/mailchimp-subscribe/
license-file:       LICENSE.md
extra-source-files: README.md
category:           Mail
synopsis:           MailChimp subscription request handler
description:        <http://mailchimp.com/ MailChimp> subscription request handler, built with <https://github.com/scotty-web/scotty/ Scotty>.  Intended to support custom signup forms.

executable mailchimp-subscribe
  main-is:            Main.hs
  default-language:   Haskell2010
  ghc-options:        -O2 -Wall -threaded
  build-depends:      base >= 4 && < 5,
                      aeson < 0.9,
                      http-client < 0.5,
                      http-client-tls < 0.3,
                      http-types < 0.9,
                      reflection < 1.6,
                      scotty < 0.10,
                      text < 1.3,
                      transformers < 0.5,
                      wai-extra < 3.1