id,summary,owner,type,priority,component,version
482,'Bug' when installing GHC 6.4.1,wolfgang,bug,normal,Build System,6.4.1
916,windows installer should play nice with other Haskell tools,,bug,normal,Build System,6.4.2
1150,Build Error on ia64,,bug,normal,Build System,6.6
1291,Binary Solaris build fails on Solaris 9,,bug,normal,Build System,6.6.1
1578,darcs-all work around for darcs Issue 467,,bug,normal,Build System,6.7
1717,ghc-6.8 configure does not recognise 32bit userland on ppc64,,bug,normal,Build System,6.8
5693,Build of local-gc branch of ghc broken,simonmar,bug,normal,Build System,7.2.1
29,Check for exhaustive patterns is broken,,bug,lowest,Compiler,5.02
68,Warnings for unitialized fields,,feature request,normal,Compiler,None
246,Wrong pat-match order for records,simonpj,bug,low,Compiler,6.4.1
317,Simplifier doesn't preserve bottoms sometimes,,bug,normal,Compiler,6.4
366,incomplete patterns and GADT,,feature request,normal,Compiler,None
485,AdjustorAsm.S doesn't build on AIX,,bug,low,Compiler,6.4.1
490,object code blow up by minor source code change,simonpj,bug,low,Compiler,6.4.1
601,Replace GMP,,task,normal,Compiler,None
606,Sparc native code generator,,task,normal,Compiler,None
607,Ticky-ticky profiling,tim,task,normal,Compiler,None
619,Port Hugs's Windows front end to GHCi.,,task,normal,Compiler,None
653,Changeable lexer/parser (like DynFlags.log_action),,feature request,low,Compiler,6.4.1
683,RULES for recursive functions don't work properly,simonpj,bug,low,Compiler,6.4.1
733,Problem compiling .lhs files with lines that begin with #,,bug,low,Compiler,6.4.1
745,GHC should recover better from bad type signatures,simonpj,bug,low,Compiler,6.4.2
768,Improve performance of binary serialisation for interface files,,task,normal,Compiler,6.4.1
784,defining type of returned value,,bug,low,Compiler,6.4.2
785,Allow partial application of type synonyms,,feature request,low,Compiler,6.4.2
813,"-optc-O2 used by default in GhcRtsHcOpts while building 6.5, leading make to fail",,bug,normal,Compiler,6.5
835,"Expose less type/class info in an interface file, to reduce recompilation",,feature request,normal,Compiler,6.4.2
851,Incomplete-pattern checking for n+k patterns is not implemented,,bug,low,Compiler,6.4.2
872,OSX universal binary distribution,,feature request,normal,Compiler,6.4.2
914,Improve detection of unnecessary SOURCE imports,simonmar,task,normal,Compiler,6.5
956,improving error messages #1,simonpj,feature request,normal,Compiler,6.6
964,Cross Compile and Universal Binary,,feature request,normal,Compiler,6.6
1015,"regex001(ghci,threaded1) seg-faults under Solaris",benl,bug,normal,Compiler,6.6
1036,Asynchronous exceptions improvements,simonmar,task,normal,Compiler,6.6
1117,"[2,4..10] is not a good list producer",,feature request,lowest,Compiler,6.6
1133,auto-derivation of Enum is disallowed with recursive imports,simonpj,bug,lowest,Compiler,6.6
1148,Bad warnings about unused imports that are in fact needed,,bug,lowest,Compiler,6.8.2
1167,mangler makes global symbol disappear on linux-ppc,,bug,normal,Compiler,6.6
1245,Turn tuples into syntactic sugar for heterogeneous lists,,feature request,normal,Compiler,6.6
1341,allow loading partially correct modules,,feature request,normal,Compiler,6.7
1380,Safe Haskell,dterei,feature request,normal,Compiler,7.1
1383,mistaken qualified infix syntax could have a nicer error message,,feature request,low,Compiler,6.6.1
1441,Evaluating undefined should return line number and module of location of undefined,,feature request,normal,Compiler,6.6.1
1447,Improve code generation for dense switches,,task,normal,Compiler,6.6.1
1509,Make unboxed tuples more supported,,feature request,low,Compiler,6.6.1
1518,Make it possible to evaluate monadic actions when assigning record fields (<-),,feature request,normal,Compiler,6.6.1
1524,stdcall fails on MacOS,,bug,lowest,Compiler,6.7
1752,CSE can create space leaks by increasing sharing,,bug,low,Compiler,6.6.1
1786,can't build ghc-6.8.0.20071017 under Solaris using a GNU linker,,bug,normal,Compiler,6.8
1789,New warning: missing import lists,igloo,task,normal,Compiler,6.6.1
1870,ghc-6.8.1 panics compiling regex-tdfa-0.93,simonpj,bug,low,Compiler,6.8.1
1872,Extensible Records,,feature request,normal,Compiler,6.11
1884,Win64 Port,igloo,task,normal,Compiler,6.8.1
1904,Strictness analyser should be smarter,,bug,normal,Compiler,6.8.1
1930,"Make operators into type constructors, rather than type variables",,feature request,normal,Compiler,6.8.1
2240,"Random ""interface file corrupt"" while building",,bug,normal,Compiler,6.8.2
2284,Stack-hack optimization causes much re-computation in GUI callbacks,,bug,normal,Compiler,6.8.2
2431,Allow empty case analysis,,feature request,low,Compiler,6.8.3
2467,orphan instance warnings are badly behaved,,bug,normal,Compiler,6.8.2
2551,Allow multiple modules per source file,,feature request,normal,Compiler,6.9
2705,ghc discards version of wired-in packages,,bug,normal,Compiler,6.10.1
2959,Merge in LambdaVM (Haskell to Java/JVM bytecode translator),,feature request,normal,Compiler,6.11
3018,Constraints of function in record appears to nullifiy instance constraints.,simonpj,bug,normal,Compiler,6.10.1
3027,Specialisation rules fail because dictionary projections do not match,,bug,normal,Compiler,6.8.2
3380,[Patch] Support implicit concatenation in list comprehensions,,feature request,normal,Compiler,6.10.4
3491,Relax superclass restrictions,,bug,normal,Compiler,6.10.4
3630,"Suggested algorithm to control upper bound of space ""leaks""",,feature request,normal,Compiler,6.10.4
3828,Error in array index,,bug,normal,Compiler,6.12.2
5111,linux-powerpc : segfault in stage2 compiler,,bug,normal,Compiler,7.1
5677,Allow the definition of extra functions in typeclass instances,,feature request,normal,Compiler,7.2.1
5804,Registration capture issue,igloo,bug,normal,Compiler,
5868,Wrong error messages with qualified imports,,bug,normal,Compiler,7.4.1
7364,`foo !f = id . f` becomes non-strict with -O2,,bug,normal,Compiler,7.6.1
186,Bad sparc Int64 code via NCG with -O,benl,bug,low,Compiler (NCG),6.0.1
315,Arbitrary function sections,nobody,feature request,normal,Compiler (Parser),None
459,Bad parse error message,,bug,normal,Compiler (Parser),6.4.1
836,rebindable if-then-else syntax,igloo,feature request,normal,Compiler (Parser),7.0.1
984,Syntax error shows in the wrong position,,bug,low,Compiler (Parser),6.4.2
999,Misattributed parse error in do block,,bug,low,Compiler (Parser),6.4.2
1060,GHC accepts program with incorrect layout,,bug,normal,Compiler (Parser),6.6
1102,Lambda unicode character lex,,feature request,normal,Compiler (Parser),6.6
1555,Reverse do notation: lexer bug?,,feature request,normal,Compiler (Parser),6.6.1
2127,Bad error message for FFI declaration with no -fffi flag,,feature request,normal,Compiler (Parser),6.8.1
2216,Better error message for unboxed types with no -fglasgow-exts flag,--,feature request,normal,Compiler (Parser),6.8.2
323,Exponential behaviour with type synonyms,simonpj,bug,low,Compiler (Type checker),6.4.1
451,GHC poor type-checker error message,,bug,normal,Compiler (Type checker),6.4
565,overlapping instances & fundeps broken,simonpj,bug,low,Compiler (Type checker),5.0
788,Implement class aliases and/or constraint synonyms,--,feature request,normal,Compiler (Type checker),
959,"Debugging info(?) leaks out: ""Urk! Inventing strangely-kinded void TyCon""",,bug,normal,Compiler (Type checker),6.6
1050,Using an inferred type as a type signature fails,,bug,low,Compiler (Type checker),6.6
1221,Types don't match expressions in type error,simonpj,bug,low,Compiler (Type checker),6.6
1241,"Functional dependency Coverage Condition is lifted, and should not be",,bug,normal,Compiler (Type checker),6.6
1696,Confusing type signature,,bug,low,Compiler (Type checker),6.6.1
2247,"GHC accepts FD violations, unless the conflicing instances are used",,bug,normal,Compiler (Type checker),6.9
2695,"bogus ""syntactically distinct contexts"" error",--,bug,low,Compiler (Type checker),6.11
2900,Confusing error message for monadic function with wrong number of arguments,,bug,normal,Compiler (Type checker),6.10.1
3023,Wrong inferred type shown,--,bug,normal,Compiler (Type checker),6.10.1
7856,Wrong error message for unknown Instance,,feature request,normal,Compiler (Type checker),7.6.3
1576,Document Template Haskell API,,feature request,normal,Documentation,6.6.1
731,GHCi doesn't work on powerpc64,,bug,normal,GHCi,6.4.1
831,GHCi user interface bug,,bug,low,GHCi,6.4.2
907,Case sensitive ghci commands,,feature request,lowest,GHCi,6.4.1
1363,"Sourcing multi-line scripts in GHCi: track line numbers, and bail out after first error",vivian,feature request,normal,GHCi,6.6
1531,_result can get bound to the wrong value in a breakpoint,,bug,low,GHCi,6.7
2519,"Time.toClockTime: picoseconds out of range, after diffClockTimes",,bug,normal,GHCi,6.8.2
3360,Add profiling support to GHCi,,feature request,normal,GHCi,6.10.2
288,amd64-FreeBSD-5.3 port?,,feature request,normal,None,None
420,O'Haskell,,feature request,normal,None,None
477,Compiling multiple executables with -make,nobody,feature request,normal,None,None
566,mips-sgi-irix6.5 port?,nobody,feature request,normal,None,None
598,GHC Debugger,,task,normal,None,None
1184,Hasktags misses symbol,,bug,low,None,6.6
1393,Tag source tree with successful bootstraps,,bug,normal,None,6.7
1508,hasktags program needs replacement,,bug,normal,None,6.6.1
2149,literate haskell support for hasktags - patch below,,feature request,normal,None,6.8.2
2510,Environment modification during installation should be optional,,feature request,normal,None,6.8.3
740,Copyright information is wrong in some GHC source files,,bug,lowest,Prelude,6.4.1
1298,Data.Complex.phase does unnecessary pattern match,,bug,normal,Prelude,6.7
1547,Arity can decrease with -prof,,bug,normal,Profiling,6.6.1
886,Profiling doesn't work with SMP execution,,task,normal,Runtime System,6.5
895,pugs: internal error: task 0x1b00330: main thread 1 has been GC'd,simonmar,bug,normal,Runtime System,6.5
911,Better information about the location of exceptions,,feature request,normal,Runtime System,6.4.2
1105,Custom Runtimes,,feature request,normal,Runtime System,6.6
1657,throwTo + unsafeInterleaveIO oddness,,bug,normal,Runtime System,6.6.1
2282,threaded runtime system crashes on powerpc with -N2,,bug,normal,Runtime System,6.8.2
2413,Segmentation fault in ghc --interactive when run with +RTS -Da,--,bug,low,Runtime System,6.9
3618,memory-leak detector in +RTS -DS fails to track allocations in constructors,--,bug,normal,Runtime System,6.12.1 RC1
1541,No way at all to set fixity for infix operators defined in template haskell,reinerp,bug,normal,Template Haskell,6.6.1
1803,Include qCurrentLoc in the  Quasi class,,feature request,normal,Template Haskell,6.6.1
1835,Provide information of the instance environment,igloo,feature request,normal,Template Haskell,6.8.1
1849,Template Haskell: reify is not consistent with the special constructors ListT and TupleT,--,bug,normal,Template Haskell,6.8.1
2222,Template Haskell: reify returns incorrect types when ommiting type signatures,,bug,normal,Template Haskell,6.8.2
2399,Template Haskell: support for view patterns,igloo,feature request,low,Template Haskell,6.11
5024,Improve testsuite summary output,,feature request,normal,Test Suite,7.0.2
676,Write a performance checker for collections.,Alson Kemp,task,normal,libraries (other),6.4.1
894,"several ""extralibs"" packages fail haddock step",,bug,normal,libraries (other),6.5
1230,write a safety wrapper around readline,,feature request,low,libraries (other),6.6
3370,Put DiffArray in its own diffarray package,igloo,proposal,normal,libraries (other),6.10.2
635,Replace use of select() in the I/O manager with epoll/kqueue/etc.,bos,task,normal,libraries/base,6.13
980,timeout,,task,normal,libraries/base,6.6
1063,hReady should probably return False at the end of a file,igloo,bug,normal,libraries/base,6.6
2076,rational infinities don't compare correctly to each other,jeffrey,bug,normal,libraries/base,6.8.2
3149,Data.HashTable is slow,--,bug,normal,libraries/base,6.10.1
3174,decodeFloat (0.0/0.0) = undefined,,feature request,normal,libraries/base,
3352,Data.Word should define instances of Random for each type,rrnewton,feature request,normal,libraries/base,6.10.3
1874,"getDirectoryContents yields ""invalid argument"" instead of ""permission error""",--,bug,normal,libraries/directory,6.8.1
1182,"splitAt does not implement H98 report behaviour, it is too strict in 'n'",,bug,normal,libraries/haskell98,6.6
2425,Crash constructing a ClockTime too far into the future,--,bug,normal,libraries/old-time,6.8.3
431,runInteractiveProcess and closed stdin.,--,bug,low,libraries/process,6.4
284,RPM doesn't support --prefix,juhp,feature request,normal,Build System,None
1009,GHC Performance Index,,task,normal,Build System,6.6
3354,binaries built with GHC on Mac OS X 10.5 (Leopard) do not work on 10.4 (Tiger),,bug,normal,Build System,6.10.1
17,Separate warnings for unused local and top-level bindings,--,feature request,lowest,Compiler,None
149,missed CSE opportunity,,bug,normal,Compiler,5.04.2
322,fromInteger-related pattern match overlap warnings,simonpj,bug,normal,Compiler,6.4
367,Infinite loops can hang Concurrent Haskell,ezyang,bug,lowest,Compiler,6.4.1
368,Provide a Java Backend,,feature request,normal,Compiler,None
436,Declare large amounts of constant data,,feature request,normal,Compiler,None
457,Strictness problem,,bug,normal,Compiler,6.4.1
487,powerpc/linux segfaulting binaries,,bug,normal,Compiler,6.4.1
595,Overhaul GHC's overlapping/non-exhaustive pattern checking,,task,normal,Compiler,None
597,Various error messages have inaccurate source locations,,task,low,Compiler,None
605,Optimisation: strict enumerations,,task,normal,Compiler,None
617,Alpha port,,task,normal,Compiler,None
618,Dependency caching in ghc --make,,task,normal,Compiler,None
624,Program location for thread error messages,,task,normal,Compiler,None
701,Better CSE optimisation,michalt,task,normal,Compiler,6.4.1
855,Improvements to SpecConstr,,task,normal,Compiler,6.4.2
860,CPP fails when a macro is used on a line containing a single quote character,,feature request,lowest,Compiler,6.4.2
910,--make should have a -j flag for parallel building,,feature request,normal,Compiler,6.4.2
917,-O introduces space leak,,bug,lowest,Compiler,6.5
932,Improve inlining,simonpj,task,normal,Compiler,6.4.2
947,ghc -O space leak: CSE between different CAFs,,bug,normal,Compiler,6.5
960,Lexical call site string,,feature request,normal,Compiler,6.6
989,"Windows ""native"" port",,task,normal,Compiler,
1158,Problem with GADTs and explicit type signatures,simonpj,bug,lowest,Compiler,6.6
1168,Optimisation sometimes decreases sharing in IO code,,bug,normal,Compiler,6.6
1171,GHC doesn't respect the imprecise exceptions semantics,,bug,low,Compiler,6.6
1176,Infinite loop when printing error message,thorkilnaur,bug,low,Compiler,6.6
1192,"GHC-only IOErrorType constructors, and is*Error(Type) functions",,feature request,low,Compiler,6.6
1231,deprecation warnings are reported too often,simonpj,feature request,low,Compiler,6.6
1307,Warning refers to code not in the source,,bug,lowest,Compiler,6.7
1308,Type signature in warning is wrong,,bug,normal,Compiler,6.7
1311,newtypes of unboxed types disallowed - documentation bug and/or feature request,,feature request,low,Compiler,6.6.1
1316,add warning for local type signatures that use the same type variable names as outer type signatures,simonpj,feature request,normal,Compiler,6.6.1
1371,Add  -O3,,task,normal,Compiler,6.6.1
1405,Make ghc (stage1) be compilable by non-GHC,,task,normal,Compiler,6.6.1
1409,Allow recursively dependent modules transparently (without .hs-boot or anything),,feature request,normal,Compiler,6.10.2
1526,-fobject-code doesn't apply to expressions typed at the prompt,,bug,normal,Compiler,6.7
1628,warning(s) for using stolen syntax that's not currently enabled,,feature request,low,Compiler,6.6.1
1768,More flexible type signatures for data constructors,,feature request,low,Compiler,6.6.1
1921,change default to support extensions that involve a change of syntax,,feature request,normal,Compiler,6.8.1
1974,"length ""foo"" doesn't work with -XOverloadedStrings",,feature request,normal,Compiler,6.8.1
2031,relocation overflow,,bug,normal,Compiler,6.8.2
2057,inconsistent .hi file error gets ignored,,bug,normal,Compiler,6.8.2
2101,Allow some form of type-level lemma,,feature request,normal,Compiler,6.8.2
2132,Optimise nested comparisons,,bug,normal,Compiler,6.8.2
2200,big static random access arrays,,feature request,normal,Compiler,6.8.2
2204,Improve 'patterns not matched' warnings,,feature request,low,Compiler,6.8.2
2207,Load the interface details for GHC.* even without -O,,feature request,normal,Compiler,6.8.2
2255,Improve SpecConstr for free variables,,bug,normal,Compiler,6.8.2
2356,GHC accepts multiple instances for the same type in different modules,,bug,low,Compiler,6.8.3
2403,caching for runghc (runhaskell),jsnx,feature request,normal,Compiler,
2427,Allow compilation of source from stdin,,feature request,normal,Compiler,6.8.3
2456,"For higher kinds, instance declarations need quantification in the context",,feature request,normal,Compiler,6.9
2465,View + Pattern Match not fused sufficiently,,bug,low,Compiler,6.8.2
2607,Inlining defeats selector thunk optimisation,,bug,normal,Compiler,6.8.3
2625,Unexpected -ddump-simpl output for derived Ord instance and UNPACKed fields,,bug,low,Compiler,6.8.3
2697,bad testsuite results with ghc-6.10.0.20081007,,bug,normal,Compiler,6.9
2742,The -> in ViewPatterns binds more weakly than infix data constructors.,,feature request,normal,Compiler,6.10.1
2893,"Implement ""Quantified contexts"" proposal",,feature request,normal,Compiler,6.10.1
2895,"Implement the ""Class System Extension"" proposal",,feature request,normal,Compiler,6.10.1
2896,Warning suggestion: argument not necessarily a binary operator,,feature request,low,Compiler,6.10.1
3205,Generalized isomorphic deriving,,feature request,normal,Compiler,6.10.2
3266,Segment fault with WxHaskell and GHC 6.10.2,,bug,normal,Compiler,6.10.2
3283,Selective disabling of unused bind warnings,,feature request,normal,Compiler,6.10.2
3353,Add CLDouble support,,bug,normal,Compiler,6.12.1
3447,Class restrictions on type instances,,feature request,normal,Compiler,6.10.4
3490,Relax superclass restrictions,,feature request,normal,Compiler,6.10.4
3511,port GHC to OpenBSD/sparc64 (unregisterised is fine),,task,normal,Compiler,6.11
3549,unlit does not follow H98 spec,,bug,normal,Compiler,6.10.4
3583,Default view patterns,,feature request,normal,Compiler,6.10.4
3765,"Rules should ""look through"" case binders too",,bug,normal,Compiler,6.12.1
3814,Compile to more than one (sub)-architecture,,feature request,normal,Compiler,6.12.1
3827,Compiling fails on linux-powerpc,,bug,normal,Compiler,6.12.1
3872,New way to make the simplifier diverge,,bug,normal,Compiler,6.12.1
3919,Or-patterns as GHC extension,,feature request,normal,Compiler,
4091,Parse error on curried context of instance declaration,,feature request,normal,Compiler,6.12.2
4370,Bring back monad comprehensions,,feature request,normal,Compiler,6.12.3
4463,CORE notes break optimisation,,bug,low,Compiler,7.1
4941,SpecConstr generates functions that do not use their arguments,,task,normal,Compiler,7.0.1
5041,Incorrect Read deriving for MagicHash constructors,,bug,low,Compiler,7.0.2
5071,GHCi crashes on large alloca/allocaBytes requests,,bug,normal,Compiler,7.0.3
5082,Emit warnings when conflicting flags are supplied,,feature request,normal,Compiler,7.1
5144,Pattern synonyms,,feature request,normal,Compiler,
5316,Orphan instances strike again: ghc rejects a program at first but will accept it if you repeat the same compilation command,,bug,low,Compiler,7.0.4
5324,Locally-scoped RULES,,feature request,normal,Compiler,7.0.3
5340,wrong warning on incomplete case analysis in conjunction with empty data declarations,,bug,lowest,Compiler,6.12.3
5344,CSE should look through coercions,simonpj,feature request,normal,Compiler,7.0.3
5400,GHC loops on compiling with optimizations,,bug,normal,Compiler,7.0.4
5416,Local modules and Template Haskell declaration splices,,feature request,normal,Compiler,7.2.1
5448,GHC stuck in infinite loop compiling with optimizations,,bug,normal,Compiler,7.0.3
5722,GHC inlines class method forever,simonpj,bug,normal,Compiler,7.2.1
5728,Warnings from -fwarn-incomplete-record-updates even with all constructors matched,,bug,normal,Compiler,7.4.1
5762,GHC gives incorrect warnings with simple applications of the view patterns extension,,bug,normal,Compiler,7.3
5974,"Casts, rules, and parametricity",,bug,normal,Compiler,7.4.1
6030,Typeclass constraint should pick the OverloadedString type.,,feature request,normal,Compiler,7.4.1
7080,Make RULES and SPECIALISE more consistent,,bug,normal,Compiler,7.4.2
7206,Implement cheap build,simonpj,bug,normal,Compiler,7.4.2
2841,Ghci + foreign export declarations result in undefined symbols,,bug,normal,Compiler (FFI),6.10.1
2917,alloca and allocaArray do not respect alignment,,bug,normal,Compiler (FFI),6.12.3
2926,Foreign exported function returns wrong type,,bug,low,Compiler (FFI),6.10.1
3541,Allow local foreign imports,,feature request,normal,Compiler (FFI),6.10.4
3971,FFI callback segfaults on PPC,,bug,normal,Compiler (FFI),6.12.3
3557,CPU Vector instructions in GHC.Prim,,feature request,normal,Compiler (NCG),6.11
1087,bang patterns with infix ops,,bug,normal,Compiler (Parser),6.6
1318,add warning for prefix negate operator and flag to replace it with negative numeric literals,,feature request,normal,Compiler (Parser),6.6.1
2708,Error message should suggest UnboxedTuples language extension,,feature request,low,Compiler (Parser),6.9
3995,Comment delimiters ignored inside compiler pragma,,bug,normal,Compiler (Parser),6.10.4
4043,"Parsing of guards, and type signatures",,bug,normal,Compiler (Parser),6.12.2
6034,Parse error when using ' with promoted kinds,,bug,low,Compiler (Parser),7.5
345,GADT - fundep interaction,simonpj,bug,low,Compiler (Type checker),6.4
393,functions without implementations,simonpj,feature request,normal,Compiler (Type checker),None
472,Supertyping of classes,,feature request,normal,Compiler (Type checker),None
589,Various poor type error messages,,bug,low,Compiler (Type checker),6.4.1
816,Weird fundep behavior (with -fallow-undecidable-instances),,bug,normal,Compiler (Type checker),6.4.2
1404,allow more type signatures,,feature request,normal,Compiler (Type checker),6.6.1
1451,Provide way to show the origin of a constraint,,feature request,normal,Compiler (Type checker),6.6.1
1614,Type checker does not use functional dependency to avoid ambiguity,,bug,normal,Compiler (Type checker),6.7
1928,Confusing type error message,,bug,low,Compiler (Type checker),6.8.1
3545,As-patterns for type signatures,--,feature request,normal,Compiler (Type checker),6.11
4894,Missing improvement for fun. deps.,,feature request,normal,Compiler (Type checker),7.1
5957,signatures are too permissive,,bug,low,Compiler (Type checker),7.4.1
6065,Suggested type signature causes a type error (even though it appears correct),,bug,normal,Compiler (Type checker),7.4.1
7026,Impredicative implicit parameters,,bug,normal,Compiler (Type checker),7.4.2
3577,Complete support for Data Parallel Haskell,rl,feature request,normal,Data Parallel Haskell,6.13
4438,"Rename and register the ""PArr"" language extension when it is judged to be ready",benl,task,normal,Data Parallel Haskell,
3769,Add manpages for programs installed alongside ghc,,feature request,normal,Documentation,6.12.1
1290,ghc runs preprocessor too much,,bug,normal,Driver,6.7
670,External Core is broken,tim,bug,normal,External Core,6.8.2
95,GHCi :edit command should jump to the the last error,,feature request,normal,GHCi,None
552,GHCi  :m  doesn't restore default decl,,bug,lowest,GHCi,5.0
1057,Implicit parameters on breakpoints,,bug,normal,GHCi,6.8.2
1273,would like to print partial application values when at a breakpoint,,feature request,normal,GHCi,6.7
1388,Newbie help features,,feature request,low,GHCi,6.6.1
1399,better support for developing threaded applications in ghci,,feature request,normal,GHCi,6.6.1
1400,:set +r doesn't work for interpreted modules,simonmar,bug,normal,GHCi,6.7
1407,Add the ability to :set -l{foo} in .ghci files,igloo,feature request,normal,GHCi,6.6.1
1477,ghci shouldn't link entire package,,feature request,normal,GHCi,6.6.1
1530,debugging :steps inside TH spliced code need to be bypassed,,bug,normal,GHCi,6.7
1532,Implicit parameters are not available in breakpoints,,feature request,normal,GHCi,6.7
1826,unable to list source for <exception thrown> should never occur,--,feature request,normal,GHCi,6.8.1
2182,"ghc sessions (--make, --interactive, ghc api) erroneously retain instances",,bug,low,GHCi,6.9
2344,oddity with package prefixes for data constructors,,feature request,normal,GHCi,6.9
2786,Blackhole loops are not detected and reported in GHCi,,bug,normal,GHCi,6.8.3
3569,ghci can't handle utf-8 chinese char correctly when modify.,judah,bug,normal,GHCi,6.10.4
3601,"When running two or more instances of GHCi, persistent history is only kept for the first one",,feature request,normal,GHCi,6.10.4
3615,GHCi doesn't allow the use of imported data contructors,--,feature request,normal,GHCi,6.10.4
4029,ghci leaks memory when loading a file,,bug,normal,GHCi,
7261,ghci's :info and :browse break encapsulation,,feature request,normal,GHCi,7.6.1
5793,make nofib awesome,dterei,task,normal,NoFib benchmark suite,
5794,Nofib nightly regressions with pretty graphs,dterei,task,normal,NoFib benchmark suite,
110,Cygwin binaries,,feature request,normal,None,None
285,hp-ux 11.11 binaries,,feature request,normal,None,None
307,Implicit Parameters and monomorphism,,feature request,low,None,None
2489,Registry keys are created in per-user HKCU instead of system-wide HKLM,,bug,normal,None,6.8.3
3195,runghc failing sometimes,--,bug,normal,None,6.10.2
2630,"installed packages should have a src-dirs field, for access to optionally installed sources",--,feature request,normal,Package system,6.9
1687,A faster (^)-function.,,bug,normal,Prelude,6.6.1
3134,encodeFloat . decodeFloat,,bug,normal,Prelude,6.10.1
881,Improve space profiling for references,,feature request,normal,Profiling,6.4.2
3021,A way to programmatically insert marks into heap profiling output,,feature request,normal,Profiling,6.10.1
3024,Rewrite hp2ps in Haskell,,task,normal,Profiling,6.10.1
7291,hp2ps should cope with incomplete data,,feature request,normal,Profiling,7.6.1
418,throwTo to a thread inside 'block',,bug,lowest,Runtime System,6.4.1
599,The Front Panel,,task,normal,Runtime System,None
603,GC-spy connection,,task,normal,Runtime System,None
634,Implement a more efficient TArray,--,task,normal,Runtime System,6.4.1
728,switch to compacting collection when swapping occurs,,feature request,normal,Runtime System,6.4.1
750,"Set -M, -H, -c and other memory-related values based on available virtual/physical memory",,feature request,normal,Runtime System,6.4.1
926,infinite loop in ShutdownIOManager(),,bug,lowest,Runtime System,6.5
1147,Quadratic behaviour in the compacting GC,,bug,normal,Runtime System,6.6
1791,heap overflow should generate an exception,,feature request,normal,Runtime System,6.8
2180,"Any installed signal handler stops deadlock detection, but XCPU never happens in a deadlock",Baughn,feature request,normal,Runtime System,6.9
3048,Heap size suggestion gets ignored when -G1 flag is passed,,bug,normal,Runtime System,6.10.1
3081,Double output after Ctrl+C on Windows,,bug,normal,Runtime System,6.10.1
3215,Valgrind support,,feature request,normal,Runtime System,6.10.3
4005,Bad behaviour in the generational GC with paraffins -O2,,bug,normal,Runtime System,6.12.1 RC1
4934,threadWaitRead works incorrectly on nonthreaded RTS,,bug,normal,Runtime System,7.0.1
5476,Cap memory usage for one thread without disrupting other threads,,feature request,normal,Runtime System,7.2.1
7662,Improve GC of mutable objects,,feature request,normal,Runtime System,7.7
1201,ghci runs Template Haskell splices 4 times,simonpj,bug,low,Template Haskell,6.6
1262,RecursiveDo in Template Haskell,,feature request,normal,Template Haskell,6.6
1444,Template Haskell: add proper support for qualified names in non-splicing applications,,feature request,normal,Template Haskell,6.6.1
1475,Adding imports and exports with Template Haskell,,feature request,normal,Template Haskell,6.8.2
1476,Template Haskell: splicing types and patterns,,bug,low,Template Haskell,6.6.1
1480,Template Haskell should allow reification of modules,,feature request,normal,Template Haskell,6.6.1
1800,Template Haskell support for running functions defined in the same  module,--,feature request,normal,Template Haskell,7.7
1830,Automatic derivation of Lift,,feature request,normal,Template Haskell,6.8.1
1831,reify never provides the declaration of variables,,bug,normal,Template Haskell,6.8.1
2041,Allow splicing in concrete syntax,,feature request,normal,Template Haskell,6.8.2
4863,TH crashes if you reify the Name of a dfun,simonpj,bug,low,Template Haskell,7.0.1
3384,Add HsSyn prettyprinter tests,,task,normal,Test Suite,6.10.4
3676,realToFrac doesn't sanely convert between floating types,,bug,normal,libraries (other),6.12.1
7309,"The Ix instance for (,) leaks space in range",,bug,normal,libraries (other),7.6.1
229,Integer overflow in array allocation,,bug,low,libraries/base,6.4.1
806,hGetBufNonBlocking doesn't work on Windows,,bug,normal,libraries/base,6.4.2
1473,isSpace is too slow,,bug,normal,libraries/base,6.6.1
2496,Invalid Eq/Ord instances in Data.Version,duncan,bug,normal,libraries/base,6.8.3
2628,hIsTerminalDevice returns True for /dev/null (aka NUL) on Windows,,bug,normal,libraries/base,6.8.3
3628,exceptions reported to stderr when they propagate past forkIO,--,bug,normal,libraries/base,6.10.4
5466,Documentation for Chan could be better,,bug,normal,libraries/base,7.2.1
5797,readRawBufferPtr cannot be interrupted by exception on Windows with -threaded,,bug,normal,libraries/base,7.2.2
1062,Bad output from Text.PrettyPrint.HughesPJ,,bug,normal,libraries/pretty,6.6
1593,Improve runInteractiveProcess error message when working directory does not exist,simonmar,task,low,libraries/process,6.7
2233,Overhaul System.Process,simonmar,task,normal,libraries/process,6.8.2
3998,strace breaks System.Process(?),,bug,normal,libraries/process,6.12.1
427,Random.StdGen slowness,rrnewton,bug,normal,libraries/random,
2280,randomR too slow,rrnewton,bug,normal,libraries/random,6.8.2
3575,mkStdGen and split conspire to make some programs predictable,rrnewton,bug,normal,libraries/random,6.10.1
3620,The seeds generated by split are not independent,rrnewton,bug,normal,libraries/random,6.11
5278,System.Random.randomIvalInteger makes invalid assumptions about RandomGen,rrnewton,bug,normal,libraries/random,7.0.3
5280,System.Random commits (rand `mod` base) error.,rrnewton,bug,normal,libraries/random,7.0.3
3178,Fix linking -lpthread for semaphores,--,bug,normal,libraries/unix,6.10.2
