packages feed

shakespeare 2.0.13 → 2.0.14

raw patch · 3 files changed

+5/−4 lines, 3 files

Files

ChangeLog.md view
@@ -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)
Text/Internal/Css.hs view
@@ -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|]
shakespeare.cabal view
@@ -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>