summaryrefslogtreecommitdiff
path: root/libraries/deepseq
Commit message (Collapse)AuthorAgeFilesLines
* Bump deepseq submodule to 1.4.8.1Ben Gamari2023-02-241-0/+0
|
* base: Bump version to 4.18Ben Gamari2022-12-211-0/+0
| | | | Requires various submodule bumps.
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-0/+0
| | | | | | | | | | | Part of proposal 475 (https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0475-tuple-syntax.rst) Moves all tuples to GHC.Tuple.Prim Updates ghc-prim version (and bumps bounds in dependents) updates haddock submodule updates deepseq submodule updates text submodule
* Bump deepseq submodule to 1.4.8.0Ben Gamari2022-08-311-0/+0
|
* Bump ghc-prim and base versionsBen Gamari2022-06-271-0/+0
| | | | | | | | | To 0.9.0 and 4.17.0 respectively. Bumps array, deepseq, directory, filepath, haskeline, hpc, parsec, stm, terminfo, text, unix, haddock, and hsc2hs submodules. (cherry picked from commit ba47b95122b7b336ce1cc00896a47b584ad24095)
* Bump deepseq to 1.4.7.0Matthew Pickering2022-04-091-0/+0
| | | | | | Updates deepseq submodule Fixes #20653
* Bump deepseq submodule to 1.4.7.0-preBen Gamari2021-11-201-0/+0
| | | | Addresses #20653.
* Remove Data.Semigroup.OptionSimon Jakobi2021-02-131-0/+0
| | | | | | Bumps the binary and deepseq submodules. Fixes https://gitlab.haskell.org/ghc/ghc/-/issues/15028.
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-0/+0
| | | | Also bumps upper bounds on base in boot libraries (incl. submodules).
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-191-0/+0
| | | | | | | | | | | | Libraries email: https://mail.haskell.org/pipermail/libraries/2018-April/028724.html GHC issue: https://gitlab.haskell.org/ghc/ghc/issues/15028 Corresponding PRs for deepseq: * https://github.com/haskell/deepseq/pull/55 * https://github.com/haskell/deepseq/pull/57 Bumps the deepseq submodule.
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-0/+0
|
* base: Bump version to 4.14.0.0Ben Gamari2019-11-141-0/+0
| | | | | Metric Increase: T4801
* Update deepseq submoduleHerbert Valerio Riedel2019-01-311-0/+0
|
* Bump deepseq submoduleBen Gamari2018-09-181-0/+0
| | | | (cherry picked from commit c4209ba8a448b501a11d66640d280fe1e194f847)
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-0/+0
| | | | | | | | | | | | | | | | Summary: Bumps several submodules. Test Plan: ./validate Reviewers: hvr, bgamari Reviewed By: bgamari Subscribers: thomie, carter GHC Trac Issues: #15018 Differential Revision: https://phabricator.haskell.org/D4609
* Bump base to 4.11.0.0Ben Gamari2017-09-211-0/+0
| | | | | | | | | | Bumps numerous submodules. Reviewers: austin, hvr Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3974
* Bump a bunch of submodulesBen Gamari2017-07-231-0/+0
|
* Bump deepseeq submoduleBen Gamari2017-04-211-0/+0
|
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-0/+0
| | | | Updates a number of submodules.
* Update deepseq submodule to latest 1.4.2.0 snapshotHerbert Valerio Riedel2016-04-191-0/+0
| | | | NB: this needs 91ee5090f1e3f43e9e803cf7005a7f3357e58377
* Update deepseq submoduleHerbert Valerio Riedel2015-11-291-0/+0
| | | | | | This pulls in new NFData instances for NonEmpty and Semigroup newtype wrappers Differential Revision: https://phabricator.haskell.org/D1546
* Update `deepseq` submoduleHerbert Valerio Riedel2015-10-281-0/+0
| | | | This is done now to prepare for #11026
* Update deepseq submodule to 1.4.1.1 tagHerbert Valerio Riedel2015-03-201-0/+0
| | | | This deepseq update drops the redundant ghc-prim dependency for GHC>=7.6
* libraries: update deepseq submoduleAustin Seipp2015-03-051-0/+0
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Remove redundant constraints from libraries, discovered by ↵Simon Peyton Jones2015-01-061-0/+0
| | | | | | | | | | | | | | | | | -fwarn-redundant-constraints This patch affects libraries, and requires a submodule update. Some other libraries, maintained by others, have redundant constraints, namely: containers haskeline transformers binary I have suppressed the redundant-constraint warnings by settings in validate-settings.mk (in this commit)
* Update deepseq submodule to 1.4.0.0 releaseHerbert Valerio Riedel2014-12-171-0/+0
|
* Update `deepseq` to latest 1.4.0.0 snapshotHerbert Valerio Riedel2014-11-251-0/+0
| | | | | This pulls in several `NFData` instances since the last submodule update.
* Update to (unreleased) `deepseq-1.4.0.0`Herbert Valerio Riedel2014-11-151-0/+0
| | | | | | | | | | | | | | | | | | | This pulls in the new `Generic`-based `-XDefaultSignature`-based default implementation for `rnf`[1], and will be interesting to use in combination with the soon to be merged `-XDeriveAnyClass` extension. This requires updating several other submodules as well in order to relax the upper bound on `deepseq` and/or in a few cases to avoid relying on the default method implementation of `rnf`: - `Cabal` - `bytestring` - `containers` - `parallel` - `process` - `time` [1]: http://permalink.gmane.org/gmane.comp.lang.haskell.libraries/23031
* Bump `base` version to 4.8.0.0 for realHerbert Valerio Riedel2014-09-091-0/+0
| | | | | | | | | | | | | | | | This commit updates several submodules in order to bump the upper bounds on `base` of most boot packages Moreover, this updates some of the test-suite cases which have version numbers hardcoded within. However, I'm not sure if this commit didn't introduce the following two test-failures ghc-api T8628 [bad stdout] (normal) ghc-api T8639_api [bad stdout] (normal) This needs investigation
* Convert loose sub-repos into proper submodules (re #8545)Herbert Valerio Riedel2014-06-251-0/+0
Specifically, the following sub-repos/modules are converted: - libffi-tarballs - libraries/array - libraries/deepseq - libraries/directory - libraries/dph - libraries/filepath - libraries/haskell2010 - libraries/haskell98 - libraries/hoopl - libraries/hpc - libraries/old-locale - libraries/old-time - libraries/parallel - libraries/process - libraries/stm - libraries/unix - nofib - utils/hsc2hs N.B. ghc-tarballs is not converted as it will probably be handled differently in the future. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>