prologue 3.2.1 → 3.2.2
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
- prologue.cabal +2/−2
- src/Prologue.hs +3/−3
prologue.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 632dbbfd5f8347d3d80a8663f104b361a450243c2a693d7884c1e3dd1f0a8b5c+-- hash: c4ac2d8a2cf690d575a5572d62c3e25da1aa1c98cf8be1ff65b96d0531f97fbf name: prologue-version: 3.2.1+version: 3.2.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
@@ -126,9 +126,9 @@ import Type.Known as X (KnownType, KnownTypeVal, fromType, fromType', KnownNat, KnownSymbol) import Type.Show as X import Data.Kind as X (Type, Constraint)-import Type.Operators as X-import Type.Monoid as X (type (<>))-import Type.Applicative as X (type (<$>), type (<*>))+-- import Type.Operators as X+-- import Type.Monoid as X (type (<>))+-- import Type.Applicative as X (type (<$>), type (<*>)) -- === Unsafe === -- import Unsafe.Coerce as X (unsafeCoerce)