add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Data /
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
2007-03-15 jeanphilippe.berna... Add min/max handling operations for IntSet/IntMap
2007-03-09 Jeffrey YasskinMonoid instance for Maybe and two wrappers: First and...
2007-03-29 Ian LynaghFix the type of wgencat
2007-01-30 Ian LynaghAdd Data.String, containing IsString(fromString); trac...
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2007-02-10 jeanphilippe.berna... Fix the types of minView/maxView (ticket #1134)
2007-02-15 Simon Marlowfix for hashString, from Jan-Willem Maessen (see #1137)
2007-02-02 Ross Patersonadd derived instances for Dual monoid
2007-02-02 Ross Patersonadd doc pointers to Foldable
2006-07-29 Ian LynaghEliminate some warnings
2007-01-15 Ross PatersonApplicative and Monad instances for Tree
2006-11-24 simonpj@microsoftAdd comments about argument order to the definitions...
2006-11-24 Don StewartAdd an example of the use of unfoldr, following doc...
2006-11-23 Ross Patersontrim imports
2006-11-12 Ross Patersonremove Data.FunctorM and Data.Queue
2006-11-22 Ross Patersonmake Data.Graph portable (no change to the interface)
2006-11-20 Don StewartOne less unsafeCoerce# in the tree
2006-11-20 Ross Patersontypo in comment
2006-11-17 Ross Patersonfix shift docs to match ffi spec
2006-11-10 Don StewartThe wrong 'cycle' was exported from Data.ByteString...
2006-11-10 Don StewartLPS chunk sizes should be 16 bytes, not 17.
2006-11-10 Ross Patersonmove fix to Data.Function
2006-11-10 Ross Patersonimport Prelude
2006-11-10 Nils Anders DanielssonAdded Data.Function (Trac ticket #979).
next