Changelog for base-prelude-1.6.1.1
1.6
- Restrict to min GHC 8.6
- Add Contravariant
- Add OverloadedLabels and Records
- Add STM.orElse
1.5
- Exclude Data.Semigroup.Option
- Restrict to min GHC 8.4
- Add focused preludes for data types and operators
1.4
- Restrict to min GHC 8.0 and give preference to MonadFail
- Add IsList, Generic1 and export all of System.IO
1.3
- Give preference to Semigroup definitions over Monoid
1.2
- Replace the
Foreignexport withForeign.Storable,Foreign.Ptr,Foreign.ForeignPtr,Foreign.StablePtr. It's more conservative and way less likely to cause name collisions.
1.1
- Export
Foreign
1.0.1
- Relaxed the "base" dependency
1
No changes.
0.2
-
Reexported
Data.Bifunctor. -
firstandsecondare now (conditionally) exported fromData.Bifunctor, notControl.Arrow; note that if your version of base is lower than 4.8,firstandsecondwon't be available at all.
0.1.21
- Reexported
printfandhPrintffromText.Printf.
0.1.20
- Reexported
Numeric.
0.1.19
- Avoided the clash between
(&)andsortOndefined in the package and versions of these functions imported from base.
0.1.18
- Added implementations of
(&)andsortOn(normally not available in older versions of base).
0.1.17
- Reexported
Control.Monad.Fix.