packages feed

readable 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

readable.cabal view
@@ -1,5 +1,5 @@ name:           readable-version:        0.2.0.1+version:        0.2.0.2 synopsis:       Reading from Text and ByteString  description:
src/Data/Readable.hs view
@@ -56,6 +56,7 @@  instance Readable ByteString where     fromText = return . encodeUtf8+    fromBS = return instance Readable Text where     fromText = return instance Readable Int where