Changelog for
ghc-dlist-prof-1.0-dlh.73.16.x86_64.rpm :
* Thu Jul 04 2024 Peter Simons
- Update dlist to version 1.0 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Thu Aug 31 2023 Peter Simons - Update dlist to version 1.0 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Wed Aug 12 2020 psimonsAATTsuse.com- Update dlist to version 1.0. Upstream has renamed and modified the change log file(s) in this release. Unfortunately, the automatic updater cannot reliable determine relevant entries for this release.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Wed May 06 2020 psimonsAATTsuse.com- Update dlist to version 0.8.0.8. Version 0.8.0.8 (2020-04-02)
*World Autism Awareness Day
* - -------------------------------------------------------- [#]### Package changes
* Change QuickCheck upper bound from 2.14 to 2.15
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Wed Aug 07 2019 psimonsAATTsuse.com- Update dlist to version 0.8.0.7. Version 0.8.0.7 (2019-08-05)
*Independence Day in Burkina Faso
* - -------------------------------------------------------------- [#]### Package changes
* Add `MonadFail` instance for GHC >= 8.8 ([Vanessa McHale](https://github.com/vmchale))
* Change `deepseq` upper bound to 1.5 ([Herbert Valerio Riedel](https://github.com/hvr))
* Tue Jun 11 2019 Peter Simons - Update Cabal file for more accurate build dependencies.
* Sat Mar 30 2019 psimonsAATTsuse.com- Update dlist to version 0.8.0.6. Version 0.8.0.6 (2019-03-29)
*Martyrs\' Day in Madagascar
* - -------------------------------------------------------- [#]### Package changes
* Change QuickCheck upper bound from 2.13 to 2.14
* Thu Oct 04 2018 psimonsAATTsuse.com- Update dlist to version 0.8.0.5. Version 0.8.0.5 (2018-09-13)
*Day of the Programmer
* - --------------------------------------------------- [#]### Package changes
* Change QuickCheck upper bound from 2.12 to 2.13
* Wed Jul 18 2018 psimonsAATTsuse.com- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimonsAATTsuse.com- Update dlist to version 0.8.0.4.
* Change QuickCheck upper bound from 2.11 to 2.12
* Make `Data.DList` trustworthy ([Bertram Felgenhauer](https://github.com/int-e))
* Remove quickcheck-instances dependency for tests
* Thu Aug 03 2017 psimonsAATTsuse.com- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimonsAATTsuse.com- Update to version 0.8.0.3.
* Thu Sep 15 2016 psimonsAATTsuse.com- Update to version 0.8.0.2 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimonsAATTsuse.com- Update to version 0.7.1.2 revision 0 with cabal2obs.
* Sun Aug 23 2015 mimi.vxAATTgmail.com- update to 0.7.1.2
* Fix GHC 7.10 warnings due to imports
* Fri Apr 17 2015 mimi.vxAATTgmail.com- update to 0.7.1.1- regenerated spec file
* Add `IsList` instance for GHC >= 7.8 ([Icelandjack](https://github.com/Icelandjack))
* Add `NFData` instance (and `deepseq` dependency)
* Add `IsString` instance
* Remove deprecated entities
* Stop supporting `base < 2`
* Update documentation
* New type class instances: `Eq`, `Ord`, `Read`, `Show`, `Alternative`, and `Foldable`
* New function `apply` to use instead of `unDL`
* Deprecate DList constructor and record selector to make it abstract (see [#4](https://github.com/spl/dlist/issues/4))
* Deprecate `maybeReturn` which is not directly relevant to dlists