packages feed

base-prelude 1.1 → 1.2

raw patch · 2 files changed

+5/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

base-prelude.cabal view
@@ -1,7 +1,7 @@ name:   base-prelude version:-  1.1+  1.2 synopsis:   The most complete prelude formed solely from the "base" package description:
library/BasePrelude.hs view
@@ -66,7 +66,10 @@ import Data.Version as Exports import Data.Word as Exports import Debug.Trace as Exports hiding (traceShowId, traceM, traceShowM)-import Foreign as Exports hiding (void, unsafePerformIO)+import Foreign.Storable as Exports+import Foreign.Ptr as Exports+import Foreign.ForeignPtr as Exports+import Foreign.StablePtr as Exports import GHC.Conc as Exports hiding (withMVar, threadWaitWriteSTM, threadWaitWrite, threadWaitReadSTM, threadWaitRead) import GHC.Exts as Exports (lazy, inline, sortWith, groupWith) import GHC.Generics as Exports (Generic)