diff --git a/htoml-megaparsec.cabal b/htoml-megaparsec.cabal
--- a/htoml-megaparsec.cabal
+++ b/htoml-megaparsec.cabal
@@ -1,5 +1,5 @@
 name:                     htoml-megaparsec
-version:                  1.0.1.12
+version:                  1.1.0.0
 synopsis:                 Parser for TOML files
 description:              TOML is an obvious and minimal format for config files.
                           This package provides a TOML parser
diff --git a/src/Text/Toml.hs b/src/Text/Toml.hs
--- a/src/Text/Toml.hs
+++ b/src/Text/Toml.hs
@@ -1,4 +1,6 @@
-module Text.Toml where
+module Text.Toml ( parseTomlDoc
+                 , parseErrorPretty
+                 ) where
 
 import           Control.Composition
 import           Control.Monad.State (evalState)
