summaryrefslogtreecommitdiff
path: root/libraries/time
Commit message (Collapse)AuthorAgeFilesLines
* Bump time submodule to 1.12.2Matthew Pickering2022-05-171-0/+0
| | | | | | This bumps the time submodule to the 1.12.2 release. Fixes #21571
* Bump time submodule to 1.12.1Ben Gamari2022-02-201-0/+0
|
* Bump time submodule.Andreas Klebinger2020-12-081-0/+0
| | | | This should fix #19002.
* Bump time submodule to 1.11.1Ben Gamari2020-11-221-0/+0
| | | | | | Also bumps directory, Cabal, hpc, time, and unix submodules. Closes #18847.
* Bump time submodule to 1.9.3Ben Gamari2019-06-121-0/+0
| | | | (cherry picked from commit fdb07571036b1498800589d45b61781e6acdd368)
* Bump time submoduleBen Gamari2018-11-021-0/+0
|
* Revert "Bump time submodule"Ben Gamari2018-10-301-0/+0
| | | | This reverts commit 0bdbbd4a637b169aa7043e0d9898ad1ecd5d14ef.
* Bump time submoduleBen Gamari2018-10-291-0/+0
|
* Bump a bunch of submodulesBen Gamari2017-07-231-0/+0
|
* Bump time submoduleBen Gamari2017-04-211-0/+0
|
* Bump time submoduleBen Gamari2017-03-101-0/+0
| | | | Fixes 32-bit validation
* Try submodule bumps againBen Gamari2017-02-281-0/+0
| | | | | | Bumps containers, time, and unix submodules. This reverts commit c347a121b07d22fb91172337407986b6541e319d.
* Revert recent submodule bumpsBen Gamari2017-02-221-0/+0
| | | | | | | | They broke everything and the solution will be non-trivial. This reverts commit 8ccbc2e5252abd4fa67d155d4fff489ee9929906. This reverts commit c8d995db5d743358b0583fe97f8113bf9047641e. This reverts commit 7153370288e6075c4f8c996ff02227e48805da06.
* Bump time submoduleBen Gamari2017-02-221-0/+0
| | | | | | | | | My previous attempt at bumping `time` was confused by a non-fast-forward update from upstream. Here we merge the orphaned commit back into master, fixing mirroring. Also, we will now follow upstream's `ghc` branch instead of `master` to prevent this sort of thing happening again in the future.
* Bump time submodule to 1.8Ben Gamari2017-02-201-0/+0
| | | | | This unfortunately had quite a number of knock-on effects, including a need for new releases of directory and unix.
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This is a complete fix based off of ed7af26606b3a605a4511065ca1a43b1c0f3b51d for handling shadowing and out-of-order -package-db flags simultaneously. The general strategy is we first put all databases together, overriding packages as necessary. Once this is done, we successfully prune out broken packages, including packages which depend on a package whose ABI differs from the ABI we need. Our check gracefully degrades in the absence of abi-depends, as we only check deps which are recorded in abi-depends. Contains time and Cabal submodule update. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: niteria, austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2846 GHC Trac Issues: #12485
* Revert accidental submodule updatesThomas Miedema2016-06-181-0/+0
| | | | | Commit 77bb09270c70455bbd547470c4e995707d19f37d seems to have accidentally set some submodules to earlier versions. Undo this.
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-151-0/+0
| | | | | | | | | | | | | | | | | | | | | | With TypeInType Richard combined ForAllTy and FunTy, but that was often awkward, and yielded little benefit becuase in practice the two were always treated separately. This patch re-introduces FunTy. Specfically * New type data TyVarBinder = TvBndr TyVar VisibilityFlag This /always/ has a TyVar it. In many places that's just what what we want, so there are /lots/ of TyBinder -> TyVarBinder changes * TyBinder still exists: data TyBinder = Named TyVarBinder | Anon Type * data Type = ForAllTy TyVarBinder Type | FunTy Type Type | .... There are a LOT of knock-on changes, but they are all routine. The Haddock submodule needs to be updated too
* Update time submodule to 1.6.0.1 release tagHerbert Valerio Riedel2016-05-071-0/+0
|
* Update time submodule to latest snapshotHerbert Valerio Riedel2015-12-281-0/+0
|
* Update time submodule to v1.6 releaseHerbert Valerio Riedel2015-12-201-0/+0
| | | | | | This is the designated release to go with GHC 8.0.1 /cc @AshleyYakeley
* Update `time` submodule to final 1.5.0.1 releaseHerbert Valerio Riedel2014-12-141-0/+0
|
* 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
* Update `time` submodule to address linker issueHerbert Valerio Riedel2014-10-131-0/+0
| | | | | | | | | See also https://github.com/haskell/time/issues/2 However, while the `time-1.5` package now loads successful in GHCi, the linker warnings as reported in #9297 occur (which let the testsuite fail for a dozen of testcases due to this additional output)
* Update time submodule to 1.5.0 releaseHerbert Valerio Riedel2014-09-251-0/+0
|
* Update time to 1.4.2 releaseHerbert Valerio Riedel2014-03-031-0/+0
| | | | | | Note: The only visible change in `time-1.4.2` is at the SafeHaskell level Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Update time to 1.4.1 releaseHerbert Valerio Riedel2013-08-301-0/+0
|
* Typeable changes to time while waiting for the upstream to updateJose Pedro Magalhaes2013-02-121-0/+0
|
* Use a submodule for the time packageIan Lynagh2012-12-021-0/+0
This bring the time package into line with how we handle other packages.