packages feed

hailgun-simple-0.1.0.0: hailgun-simple.cabal

name:                hailgun-simple
version:             0.1.0.0
synopsis:            Easy-to-use wrapper for the hailgun package
description:         Please see README.md
homepage:            https://github.com/cdepillabout/hailgun-simple
license:             BSD3
license-file:        LICENSE
author:              Dennis Gosnell
maintainer:          cdep.illabout@gmail.com
copyright:           2016 Dennis Gosnell
category:            Mail
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Mail.Hailgun.Simple
  build-depends:       base >= 4.6 && < 5
                     , email-validate >= 2.2
                     , hailgun >= 0.4
                     , mtl >= 2.2
                     , text >= 1.2
                     , transformers >= 0.4
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: git@github.com:cdepillabout/hailgun-simple.git