packages feed

protolude-lifted 0.1.0.0 → 0.1.0.1

raw patch · 5 files changed

+19/−2 lines, 5 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,3 +1,3 @@ # protolude-lifted -add description of protolude-lifted here+Protolude with lifted-base and lifted-async.
protolude-lifted.cabal view
@@ -1,5 +1,5 @@ name:                protolude-lifted-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Protolude with lifted-base and lifted-async. description:         Protolude with lifted-base and lifted-async. homepage:            https://github.com/pbogdan/protolude-lifted
src/Protolude.hs view
@@ -1,4 +1,6 @@ {-# LANGUAGE PackageImports #-}++-- | Protolude module of <https://hackage.haskell.org/package/protolude protolude> library re-exported for convenience. module Protolude   (module X) 
src/Protolude/Lifted.hs view
@@ -1,3 +1,16 @@+-- | Protolude + the following modules re-exported from lifted-sync and+-- lifted-base packages:+--+-- * "Control.Concurrent.Async.Lifted"+-- * "Control.Concurrent.Chan.Lifted"+-- * "Control.Concurrent.Lifted"+-- * "Control.Concurrent.MVar.Lifted"+-- * "Control.Concurrent.QSem.Lifted"+-- * "Control.Concurrent.QSemN.Lifted"+-- * "Control.Exception.Lifted"+-- * "Data.IORef.Lifted"+-- * "Foreign.Marshal.Utils.Lifted"+-- * "System.Timeout.Lifted" module Protolude.Lifted   ( module X   ) where
src/Unsafe.hs view
@@ -1,4 +1,6 @@ {-# LANGUAGE PackageImports #-}++-- | Unsafe module of <https://hackage.haskell.org/package/protolude protolude> library re-exported for convenience. module Unsafe   (module X)