- Nov 13, 2014
-
-
David Terei authored
-
- Sep 21, 2014
-
-
Herbert Valerio Riedel authored
This commit removes that bitrotting part of Prelude.hs. This reduces the CPP clutter to the point of not requiring any CPP processing altogether anymore. The same clanup was performed in the haskell2010 package recently.
-
- Sep 18, 2014
-
-
Herbert Valerio Riedel authored
-
- Sep 13, 2014
-
-
Herbert Valerio Riedel authored
See also [b53c95fe621d3a66a82e6dad383e1c0c08f3871e/ghc]
-
- Sep 10, 2014
-
-
Herbert Valerio Riedel authored
-
- Sep 09, 2014
-
-
Herbert Valerio Riedel authored
-
- Mar 23, 2014
-
-
Gabor Greif authored
-
- Mar 22, 2014
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 26, 2013
-
-
Herbert Valerio Riedel authored
- Update to `cabal-version>=0.10` - add missing `Setup.hs` - add `Prelude` category - update version constraints - update bug-reports URL - add `repository this` Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Doesn't seem to have any effect with GHC HEAD. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 11, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 11, 2013
-
-
Herbert Valerio Riedel authored
-
- Jun 06, 2013
-
-
ian@well-typed.com authored
-
- Feb 15, 2013
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- Nov 30, 2012
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now keep the HEAD version numbers as values which would be suitable for immediate release.
-
ian@well-typed.com authored
-
- Sep 09, 2012
-
-
pcapriotti authored
-
- Jul 19, 2012
-
-
pcapriotti authored
-
- Jul 10, 2012
-
-
pcapriotti authored
-
- Jun 19, 2012
-
-
Ian Lynagh authored
-
- Mar 06, 2012
-
-
pcapriotti authored
-
- Nov 16, 2011
-
-
Ian Lynagh authored
It was linking to System.Random, but that's not in haskell98.
-
- Sep 25, 2011
-
-
Ian Lynagh authored
-
- Aug 10, 2011
-
-
dterei authored
-
- Aug 09, 2011
-
-
dterei authored
-
- Aug 08, 2011
-
-
dterei authored
-
- Jul 06, 2011
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Jun 26, 2011
-
-
Michal Terepeta authored
-
- Jun 12, 2011
-
-
daniel.is.fischer authored
The behaviour of gcd was changed to "gcd 0 0 = 0", here we must keep the haskell98 behaviour and raise an error.
-
- Apr 08, 2011
-
-
Ian Lynagh authored
-
- Feb 05, 2011
-
-
Ian Lynagh authored
Prelude is necessary now base's Prelude is deprecating/removing catch. As a result, the package is now not exposed by default, to avoid ambiguous module problems. And we therefore can't use haskell98 and base together, so haskell98 also needs a copy of Numeric.
-
- Dec 18, 2010
-
-
Ian Lynagh authored
-
- Nov 21, 2010
-
-
Ian Lynagh authored
-