ses-html 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+10/−5 lines, 3 filesdep ~basesetup-changed
Dependency ranges changed: base
Files
- Setup.hs +0/−2
- Setup.lhs +3/−0
- ses-html.cabal +7/−3
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,3 @@+#!/usr/bin/env runhaskell+> import Distribution.Simple+> main = defaultMain
ses-html.cabal view
@@ -1,12 +1,12 @@ name: ses-html-version: 0.2.0.1+version: 0.2.0.2 synopsis: Send HTML formatted emails using Amazon's SES REST API with blaze license: BSD3 license-file: LICENSE author: David Johnson maintainer: djohnson.m@gmail.com copyright: David Johnson-category: Web, AWS, Email+category: Web, AWS, Email, Network build-type: Simple cabal-version: >=1.10 description: Send html emails using Amazon's Simple Email Service and Blaze Templating in Haskell@@ -16,7 +16,7 @@ hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-binds- build-depends: base >=4.7 && <4.8 + build-depends: base >=4.2 && <4.8 , base64-bytestring , blaze-html , bytestring@@ -27,3 +27,7 @@ , old-locale , tagsoup , time++source-repository head+ type: git+ location: https://github.com/dmjio/ses-html