diff --git a/input/done.cg b/input/done.cg
--- a/input/done.cg
+++ b/input/done.cg
@@ -27,4 +27,4 @@
 
 If your system is already configured correctly, please run:
 
-   cd PROJECTNAME && cabal install -j --enable-tests --max-backjumps=-1 --reorder-goals && yesod devel
+    cd PROJECTNAME && stack build && stack exec -- yesod devel
diff --git a/yesod-bin.cabal b/yesod-bin.cabal
--- a/yesod-bin.cabal
+++ b/yesod-bin.cabal
@@ -1,5 +1,5 @@
 name:            yesod-bin
-version:         1.4.13
+version:         1.4.13.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -66,7 +66,7 @@
                      , unordered-containers
                      , yaml               >= 0.8          && < 0.9
                      , optparse-applicative >= 0.11
-                     , fsnotify           >= 0.0          && < 0.2
+                     , fsnotify           >= 0.0          && < 0.3
                      , split              >= 0.2          && < 0.3
                      , file-embed
                      , conduit            >= 1.2
