diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-07-24 v0.5.2.1
+	* Remove additional files from release tarball
+
 2016-07-24 v0.5.2
 	* Move annotations from the `RdrName` to `HsVar` and `PatVar` for
 	consistency.
diff --git a/ghc-exactprint.cabal b/ghc-exactprint.cabal
--- a/ghc-exactprint.cabal
+++ b/ghc-exactprint.cabal
@@ -1,5 +1,5 @@
 name:                ghc-exactprint
-version:             0.5.2
+version:             0.5.2.1
 synopsis:            ExactPrint for GHC
 description:         Using the API Annotations available from GHC 7.10.2, this
                      library provides a means to round trip any code that can
diff --git a/tests/examples/ghc710/NegLit.hs b/tests/examples/ghc710/NegLit.hs
deleted file mode 100644
--- a/tests/examples/ghc710/NegLit.hs
+++ /dev/null
@@ -1,1 +0,0 @@
-a = -b/c
diff --git a/tests/examples/ghc710/OldQuasiQuote.hs b/tests/examples/ghc710/OldQuasiQuote.hs
deleted file mode 100644
--- a/tests/examples/ghc710/OldQuasiQuote.hs
+++ /dev/null
@@ -1,3 +0,0 @@
-{-# LANGUAGE QuasiQuotes #-}
-
-foo = [$qq| string|]
