diff --git a/elm-export.cabal b/elm-export.cabal
--- a/elm-export.cabal
+++ b/elm-export.cabal
@@ -1,11 +1,12 @@
 name: elm-export
-version: 0.3.0.0
+version: 0.3.0.1
 cabal-version: >=1.10
 build-type: Simple
 license: OtherLicense
 license-file: LICENSE.txt
-copyright: 2015 Kris Jenkins
+copyright: 2015-2016 Kris Jenkins
 maintainer: kris.jenkins@clearercode.com
+stability: alpha
 homepage: http://github.com/krisajenkins/elm-export
 synopsis: A library to generate Elm types from Haskell source.
 description:
@@ -46,7 +47,7 @@
         base >=4.8.2.0 && <4.9,
         bytestring >=0.10.6.0 && <0.11,
         containers >=0.5.6.2 && <0.6,
-        elm-export >=0.3.0.0 && <0.4,
+        elm-export >=0.3.0.1 && <0.4,
         hspec >=2.2.2 && <2.3,
         hspec-core >=2.2.2 && <2.3,
         quickcheck-instances >=0.3.12 && <0.4,
