liblawless 0.19.3 → 0.19.4
raw patch · 2 files changed
+6/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ IO: stderr :: Handle
+ IO: stdin :: Handle
+ IO: stdout :: Handle
Files
- Source/IO.hs +4/−1
- liblawless.cabal +2/−2
Source/IO.hs view
@@ -33,7 +33,10 @@ hClose, doesFileExist, removeFile,- PIO.Handle+ PIO.Handle,+ SIO.stdin,+ SIO.stdout,+ SIO.stderr ) where import Lawless
liblawless.cabal view
@@ -1,5 +1,5 @@ name: liblawless-version: 0.19.3+version: 0.19.4 synopsis: Prelude based on protolude for GHC 8 and beyond. license: GPL-3 license-file: LICENSE@@ -28,7 +28,7 @@ source-repository this type: git location: git@gitlab.com:misandrist/liblawless.git- tag: v0.19.3+ tag: v0.19.4 library ghc-options: -Wall -Wno-redundant-constraints -O2