Changelog for
ghc-base-orphans-0.8-38.1.x86_64.rpm :
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Fri Jul 13 14:00:00 2018 psimonsAATTsuse.com
- Update base-orphans to version 0.8.
[#]# Changes in 0.8 [2018.07.02]
- Backported new instance from GHC 8.6/`base-4.12`
* Data types in `GHC.Generics`:
- `Applicative` instance for `K1`
- `Semigroup` instances for `U1`, `Par1`, `Rec1`, `K1`, `M1`, `(:
*:)`, `(:.:)`, and `V1`
- `Monoid` instances for `U1`, `Par1`, `Rec1`, `K1`, `M1`, `(:
*:)`, and `(:.:)`
* `Foldable` and `Traversable` instances for `Data.Monoid.Alt`
* `MonadFix`, `MonadZip`, `Data`, `Foldable`, `Traversable`, `Eq1`, `Ord1`,
`Read1`, and `Show1` instances for `Data.Ord.Down`
Mon May 14 14:00:00 2018 psimonsAATTsuse.com
- Update base-orphans to version 0.7.
* `Alternative` instance for `ZipList`
* `Data` instance for `IntPtr` and `WordPtr`
* `Num`, `Functor`, `Applicative`, `Monad`, `Semigroup`, and `Monoid`
instances for `Data.Ord.Down`
* `MonadFail`, `Semigroup`, and `Monoid` instances for strict `ST`
Thu Aug 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Thu Jul 27 14:00:00 2017 psimonsAATTsuse.com
- Update to version 0.6.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.5.4 revision 0 with cabal2obs.
Tue Apr 12 14:00:00 2016 mimi.vxAATTgmail.com
- update to 0.5.4
* Backported Bits, FiniteBits, Floating, Fractional, Integral, IsString, Num, Real,
RealFloat, and RealFrac instances for Identity and Const
Tue Mar 8 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.5.3
* Backported Alternative, MonadPlus and MonadZip instances for U1 and Proxy, and
made the Functor, Foldable, Traversable, Alternative, and Monad instances for
U1 lazier to correspond with base-4.9
Sun Feb 28 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.5.2
* Backported Enum, Bounded, Ix, Functor, Applicative, Monad, MonadFix, MonadPlus,
MonadZip, Foldable, Traversable, and Data instances for datatypes
in the GHC.Generics module (introduced in base-4.9)
Tue Feb 2 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.5.1
* The Storable instances for Complex and Ratio are now exactly
as lazy as their counterparts in base
Wed Jan 20 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.5.0
* Backported instances introduced in GHC 8.0/base-4.9
Thu Dec 17 13:00:00 2015 mimi.vxAATTgmail.com
- update to 0.4.5
* Import Control.Monad.Instances
* Fix build on GHC HEAD (again)
Sun Aug 16 14:00:00 2015 mimi.vxAATTgmail.com
- update to 0.4.4
* Fix build on GHC HEAD
Thu Aug 13 14:00:00 2015 mimi.vxAATTgmail.com
- update to 0.4.3
* Fix build on OSes where HTYPE_DEV_T = Int32
Thu Aug 6 14:00:00 2015 mimi.vxAATTgmail.com
- initial commit