shakespeare-text 1.0.1 → 1.0.2
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
@@ -43,6 +43,7 @@ instance ToText Int32 where toText = toText . show instance ToText Int64 where toText = toText . show+instance ToText Int where toText = toText . show settings :: Q ShakespeareSettings settings = do
shakespeare-text.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-text-version: 1.0.1+version: 1.0.2 license: MIT license-file: LICENSE author: Greg Weber <greg@gregweber.info>