diff --git a/pregame.cabal b/pregame.cabal
--- a/pregame.cabal
+++ b/pregame.cabal
@@ -1,5 +1,5 @@
 name: pregame
-version: 0.1.0.1
+version: 0.1.2.0
 synopsis: Prelude counterpart
 description: Excessive Prelude styled imports.
 homepage: https://github.com/jxv/pregame
diff --git a/src/Pregame.hs b/src/Pregame.hs
--- a/src/Pregame.hs
+++ b/src/Pregame.hs
@@ -14,6 +14,9 @@
     , module Data.Either 
     , module Data.Function 
     , module Data.Maybe 
+    , module Data.Monoid
+    , module Data.List
+    , module Data.String
     , module Data.Tuple 
     , module Data.Tuple.All
     , module GHC.Base
@@ -63,9 +66,12 @@
 import Data.Either 
 import Data.Function 
 import Data.Maybe 
+import Data.Monoid
+import Data.List
+import Data.String
 import Data.Tuple 
 import Data.Tuple.All hiding (only)
-import GHC.Base hiding (coerce, lazy)
+import GHC.Base hiding (coerce, lazy, Any)
 import GHC.Enum 
 import GHC.Num 
 import GHC.Real 
