diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 2.0.14
+
+* Fix Cassius and Lucius reload mode [#206](https://github.com/yesodweb/shakespeare/issues/206)
+
 ### 2.0.13
 
 * Expose Text.Internal.Css [#205](https://github.com/yesodweb/shakespeare/pull/205)
diff --git a/Text/Internal/Css.hs b/Text/Internal/Css.hs
--- a/Text/Internal/Css.hs
+++ b/Text/Internal/Css.hs
@@ -176,9 +176,6 @@
              -> Q Exp
 cssFileDebug toi2b parseBlocks' parseBlocks fp = do
     s <- fmap TL.unpack $ qRunIO $ readUtf8File fp
-#ifdef GHC_7_4
-    qAddDependentFile fp
-#endif
     let vs = cssUsedIdentifiers toi2b parseBlocks s
     c <- mapM vtToExp vs
     cr <- [|cssRuntime toi2b|]
diff --git a/shakespeare.cabal b/shakespeare.cabal
--- a/shakespeare.cabal
+++ b/shakespeare.cabal
@@ -1,5 +1,5 @@
 name:            shakespeare
-version:         2.0.13
+version:         2.0.14
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
