shakespeare 1.0.0 → 1.0.0.1
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- Text/Shakespeare.hs +2/−0
- shakespeare.cabal +2/−2
Text/Shakespeare.hs view
@@ -210,7 +210,9 @@ pack' :: String -> TS.Text pack' = TS.pack+#if !MIN_VERSION_text(0, 11, 2) {-# NOINLINE pack' #-}+#endif contentsToShakespeare :: ShakespeareSettings -> [Content] -> Q Exp contentsToShakespeare rs a = do
shakespeare.cabal view
@@ -1,6 +1,6 @@ name: shakespeare-version: 1.0.0-license: BSD3+version: 1.0.0.1+license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com>