updating Haddock documentation
[ghc-base.git] / Data /
2008-11-11 jpm@cs.uu.nlupdating Haddock documentation
2008-10-13 jpm@cs.uu.nladd link to the new syb wiki
2008-10-10 jpm@cs.uu.nlchanging haddock links
2008-10-06 jpm@cs.uu.nlremoved (->) instance from Data.Data
2008-10-07 Ross Patersonnon-GHC: delete unnecessary imports
2008-10-02 'Jose Pedro Magalhaesadded new module Data.Data
2008-10-02 'Jose Pedro Magalhaesrestore Complex's derived Data instance
2008-10-02 'Jose Pedro Magalhaesupdate Data.Generics import
2008-10-04 Ian LynaghDon't use ^(2::Int) in Data.Complex.magnitude; partiall...
2008-08-22 <unknown>Generic functions that take integral arguments should...
2008-09-04 Ian LynaghAdd missing files
2008-09-03 Ian LynaghRemerge concurrent,unique,timeout,st,getopt into base
2008-09-03 Ross Patersonmake Typeable instances for larger tuples available...
2008-08-31 Ross Patersonnon-GHC: add Typeable instance for ForeignPtr
2008-09-02 Simon Marlow#2528: reverse the order of args to (==) in nubBy to...
2008-08-25 Ian LynaghSplit syb off into its own package
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-23 Ian LynaghRemove ST stuff that is now in the new st package
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix warnings in Data.Generics.*
2008-08-20 Ian LynaghIgnore some orphan warnings
2008-08-17 Ross Patersonnhc only: expose Foldable and Traversable instances...
2008-08-16 Ian LynaghEliminate orphan rules and instances in the array package
2008-08-14 Ross Patersonadd Traversable generalizations of mapAccumL and mapAcc...
2008-08-12 Ross PatersonHugs only: don't import exception types -- their instan...
2008-08-08 Malcolm.Wallace... fix imports for non-GHC
2008-08-07 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-06 Ian LynaghRemove unnecessary Data/Dynamic.hs-boot
2008-08-06 Ian LynaghRemove an unnecessary import
2008-08-06 Ian LynaghPut some explicit import lists in Data.Typeable
2008-08-06 Ian LynaghSwap imports around to get GHC.ForeignPtr out of the...
2008-08-06 Ian LynaghMove some bits around to stop Data.Either being in...
2008-08-05 Ian LynaghFix warnings
2008-08-04 Ian LynaghHide standalone deriving clauses from haddock
2008-08-04 Ian LynaghRemove some unnecessary Data.Tuple imports
2008-08-04 Ian LynaghThe tuple datatype definitions have moved to ghc-prim
2008-08-04 Ian LynaghChange some imports and derive Show (Either a b)
2008-08-01 Ian LynaghRemove unused imports
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-07-30 Simon MarlowFIX #2376: inline shiftR
2008-06-24 Ian Lynagh() has moved to ghc-prim:GHC.Unit, and the Eq and Ord...
2008-06-20 Ian LynaghRemove code for older GHC versions
2008-06-16 Ian LynaghRemove -fglasgow-exts from pragmas and comments
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-01-02 Twan van Laarhoven'permutations' is now more lazy and also faster
2008-01-02 Twan van Laarhoven'subsequences' is now more lazy and also faster
2007-12-18 Twan van LaarhovenAdd 'subsequences' and 'permutations' to Data.List
2008-05-02 simonpj@microsoft.comAdd comments about why rotate has an INLINE
2008-05-01 Don StewartInline Data.Bits.rotate@Int, enables rotate to be const...
2008-04-25 Ross Patersonrecord libraries@haskell.org as maintainer
2008-03-23 Ian LynaghMove Integer out into its own package
2008-03-14 Ian LynaghAdd partitionEithers, lefts, and rights.
2008-03-10 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-27 Don Stewartuntabify
2008-02-19 Don Stewartuntabify
2008-02-18 Don Stewartuntabify
2008-02-15 Don Stewartuntabify
2008-02-11 Simon MarlowFIX dynamic001, dynamic002: further fixes to tuple...
2008-02-05 Simon MarlowFIX dynamic001 dynamic002: isTupleTyCon had rotted
2007-11-21 Bertram FelgenhauerData.List.sort: force elements from start to end.
2008-01-04 simonpj@microsoft.comRemove redundant imports of GHC.Err
2007-12-20 simonpj@microsoftTuple tycons have parens around their names
2007-11-26 Ian LynaghFix some URLs
2007-11-26 Ian LynaghFix some links in haddock docs
2007-10-29 Simon MarlowFix performance regression: re-instate -funbox-strict...
2007-08-30 Ian LynaghFix haddock docs in Hashtable
2007-08-30 Ian LynaghFix building HashTable: Use ord rather than fromEnum
2007-08-30 Ian LynaghBetter hash functions for Data.HashTable, from Jan...
2007-08-21 Ian LynaghFix hashInt
2007-08-12 Ian LynaghMove Data.{Foldable,Traversable} back to base
2007-08-01 Ian LynaghData.Array* and Data.PackedString have now moved to...
2007-08-01 Ian LynaghRemove a number of modules now in a "containers" package
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-08-01 simonpj@microsoftGeneralise the type of synthesize, as suggested by...
2007-07-18 Bertram Felgenhauerfix Data.Map.updateAt
2007-07-14 Ian LynaghDefine stripPrefix; fixes trac #1464
2007-07-10 Malcolm.Wallace... no need to hide Maybe
2007-07-06 Ian LynaghAdd a more efficient Data.List.foldl' for GHC (from...
2007-07-04 Simon MarlowFIX #1131 (newArray_ allocates an array full of garbage)
2007-06-01 Isaac DupreeRemove unsafeCoerce-importing kludgery in favor of...
2007-05-29 Ross PatersonData.PackedString: Data.Generics is GHC-only
2007-05-29 Ian LynaghAdd Data instance for PackedString; patch from greenrd...
2007-05-12 Ian LynaghGive an example of how intersection takes elements...
2007-05-03 simonpj@microsoftTrim imports, remove a cycle
2007-04-16 Simon MarlowMERGE: fix ugly uses of memcpy foreign import inside ST
2007-04-11 Ian LynaghDon't turn on -Werror in Data.Fixed
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-04-02 Malcolm.Wallace... fix for nhc98 build
next