diff --git a/BuildBox.hs b/BuildBox.hs
--- a/BuildBox.hs
+++ b/BuildBox.hs
@@ -20,4 +20,3 @@
         , outLn)
 where
 import BuildBox.Build
-import Prelude  
diff --git a/buildbox.cabal b/buildbox.cabal
--- a/buildbox.cabal
+++ b/buildbox.cabal
@@ -1,5 +1,5 @@
 Name:                buildbox
-Version:             2.1.4.1
+Version:             2.1.4.2
 License:             BSD3
 License-file:        LICENSE
 Author:              Ben Lippmeier
@@ -17,7 +17,7 @@
         Rehackable components for writing buildbots and test harnesses.
 
 Tested-with:
-        GHC == 7.0.3
+        GHC == 7.8.2
 
 Library
   Build-Depends: 
