diff --git a/ghc-boot-th.cabal b/ghc-boot-th.cabal
--- a/ghc-boot-th.cabal
+++ b/ghc-boot-th.cabal
@@ -3,7 +3,7 @@
 -- ghc-boot-th.cabal.in, not ghc-boot-th.cabal.
 
 name:           ghc-boot-th
-version:        8.0.1
+version:        8.0.2
 license:        BSD3
 license-file:   LICENSE
 category:       GHC
@@ -20,8 +20,6 @@
 cabal-version:  >=1.10
 build-type:     Simple
 extra-source-files: changelog.md
--- exposed:        False
--- Since this is re-exported by ghc-boot
 
 source-repository head
     type:     git
@@ -31,6 +29,9 @@
 Library
     default-language: Haskell2010
     other-extensions: DeriveGeneric
+
+    -- Since this is re-exported by ghc-boot
+    exposed: False
 
     exposed-modules:
             GHC.LanguageExtensions.Type
