base-prelude 0.1.8 → 0.1.9
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- base-prelude.cabal +1/−1
- library/BasePrelude.hs +1/−0
base-prelude.cabal view
@@ -1,7 +1,7 @@ name: base-prelude version:- 0.1.8+ 0.1.9 synopsis: The most complete prelude formed from only the "base" package description:
library/BasePrelude.hs view
@@ -52,6 +52,7 @@ import Data.Unique as Exports import Data.Word as Exports import Debug.Trace as Exports hiding (traceShowId, traceM, traceShowM)+import Foreign.Storable as Exports (Storable) 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)