diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@
 Run hylide:
 
 ```
-$ hylide Main.hs
+$ hylide Example.hs
 ```
 
 Now go to [localhost:5678](http://localhost:5678) in your browser. You'll see a live rendering of the generated GLSL:
diff --git a/hylogen.cabal b/hylogen.cabal
--- a/hylogen.cabal
+++ b/hylogen.cabal
@@ -1,5 +1,5 @@
 name:                hylogen
-version:             0.1.3.1
+version:             0.1.3.2
 synopsis:            an EDSL for live-coding fragment shaders
 description:         an EDSL for live-coding fragment shaders
 homepage:            https://github.com/sleexyz/hylogen
@@ -27,7 +27,7 @@
                      , Hylogen.WithHylide
                      , Hylogen.WithHylide.Core
                      , Hylogen.WithHylide.Util
-  build-depends:       base >= 4.8 && <=4.9
+  build-depends:       base >= 4.8 && < 5
                      , vector-space
                      , data-reify
   hs-source-dirs:      src
