shakespeare-css 1.0.6.5 → 1.0.6.6
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- Text/Lucius.hs +3/−0
- shakespeare-css.cabal +1/−1
Text/Lucius.hs view
@@ -219,6 +219,9 @@ luciusFile :: FilePath -> Q Exp luciusFile fp = do+#ifdef GHC_7_4+ qAddDependentFile fp+#endif contents <- fmap TL.unpack $ qRunIO $ readUtf8File fp luciusFromString contents
shakespeare-css.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-css-version: 1.0.6.5+version: 1.0.6.6 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>