- Nov 08, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This also realigns the top-level Cabal fields. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
- Nov 03, 2013
-
-
Herbert Valerio Riedel authored
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>
-
Herbert Valerio Riedel authored
As of now, this package has been verified to work with GHC 7.4.x, GHC 7.6.x and GHC HEAD. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Displaying this changelog file is supported by the new Hackage server. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Those exports were deprecated in `array-0.4.0.0` (which shipped with GHC 7.4.1) Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 22, 2013
-
-
Herbert Valerio Riedel authored
This commit - removes redundant imports - removes obsolete `{-# OPTIONS_GHC -#include "HsBase.h" #-}` - adds a forgotten guard to one `isTrue#` occurence - adds a few explicit `_ <-` binds to avoid unused-binds warning - relax `base` build-dep version constraint to include GHC 7.6 - remove warning-disabling `OPTIONS_GHC` from modules - adds `ghc-options: -Wall` to `array.cabal` file as the code base now warning-free on GHC 7.6 and GHC HEAD Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This converts the Cabal field `default-extensions`into `other-extensions` and adds explicit `{-# LANGUAGE #-}` pragmas to the respective modules. This also removes a few obsolete pre-Haddock-2 `#hide` pragmas. Note: The new `default-extensions` field lists extensions that are used in all modules in the component, while the `other-extensions` field lists extensions that are used in some modules, e.g. via the `{-# LANGUAGE #-}` pragma. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 17, 2013
-
-
Jan Stolarek authored
-
Herbert Valerio Riedel authored
Now that HUGS and NHC specific code has been removed, this commit "folds" the now redundant `#if((n)def)`s containing `__GLASGOW_HASKELL__`. This renders `base` officially GHC only. This commit also inlines the `INSTANCE_TYPEABLE` macros and removes the now superflous local `include/Typeable.h` header. Finally, the `array.cabal` file is updated as well to remove the now superflous conditionals. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 15, 2013
-
-
Herbert Valerio Riedel authored
For rationale, see http://permalink.gmane.org/gmane.comp.lang.haskell.ghc.devel/2349 Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 11, 2013
-
-
Herbert Valerio Riedel authored
-
- Jun 13, 2013
-
-
Jan Stolarek authored
For a deatiled discussion of this changes please visit the wiki page: http://hackage.haskell.org/trac/ghc/wiki/PrimBool
-
- Feb 19, 2013
-
-
ian@well-typed.com authored
-
- Feb 15, 2013
-
-
ian@well-typed.com authored
-
- 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.
-
- Nov 30, 2012
-
-
ian@well-typed.com authored
and remove code to support older versions
-
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
-
- Oct 23, 2012
-
-
Gabor Greif authored
-
- Jul 25, 2012
-
-
pcapriotti authored
-
- Jul 10, 2012
-
-
pcapriotti authored
-
- Jun 20, 2012
-
-
Ian Lynagh authored
-
- Feb 29, 2012
-
-
Ian Lynagh authored
-
- Feb 26, 2012
-
-
Ian Lynagh authored
-
- Aug 10, 2011
-
-
dterei authored
-
- Jul 22, 2011
- Jul 06, 2011
-
-
Ian Lynagh authored
-
- May 08, 2011
-
-
Ian Lynagh authored
-
- Apr 24, 2011
-
-
Ian Lynagh authored
As well as being more pleasant, this fixes #1841: Data.Typeable: Instances of basic types don't provide qualified strings to mkTyCon
-
- Apr 08, 2011
-
-
Ian Lynagh authored
-
- Apr 05, 2011
-
-
batterseapower authored
-
batterseapower authored
-
- Nov 12, 2010
-
-
simonpj@microsoft.com authored
To do this we need to define (!) prefix, thus (!) arr i = .... rather than infix
-
simonpj@microsoft.com authored
rolling back: Fri Nov 12 21:09:02 GMT Standard Time 2010 Ian Lynagh <igloo@earth.li> * Remove bang patterns from Data.Array.Base GHC now refuses to accept top-level bang patterns unless BangPAtterns is enabled, which we can't use in Data.Array.Base due to the way ! is used as an operator. M ./Data/Array/Base.hs -15 +21
-
Ian Lynagh authored
GHC now refuses to accept top-level bang patterns unless BangPAtterns is enabled, which we can't use in Data.Array.Base due to the way ! is used as an operator.
-
- Sep 17, 2010
-
-
Ian Lynagh authored
-