packages feed

liblawless 0.17.0 → 0.17.1

raw patch · 2 files changed

+7/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ IO: file :: AbsRelFile -> IOMode -> Managed Handle

Files

Source/IO.hs view
@@ -23,7 +23,8 @@     MonadIO,     liftIO,     PIO.hSeek,-    PIO.SeekMode(..)+    PIO.SeekMode(..),+    file     ) where  import Lawless@@ -66,3 +67,7 @@             liftIO $ D.removeFile $ tf ^. tfPath     in         managed $ bracket open close++file ∷ AbsRelFile → PIO.IOMode → Managed PIO.Handle+file pth m = managed $ \fh → do+    liftIO $ PIO.withBinaryFile pth m fh
liblawless.cabal view
@@ -1,5 +1,5 @@ name:                liblawless-version:             0.17.0+version:             0.17.1 synopsis:            Prelude based on protolude for GHC 8 and beyond. license:             GPL-3 license-file:        LICENSE