diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for ban-instance
 
+## 0.1.0.1 - 2019-11-08
+
+* Remove broken test.
+
 ## 0.1.0.0 - 2019-11-08
 
 * Initial Release.
diff --git a/ban-instance.cabal b/ban-instance.cabal
--- a/ban-instance.cabal
+++ b/ban-instance.cabal
@@ -1,5 +1,5 @@
 name:           ban-instance
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       For when a type should never be an instance of a class
 description:
   <<https://raw.githubusercontent.com/qfpl/assets/master/data61-transparent-bg.png>>
diff --git a/test/Spec.hs b/test/Spec.hs
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -24,4 +24,4 @@
   testFunction = const 0
 
 main :: IO ()
-main = const (testFunction '3' :: Int) $ pure ()
+main = pure ()
