bytestring-show 0.3.1 → 0.3.2
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/Show/ByteString.hs +4/−0
- bytestring-show.cabal +1/−1
Text/Show/ByteString.hs view
@@ -32,6 +32,10 @@ , showpParen -- * Printing values , print+ -- * Put+ , Put+ , PutM(..)+ , runPut ) where import Prelude hiding (Show(..), print, putStrLn)
bytestring-show.cabal view
@@ -1,5 +1,5 @@ name: bytestring-show-version: 0.3.1+version: 0.3.2 license: BSD3 license-file: LICENSE author: Dan Doel