diff --git a/Data/Conduit/Parser/XML/Internal.hs b/Data/Conduit/Parser/XML/Internal.hs
--- a/Data/Conduit/Parser/XML/Internal.hs
+++ b/Data/Conduit/Parser/XML/Internal.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE OverloadedStrings #-}
 -- | Low-level primitives.
-module Data.Conduit.Parser.XML.Internal where
+module Data.Conduit.Parser.XML.Internal (module Data.Conduit.Parser.XML.Internal) where
 
 -- {{{ Imports
 import           Control.Applicative
diff --git a/xml-conduit-parse.cabal b/xml-conduit-parse.cabal
--- a/xml-conduit-parse.cabal
+++ b/xml-conduit-parse.cabal
@@ -1,5 +1,5 @@
 name:                xml-conduit-parse
-version:             0.3.1.0
+version:             0.3.1.1
 synopsis:            Streaming XML parser based on conduits.
 description:
   This library provides an alternative, hopefully higher-level implementation for the parsing part of @xml-conduit@.
