This project is mirrored from https://git.haskell.org/packages/dph.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 05, 2016
-
-
Bartosz Nitka authored
vectInfoVar uses deterministic sets now, see Note [Deterministic UniqFM] for more details.
-
- Oct 02, 2014
- Aug 04, 2014
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Apr 20, 2014
-
-
Austin Seipp authored
This is the final piece for GHC to be AMP compliant. The use of 'join' here is totally internal, so rather than hiding the import, it's just as easy to rename to 'joinG' (for the Gen type). Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Mar 23, 2014
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Feb 09, 2014
-
-
Signed-off-by:
Richard Eisenberg <eir@cis.upenn.edu>
-
- Nov 28, 2013
-
-
amosrobinson authored
-
- Nov 26, 2013
-
-
amosrobinson authored
-
- Oct 11, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 26, 2013
-
-
Herbert Valerio Riedel authored
-
- Sep 18, 2013
-
-
Jan Stolarek authored
-
Jan Stolarek authored
-
- Sep 17, 2013
-
-
eir@cis.upenn.edu authored
-
- Sep 11, 2013
-
-
Herbert Valerio Riedel authored
-
- Aug 02, 2013
-
-
eir@cis.upenn.edu authored
-
- Jun 20, 2013
-
-
ian@well-typed.com authored
-
- Jun 09, 2013
-
-
ian@well-typed.com authored
-
- May 15, 2013
-
-
Simon Peyton Jones authored
I've emailed Manuel about this... nothing fundamental here, just a glitch
-
- Apr 17, 2013
-
-
roldugin authored
-
- Mar 13, 2013
-
-
ian@well-typed.com authored
-
- Mar 04, 2013
-
-
Edward Z. Yang authored
This is based off of Simon Marlow's message at http://www.haskell.org/pipermail/cvs-ghc/2011-November/068332.html We should eventually fix this proper. Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- Mar 01, 2013
-
-
ian@well-typed.com authored
-
- Feb 24, 2013
-
-
roldugin authored
- Bump base dependency to 4.7.* - Remove `repa-flow' dependency - Add handvectorised QuickHull executable to cabal file (commented out) - Also remove annotated core dumps of vectorised QuickHull
-
- Feb 22, 2013
- Feb 20, 2013
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- Feb 15, 2013
-
-
ian@well-typed.com authored
There were conflicting definitions of fromList.
-
- Feb 07, 2013
-
-
jpm@cs.ox.ac.uk authored
This patch makes the Data.Typeable.Typeable class work with arguments of any kind. In particular, this removes the Typeable1..7 class hierarchy, greatly simplyfing the whole Typeable story. Also added is the AutoDeriveTypeable language extension, which will automatically derive Typeable for all types and classes declared in that module. Since there is now no good reason to give handwritten instances of the Typeable class, those are ignored (for backwards compatibility), and a warning is emitted. The old, kind-* Typeable class is now called OldTypeable, and lives in the Data.OldTypeable module. It is deprecated, and should be removed in some future version of GHC.
-
- Feb 05, 2013
-
-
chak@cse.unsw.edu.au. authored
-
chak@cse.unsw.edu.au. authored
-