shakespeare-text 1.0.0.10 → 1.0.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Text/Shakespeare/Text.hs +1/−0
- shakespeare-text.cabal +1/−1
Text/Shakespeare/Text.hs view
@@ -36,6 +36,7 @@ class ToText a where toText :: a -> Builder+instance ToText Builder where toText = id instance ToText [Char ] where toText = fromLazyText . TL.pack instance ToText TS.Text where toText = fromText instance ToText TL.Text where toText = fromLazyText
shakespeare-text.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-text-version: 1.0.0.10+version: 1.0.1 license: MIT license-file: LICENSE author: Greg Weber <greg@gregweber.info>