base-prelude 0.1.0 → 0.1.1
raw patch · 2 files changed
+4/−2 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 +3/−1
base-prelude.cabal view
@@ -1,7 +1,7 @@ name: base-prelude version:- 0.1.0+ 0.1.1 synopsis: The most complete prelude formed from only the "base" package description:
library/BasePrelude.hs view
@@ -1,7 +1,8 @@ -- | -- This module reexports most of the definitions from the \"base\" package, -- which are meant to be imported unqualified.--- -- For details check out the source.+-- +-- For details check out the source. module BasePrelude ( module Exports,@@ -26,6 +27,7 @@ import Control.Monad.ST as Exports import Data.Bits as Exports import Data.Bool as Exports hiding (bool)+import Data.Complex as Exports import Data.Data as Exports import Data.Either as Exports import Data.Fixed as Exports