diff --git a/postmark.cabal b/postmark.cabal
--- a/postmark.cabal
+++ b/postmark.cabal
@@ -1,5 +1,5 @@
 Name:               postmark
-Version:            0.2.5
+Version:            0.2.6
 License:            BSD3
 License-File:       LICENSE
 Author:             Mark Hibberd <mark@hibberd.id.au>
@@ -13,15 +13,12 @@
 Build-Type:         Simple
 Tested-With:        GHC == 7.10.3, GHC == 8.0.2
 Description:
-  postmark
+  Library for postmarkapp.com HTTP Api.
 
 Source-Repository   head
   Type:             git
   Location:         https://github.com/apiengine/postmark.git
 
-Flag                small_base
-  Description:      Choose the new, split-up base package.
-
 Flag demo
     Description:   Build the demo executable.
     Default:       False
@@ -62,7 +59,7 @@
     else
         Buildable: False
 
-    ghc-options:   -Wall -threaded -O2
+    ghc-options:   -Wall -threaded
     main-is:           ../demo/demo.hs
     hs-source-dirs:    demo
     build-depends:     base
