heterocephalus 1.0.1.1 → 1.0.1.2
raw patch · 2 files changed
+1/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- heterocephalus.cabal +1/−1
- src/Text/Heterocephalus.hs +0/−2
heterocephalus.cabal view
@@ -1,5 +1,5 @@ name: heterocephalus-version: 1.0.1.1+version: 1.0.1.2 synopsis: A type-safe template engine for working with popular front end development tools description: Recent front end development tools and languages are growing fast and have
src/Text/Heterocephalus.hs view
@@ -193,9 +193,7 @@ -} compileFileWithDefault :: DefaultScope -> HeterocephalusSetting -> FilePath -> Q Exp compileFileWithDefault scope' set fp = do-#ifdef GHC_7_4 qAddDependentFile fp-#endif contents <- fmap TL.unpack $ qRunIO $ readUtf8File fp compileFromStringWithDefault scope' set contents