diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Change Log
 
+## 0.1.0.2
+
+Expresso REPL fails to build on Hackage, disable building for now.
+
+## 0.1.0.1
+
+Cabal file dependency bounds changed for GHC 8.6 compatibility.
+
 ## 0.1.0.0
 
 Initial release.
diff --git a/expresso.cabal b/expresso.cabal
--- a/expresso.cabal
+++ b/expresso.cabal
@@ -1,5 +1,5 @@
 Name:            expresso
-Version:         0.1.0.1
+Version:         0.1.0.2
 Cabal-Version:   >= 1.10
 License:         BSD3
 License-File:    LICENSE
@@ -57,7 +57,7 @@
   Main-Is:          Repl.hs
   Hs-Source-Dirs:   src
   Default-Language: Haskell2010
-
+  Buildable:        False
   Build-Depends:    base, containers, hashable, mtl, parsec, wl-pprint, text,
                     unordered-containers, haskeline, directory, filepath
   Other-Modules:    Expresso.Parser
