diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/file-reader/Main.hs b/file-reader/Main.hs
--- a/file-reader/Main.hs
+++ b/file-reader/Main.hs
@@ -7,7 +7,7 @@
 {-# LANGUAGE TypeFamilies        #-}
 module Main where
 
-import           Miso
+import           Miso hiding (asyncCallback)
 import           Miso.String
 import           Control.Concurrent.MVar
 
diff --git a/miso-examples.cabal b/miso-examples.cabal
--- a/miso-examples.cabal
+++ b/miso-examples.cabal
@@ -1,5 +1,5 @@
 name:                miso-examples
-version:             1.7.1.0
+version:             1.8.0.0
 category:            Web, Miso, Data Structures
 author:              David M. Johnson <djohnson.m@gmail.com>
 maintainer:          David M. Johnson <djohnson.m@gmail.com>
