diff --git a/base-prelude.cabal b/base-prelude.cabal
--- a/base-prelude.cabal
+++ b/base-prelude.cabal
@@ -1,7 +1,7 @@
 name:
   base-prelude
 version:
-  0.1.0
+  0.1.1
 synopsis:
   The most complete prelude formed from only the "base" package
 description:
diff --git a/library/BasePrelude.hs b/library/BasePrelude.hs
--- a/library/BasePrelude.hs
+++ b/library/BasePrelude.hs
@@ -1,7 +1,8 @@
 -- |
 -- This module reexports most of the definitions from the \"base\" package,
 -- which are meant to be imported unqualified.
--- -- For details check out the source.
+-- 
+-- For details check out the source.
 module BasePrelude
 ( 
   module Exports,
@@ -26,6 +27,7 @@
 import Control.Monad.ST as Exports
 import Data.Bits as Exports
 import Data.Bool as Exports hiding (bool)
+import Data.Complex as Exports 
 import Data.Data as Exports
 import Data.Either as Exports
 import Data.Fixed as Exports
