diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/Setup.lhs b/Setup.lhs
new file mode 100644
--- /dev/null
+++ b/Setup.lhs
@@ -0,0 +1,3 @@
+#!/usr/bin/env runhaskell
+> import Distribution.Simple
+> main = defaultMain
diff --git a/ses-html.cabal b/ses-html.cabal
--- a/ses-html.cabal
+++ b/ses-html.cabal
@@ -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
