diff --git a/hspec.cabal b/hspec.cabal
--- a/hspec.cabal
+++ b/hspec.cabal
@@ -1,5 +1,5 @@
 name:             hspec
-version:          1.12.2
+version:          1.12.3
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2011-2014 Simon Hengel,
diff --git a/src/Test/Hspec/Discover.hs b/src/Test/Hspec/Discover.hs
--- a/src/Test/Hspec/Discover.hs
+++ b/src/Test/Hspec/Discover.hs
@@ -1,6 +1,14 @@
 module Test.Hspec.Discover {-# WARNING
   "This module is used by @hspec-discover@.  It is not part of the public API and may change at any time."
-  #-} (Spec, hspec, hspecWithFormatter, postProcessSpec, describe) where
+  #-} (
+  Spec
+, hspec
+, hspecWithFormatter
+, postProcessSpec
+, describe
+
+, module Prelude
+) where
 
 import           Control.Applicative
 import           Data.Maybe
