packages feed

basic-prelude 0.3.4.0 → 0.3.5.0

raw patch · 3 files changed

+3/−2 lines, 3 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- BasicPrelude: type String = [Char]
+ CorePrelude: type String = [Char]

Files

BasicPrelude.hs view
@@ -51,7 +51,6 @@   , Prelude.gcd   , Prelude.lcm     -- ** Show and Read-  , Prelude.String   , Prelude.ShowS   , Prelude.showsPrec   , Prelude.showList
CorePrelude.hs view
@@ -145,6 +145,8 @@     , F.basename     , F.filename     , F.directory+      -- ** Strings+    , Prelude.String       -- ** Hashing     , hash     , hashWithSalt
basic-prelude.cabal view
@@ -1,5 +1,5 @@ name:                basic-prelude-version:             0.3.4.0+version:             0.3.5.0 synopsis:            An enhanced core prelude; a common foundation for alternate preludes. description:     The premise of @basic-prelude@ is that there are a lot of very commonly desired features missing from the standard @Prelude@, such as commonly used operators (@\<$\>@ and @>=>@, for instance) and imports for common datatypes (e.g., @ByteString@ and @Vector@). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.