diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs
--- a/Distribution/Helper.hs
+++ b/Distribution/Helper.hs
@@ -32,6 +32,11 @@
   , ghcSrcOptions
   , ghcPkgOptions
 
+  -- * Result types
+  , ChModuleName(..)
+  , ChComponentName(..)
+  , ChEntrypoint(..)
+
   -- * Managing @dist/@
   , reconfigure
   , writeAutogenFiles
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -1,5 +1,5 @@
 name:                cabal-helper
-version:             0.1.0.1
+version:             0.2.0.0
 synopsis:            Simple interface to Cabal's configuration state used by ghc-mod
 description:
     @cabal-helper@ provides a library which wraps the internal use of executables
@@ -9,8 +9,8 @@
     @cabal-helper@ uses a wrapper executable to compile the actual cabal-helper
     executable at runtime while linking against an arbitrary version of
     Cabal. This runtime-compiled helper executable is then used to extract
-    various bits and peices from Cabal on disk state (dist/setup-config) written
-    by it's configure command.
+    various bits and peices from Cabal\'s on disk state (dist/setup-config)
+    written by it's configure command.
 
     In addition to this the wrapper executable also supports installing any
     version of Cabal from hackage in case it cannot be found in any available
