packages feed

tools-yj 0.1.0.22 → 0.1.0.23

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Text/Show/ToolsYj.hs view
@@ -7,7 +7,7 @@ class ShowIO a where 	showIO :: a -> IO String -instance Show a => ShowIO a where+instance {-# OVERLAPPABLE #-} Show a => ShowIO a where 	showIO = pure . show  printIO :: ShowIO a => a -> IO ()
tools-yj.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           tools-yj-version:        0.1.0.22+version:        0.1.0.23 synopsis:       Tribial tools description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/tools-yj#readme> category:       Tools