prologue 3.1.1 → 3.1.2
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- prologue.cabal +2/−2
- src/Prologue.hs +1/−0
prologue.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d83e32dcf68917d6c12bc1b9faaf192c40bc9c0b5e315765488aa8ffa5639421+-- hash: c14e8d1572f59dfd8bb5ce1553872376e7511245b19a81b704cceb5e7dce1a4d name: prologue-version: 3.1.1+version: 3.1.2 synopsis: Better, more general Prelude exporting common utilities. description: Replacement for the Haskell's Prelude, exposing more commonly used functions and patching old GHC ones to behave in the newest GHC's way. category: control
src/Prologue.hs view
@@ -160,3 +160,4 @@ -- === Concurrency === -- import Control.Concurrent as X (ThreadId, myThreadId, forkIO, forkFinally, killThread)+