diff --git a/htoml-megaparsec.cabal b/htoml-megaparsec.cabal
--- a/htoml-megaparsec.cabal
+++ b/htoml-megaparsec.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.0
 name: htoml-megaparsec
-version: 2.1.0.0
+version: 2.1.0.1
 license: BSD3
 license-file: LICENSE
 copyright: (c) 2013-2016 Cies Breijs, 2017-2018 Vanessa McHale
diff --git a/src/Text/Toml.hs b/src/Text/Toml.hs
--- a/src/Text/Toml.hs
+++ b/src/Text/Toml.hs
@@ -2,6 +2,7 @@
                  , parseErrorPretty
                  , Table
                  , Node (..)
+                 , TomlError
                  ) where
 
 import           Control.Composition
