diff --git a/Data/Octree/Internal.hs b/Data/Octree/Internal.hs
--- a/Data/Octree/Internal.hs
+++ b/Data/Octree/Internal.hs
@@ -12,7 +12,7 @@
                             ) where
 
 import Data.Functor    (Functor    (..))
-import Data.Foldable   (Foldable   (..))
+import Data.Foldable   (Foldable   (foldr))
 import Data.Traversable(Traversable(..))
 
 import Data.Vector.V3
diff --git a/Octree.cabal b/Octree.cabal
--- a/Octree.cabal
+++ b/Octree.cabal
@@ -1,5 +1,5 @@
 name:                Octree
-version:             0.5.4.1
+version:             0.5.4.2
 stability:           beta
 homepage:            https://github.com/mgajda/octree
 package-url:         http://hackage.haskell.org/package/octree
@@ -18,7 +18,7 @@
 
 build-type:          Simple
 cabal-version:       >=1.8
-tested-with:         GHC==7.0.4,GHC==7.4.1,GHC==7.4.2,GHC==7.6.0
+tested-with:         GHC==7.6.3,GHC==7.8.3
 
 source-repository head
   type:     git
diff --git a/README.lhs b/README.lhs
--- a/README.lhs
+++ b/README.lhs
@@ -2,7 +2,7 @@
 ======
 This is a simple Octree implementation in Haskell.
 
-[![Build Status](https://api.travis-ci.org/mgajda/octree.png?branch=master)](https://www.travis-ci.org/mgajda/octree)
+[![Build Status](https://api.travis-ci.org/BioHaskell/octree.png?branch=master)](https://www.travis-ci.org/BioHaskell/octree)
 
 To use simply:
 
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,5 +1,8 @@
 -*-Changelog-*-
 
+0.5.4.2 Apr 2014
+	* Passes GHC 7.10 RC Dec 22 2014 build.
+
 0.5.4.1 Apr 2014
 	* Bump up upper bounds for GHC 7.10
 
