diff --git a/Distribution/Gentoo/GHC.hs b/Distribution/Gentoo/GHC.hs
--- a/Distribution/Gentoo/GHC.hs
+++ b/Distribution/Gentoo/GHC.hs
@@ -25,7 +25,7 @@
 import Distribution.Simple.Utils(rawSystemStdInOut)
 import Distribution.Verbosity(silent)
 import Distribution.Package(PackageIdentifier, packageId)
-import Distribution.InstalledPackageInfo(InstalledPackageInfo_)
+import Distribution.InstalledPackageInfo(InstalledPackageInfo)
 import Distribution.Text(display)
 
 -- Other imports
@@ -146,8 +146,7 @@
         [([],_)] -> Nothing
         rd       -> Just $ CPV $ display $ cfNm rd
   where
-    -- It's not InstalledPackageInfo, as it can't read the modules
-    cfNm :: [([InstalledPackageInfo_ String], String)] -> PackageIdentifier
+    cfNm :: [([InstalledPackageInfo], String)] -> PackageIdentifier
     cfNm = packageId . head . fst . head
 
 -- ghc package text format
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,7 +1,1 @@
 * Pretty colours in output?
-
-* Detect packages that are installed but not registered with GHC.
-  This is for cases where GHC was re-built but packages were not
-  properly re-registered.
-
-* Add an --info option to give us information on haskell-packages, etc.
diff --git a/haskell-updater.cabal b/haskell-updater.cabal
--- a/haskell-updater.cabal
+++ b/haskell-updater.cabal
@@ -1,6 +1,6 @@
 Name:                haskell-updater
 Homepage:            http://haskell.org/haskellwiki/Gentoo#haskell-updater
-Version:             1.2.9
+Version:             1.2.10
 Synopsis:            Rebuild Haskell dependencies in Gentoo
 Description:         haskell-updater rebuilds Haskell packages on Gentoo
                      after a GHC upgrade or a dependency upgrade.
@@ -13,7 +13,7 @@
                      GHC-7.0 + Cabal-1.10, GHC-7.2 + Cabal-1.12,
                      GHC-7.4 + Cabal-1.14, GHC-7.6 + Cabal-1.16,
                      GHC-7.6 + Cabal-1.18, GHC-7.8 + Cabal-1.18,
-                     GHC-7.10 + Cabal-1.22
+                     GHC-7.10 + Cabal-1.22, GHC-8.0.1_rc1 + Cabal-1.23.0.0
 Category:            Distribution
 License:             GPL
 License-file:        COPYRIGHT
