diff options
author | andrewrademacher <> | 2014-07-09 17:28:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2014-07-09 17:28:00 (GMT) |
commit | 0564552164c924e3108b664907362e017229a400 (patch) | |
tree | fcfbfeee123989f932ed3f9916431e28c9542003 | |
parent | 1c2af612b2bfb7de7a71e18e0b5df7d145b49ff4 (diff) |
-rw-r--r-- | mailgun.cabal | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mailgun.cabal b/mailgun.cabal index 6817d4d..1fa53ca 100644 --- a/mailgun.cabal +++ b/mailgun.cabal @@ -1,5 +1,5 @@ name: mailgun -version: 0.1.0.3 +version: 0.1.0.4 synopsis: Connector to Rackspace's Mailgun Service description: Allows users to directly access Rackspace's Mailgun service without having to work with the underlying REST service. @@ -11,6 +11,13 @@ category: Web build-type: Simple cabal-version: >=1.10 +homepage: https://github.com/AndrewRademacher/mailgun +bug-reports: https://github.com/AndrewRademacher/mailgun/issues + +source-repository head + type: git + location: https://github.com/AndrewRademacher/mailgun.git + library ghc-options: -Wall exposed-modules: Rackspace.MailGun |