| #1097 |
enumFrom on basic numeric types should be strict
|
|
bug
|
normal
|
6.6
|
duplicate
|
| #1841 |
Data.Typeable: Instances of basic types don't provide qualified strings to mkTyCon
|
|
bug
|
normal
|
6.8.1
|
fixed
|
| #2143 |
Yhc's sort is faster than GHC's
|
igloo
|
bug
|
normal
|
6.8.2
|
fixed
|
| #666 |
Collection hierarchy proposal
|
jpbernardy
|
feature request
|
normal
|
6.4.1
|
invalid
|
| #667 |
Efficient Map <-> Set conversions
|
jpbernardy
|
feature request
|
normal
|
6.4.1
|
wontfix
|
| #720 |
Map/Set range function
|
|
feature request
|
normal
|
6.4.1
|
wontfix
|
| #1506 |
Case-insensitive char/string comparison
|
|
feature request
|
normal
|
6.6.1
|
wontfix
|
| #974 |
Add partitionEithers, lefts, rights to Data.Either
|
igloo
|
proposal
|
normal
|
6.6
|
fixed
|
| #994 |
add 'unsafeCoerce' to a standard location in the hierarchical libraries
|
|
proposal
|
normal
|
|
fixed
|
| #1022 |
Add System.FilePath to base
|
|
proposal
|
normal
|
6.6
|
wontfix
|
| #1126 |
Add Data.String, containing IsString(fromString), to base
|
|
proposal
|
normal
|
6.6
|
fixed
|
| #1189 |
Add First and Last wrappers around Maybe to Data.Monoid
|
|
proposal
|
normal
|
6.6
|
fixed
|
| #1191 |
Proposal: Add ioeGetLocation, ioeSetLocation to System/IO/Error.hs
|
|
proposal
|
normal
|
6.6
|
fixed
|
| #1218 |
Add sortNub and sortNubBy to Data.List
|
|
proposal
|
normal
|
6.8.2
|
wontfix
|
| #1249 |
Data.Map.map should be deprecated/removed
|
|
proposal
|
normal
|
6.6
|
wontfix
|
| #1460 |
Problem with Monoid instance of Data.Map
|
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1464 |
Proposal: add dropPrefix to Data.List
|
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1516 |
Add Data.Stream, a library for manipulating infinite lists, to base
|
WouterSwierstra
|
proposal
|
normal
|
6.6.1
|
wontfix
|
| #1535 |
Proposal: expose the drive functions in the filepath package
|
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1566 |
Move the throwErrnoPath* functions from unix:System.Posix.Error to base:Foreign.C.Error
|
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1568 |
Proposal: Move System.Posix.Signals to the unix package
|
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1590 |
Libraries proposal: Add System.Info.isWindows
|
|
proposal
|
normal
|
|
wontfix
|
| #1611 |
Data.Map, Data.IntMap documentation
|
igloo
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1695 |
library submission: Data.Either.unzipEithers :: [Either a b] -> ([a],[b])
|
|
proposal
|
normal
|
6.8
|
duplicate
|
| #1773 |
Add Compositor class as superclass of Arrow, in Control.Compositor
|
|
proposal
|
normal
|
6.6.1
|
fixed
|
| #1802 |
proposal: fix comparison operations for base:Data.Version.Version
|
|
proposal
|
normal
|
6.6.1
|
wontfix
|
| #1902 |
Restrict the type of (^), (^^), and add genericPower, genericPower'
|
|
proposal
|
normal
|
6.8.1
|
wontfix
|
| #1951 |
Add "writer" Monad instance (,) o to Control.Monad.Instances
|
|
proposal
|
normal
|
6.8.1
|
wontfix
|
| #1952 |
Max and Min for Monoid
|
|
proposal
|
normal
|
6.8.1
|
wontfix
|
| #1960 |
Add Applicative and Monoid instances for STM
|
|
proposal
|
normal
|
6.8.1
|
wontfix
|
| #1979 |
Add variants of tails and inits not returning empty lists
|
|
proposal
|
normal
|
6.8.1
|
wontfix
|
| #2042 |
Add concatMapM to Control.Monad
|
|
proposal
|
normal
|
6.8.2
|
wontfix
|
| #2048 |
Add split and splitWith to Data.List
|
|
proposal
|
normal
|
6.8.2
|
wontfix
|
| #2095 |
add new forms of unsafePerformIO and unsafeInterleaveIO
|
|
proposal
|
normal
|
6.8.2
|
wontfix
|
| #2099 |
Storable instance for Complex
|
|
proposal
|
normal
|
6.8.2
|
wontfix
|
| #2254 |
have Control.Arrow re-export (>>>) and (<<<)
|
|
proposal
|
normal
|
6.8.2
|
fixed
|
| #2419 |
Extensible exceptions
|
|
proposal
|
normal
|
6.8.3
|
fixed
|
| #2517 |
remove 'pure' method from Arrow class
|
|
proposal
|
normal
|
|
fixed
|
| #2532 |
Add Typeable instance to Data.Unique
|
|
proposal
|
normal
|
6.8.3
|
fixed
|
| #2533 |
Generic functions that take integral arguments should work the same way as their prelude counterparts
|
igloo
|
proposal
|
normal
|
6.8.3
|
fixed
|
| #2629 |
Data.List: Replace nub; add nubOrd, nubInt, nubWith
|
|
proposal
|
normal
|
|
invalid
|
| #2659 |
Add sortOn and other *On functions
|
|
proposal
|
normal
|
6.9
|
wontfix
|
| #2660 |
Add Down newtype wrapper for reversing orderings
|
|
proposal
|
normal
|
6.8.3
|
wontfix
|
| #2717 |
Add nubWith, nubOrd
|
|
proposal
|
normal
|
|
invalid
|
| #2736 |
Add bool to Data.Bool
|
|
proposal
|
normal
|
|
wontfix
|
| #3036 |
Max/Min Monoids
|
|
proposal
|
normal
|
6.10.1
|
wontfix
|
| #3058 |
Add a 'hex' function to the pretty printing
|
|
proposal
|
normal
|
|
wontfix
|
| #3292 |
Add an 'ignore' function to Control.Monad
|
|
proposal
|
normal
|
6.13
|
fixed
|
| #3298 |
Add swap to Data.Tuple
|
|
proposal
|
normal
|
6.10.2
|
fixed
|
| #3324 |
Add Foldable and Traversable instances for ((,) a)
|
|
proposal
|
normal
|
6.11
|
wontfix
|
| #3335 |
make some Applicative functions into methods, and split off Data.Functor
|
|
proposal
|
normal
|
|
fixed
|
| #3337 |
Proposal: expose Unicode and newline translation from System.IO
|
|
proposal
|
normal
|
6.10.2
|
fixed
|
| #3362 |
Adding a newtype EndoCategory to Control.Category
|
|
proposal
|
normal
|
6.10.2
|
wontfix
|
| #3381 |
PROPOSAL: Remove Control.OldException
|
|
proposal
|
normal
|
6.10.4
|
fixed
|
| #3393 |
Add openFileTemplate, openBinaryFileTemplate to System.IO
|
|
proposal
|
normal
|
6.10.4
|
fixed
|
| #3399 |
Generalize the type of Data.List.{deleteBy, deleteFirstsBy}
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3446 |
Library enhancement request: Data.Maybe.justIf
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3453 |
Add "check" function to Control.Monad
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3455 |
Add a setting to change how Unicode encoding errors are handled
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3456 |
Add FilePath -> String decoder
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3474 |
Add a strict variant of iterate to Data.List
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3563 |
A couple of additions to Data.Bits
|
|
proposal
|
normal
|
6.11
|
wontfix
|
| #3587 |
provide a cross-platform way to set environment variables
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3634 |
Add traceM, traceShowM and withTrace
|
|
proposal
|
normal
|
6.10.4
|
wontfix
|
| #3671 |
Add partitioning functions to Data.List
|
|
proposal
|
normal
|
6.12.1 RC1
|
wontfix
|
| #3962 |
Add flipped fmap
|
|
proposal
|
normal
|
6.12.1
|
wontfix
|
| #4095 |
add Applicative instance for Either
|
|
proposal
|
normal
|
6.12.2
|
fixed
|
| #4189 |
(<.>) operator (generalizing (.) to Functor)
|
|
proposal
|
normal
|
6.12.3
|
wontfix
|
| #4257 |
Add strict versions of insertWith and insertWithKey to IntMap
|
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4282 |
Proposal: make Data.List.intersperse and intercalate less strict
|
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4323 |
Change implementation of intersectBy
|
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4334 |
Make lines stricter to fix space leak
|
simonmar
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4336 |
Better implementation of recip for Ratio a
|
simonmar
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4337 |
Better power for Rational
|
simonmar
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4422 |
Export String from Data.String
|
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4443 |
Don't require users to use undefined
|
|
proposal
|
normal
|
6.12.3
|
wontfix
|
| #4455 |
Add Applicative instance for ST
|
|
proposal
|
normal
|
6.12.3
|
fixed
|
| #4481 |
Functor, Pointed, Applicative, Monad
|
|
proposal
|
normal
|
6.12.3
|
invalid
|
| #4500 |
Improve Read Integer
|
|
proposal
|
normal
|
7.0.1
|
wontfix
|
| #4502 |
Add a Read instance for Data.Fixed.Fixed
|
|
proposal
|
normal
|
7.0.1
|
fixed
|
| #4535 |
Add tryReadChan to Chan
|
|
proposal
|
normal
|
7.1
|
invalid
|
| #4834 |
New Functor => Applicative => Monad Hierarchy
|
|
proposal
|
normal
|
7.0.1
|
invalid
|
| #4857 |
Add Control.Exception.allowInterrupt
|
|
proposal
|
normal
|
7.0.1
|
invalid
|
| #4858 |
Add Control.Concurrent.forkIOWithUnmask, deprecate forkIOUnmasked
|
|
proposal
|
normal
|
7.0.1
|
invalid
|
| #4859 |
Add forkOnIO and friends to Control.Concurrent
|
|
proposal
|
normal
|
7.0.1
|
invalid
|
| #4865 |
Deprecate and remove Prelude.catch and System.IO.Error.{catch,try}
|
|
proposal
|
normal
|
7.0.1
|
fixed
|
| #4880 |
Functor, Monad, Applicative instances for Data.Monoid.First, Data.Monoid.Last
|
|
proposal
|
normal
|
7.0.1
|
invalid
|
| #722 |
Adrian Hey's StringMap library in the collections package.
|
Adrian Hey (if he accepts)
|
task
|
normal
|
6.4.1
|
wontfix
|