No changes.
-
Reexported
Data.Bifunctor
. -
first
andsecond
are now (conditionally) exported fromData.Bifunctor
, notControl.Arrow
; note that if your version of base is lower than 4.8,first
andsecond
won't be available at all.
- Reexported
printf
andhPrintf
fromText.Printf
.
- Reexported
Numeric
.
- Avoided the clash between
(&)
andsortOn
defined in the package and versions of these functions imported from base.
- Added implementations of
(&)
andsortOn
(normally not available in older versions of base).
- Reexported
Control.Monad.Fix
.