|
#3711
|
Bad error reporting when calling a function in a module which depends on a DLL on Windows
|
Runtime System
|
6.10.4
|
7.6.2
|
bug
|
|
new
|
12/02/09
|
|
#3725
|
Annotations not written to interface files
|
Compiler
|
6.13
|
7.6.2
|
bug
|
|
new
|
12/03/09
|
|
#3771
|
haddock: internal error: evacuate: strange closure type 19269
|
Compiler
|
6.12.1
|
7.6.2
|
bug
|
|
new
|
12/17/09
|
|
#3781
|
Improve inlining for local functions
|
Compiler
|
6.12.1
|
7.6.2
|
bug
|
|
new
|
12/23/09
|
|
#3859
|
Problems with toClockTime on NetBSD
|
Compiler
|
6.12.1
|
7.6.2
|
bug
|
|
new
|
02/03/10
|
|
#3915
|
GHC panic; possibly related to mutually recursive modules
|
Compiler
|
6.12.1
|
7.6.2
|
bug
|
|
new
|
03/07/10
|
|
#3960
|
ghc panic when attempting to compile DPH code
|
Data Parallel Haskell
|
6.12.1
|
7.6.2
|
bug
|
rl
|
new
|
04/05/10
|
|
#3996
|
bug in GHC when compiling HOC (SVN revision 413)
|
Compiler
|
6.10.4
|
7.6.2
|
bug
|
|
new
|
04/19/10
|
|
#4017
|
Unhelpful error message in GHCi
|
Compiler
|
6.12.2
|
7.6.2
|
bug
|
|
new
|
04/26/10
|
|
#4022
|
GHC Bindist is Broken on FreeBSD/amd64
|
libraries (other)
|
6.13
|
7.6.2
|
bug
|
pgj
|
new
|
04/27/10
|
|
#1365
|
-fbyte-code is ignored in a OPTIONS_GHC pragma
|
GHCi
|
6.6.1
|
7.6.2
|
feature request
|
|
new
|
05/19/07
|
|
#1379
|
Allow breakpoints and single-stepping for functions defined interactively
|
GHCi
|
6.7
|
7.6.2
|
feature request
|
|
new
|
05/25/07
|
|
#1420
|
Automatic heap profile intervals
|
Profiling
|
6.7
|
7.6.2
|
feature request
|
|
new
|
06/08/07
|
|
#1534
|
[Debugger] Watch on accesses of "variables"
|
GHCi
|
6.7
|
7.6.2
|
feature request
|
|
new
|
07/13/07
|
|
#1574
|
Broken link testing
|
Documentation
|
6.6.1
|
7.6.2
|
feature request
|
|
new
|
08/01/07
|
|
#1721
|
Make GHCi print the entire result of an interactive 'bind' statement
|
Compiler
|
6.6.1
|
7.6.2
|
feature request
|
|
new
|
09/20/07
|
|
#1885
|
Improve CPR analysis
|
Compiler
|
6.8.1
|
7.6.2
|
feature request
|
simonpj
|
new
|
11/13/07
|
|
#1894
|
Add a total order on type constructors
|
Compiler (Type checker)
|
6.8.1
|
7.6.2
|
feature request
|
|
new
|
11/14/07
|
|
#2075
|
hpc should render information about the run in its html markup
|
Code Coverage
|
6.8.2
|
7.6.2
|
feature request
|
andy@…
|
new
|
02/04/08
|
|
#2104
|
Add Labels
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
02/17/08
|
|
#2110
|
Rules to eliminate casted id's
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
02/18/08
|
|
#2119
|
explicitly importing deprecated symbols should elicit the deprecation warning
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
02/22/08
|
|
#2135
|
Warn if functions are exported whose types cannot be written
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
03/04/08
|
|
#2168
|
ghci should show haddock comments for identifier
|
GHCi
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
03/22/08
|
|
#2215
|
:disable command to disable breakpoints
|
GHCi
|
6.9
|
7.6.2
|
feature request
|
|
new
|
04/11/08
|
|
#2258
|
ghc --cleanup
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
05/01/08
|
|
#2269
|
Word type to Double or Float conversions are slower than Int conversions
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
dons@…
|
new
|
05/07/08
|
|
#2333
|
Emit a warning if an INLINE function is a loop breaker
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
06/03/08
|
|
#2340
|
Improve Template Haskell error recovery
|
Template Haskell
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
06/04/08
|
|
#2345
|
:browse limitations (browsing virtual namespaces, listing namespaces)
|
GHCi
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
06/04/08
|
|
#2365
|
Warn about suspicious flags in OPTIONS_GHC pragmas
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
06/16/08
|
|
#2460
|
provide -mwindows option like gcc
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
07/21/08
|
|
#2514
|
Add/Expose Binary API that allows dumping of any GHC Binary instance
|
GHC API
|
6.9
|
7.6.2
|
feature request
|
nominolo
|
new
|
08/12/08
|
|
#2522
|
Warning for missing export lists
|
Compiler
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
08/18/08
|
|
#2526
|
warn about missing signatures only for exported functions
|
Compiler
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
08/20/08
|
|
#2531
|
Prune duplicates in ghci history
|
GHCi
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
08/21/08
|
|
#2550
|
Add an option to read file names from a file instead of the command line
|
Compiler
|
6.9
|
7.6.2
|
feature request
|
|
new
|
08/27/08
|
|
#2598
|
Avoid excessive specialisation in SpecConstr
|
Compiler
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
09/16/08
|
|
#2600
|
Bind type variables in RULES
|
Compiler
|
6.8.3
|
7.6.2
|
feature request
|
simonpj
|
new
|
09/16/08
|
|
#2640
|
Treat -X flags consistently in GHCi
|
Compiler
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
10/02/08
|
|
#2641
|
Revise the rules for -XExtendedDeafultRules
|
Compiler
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
10/02/08
|
|
#2648
|
Report out of date interface files robustly
|
GHCi
|
7.6.3
|
7.6.2
|
feature request
|
|
new
|
10/03/08
|
|
#2721
|
Newtype deriving doesn't work with type families
|
Compiler
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
10/21/08
|
|
#2737
|
add :tracelocal to ghci debugger to trace only the expressions in a given function
|
GHCi
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
11/03/08
|
|
#2803
|
bring full top level of a module in scope when a breakpoint is hit in the module
|
GHCi
|
6.8.3
|
7.6.2
|
feature request
|
|
new
|
11/23/08
|
|
#2836
|
Data.Typeable does not use qualified names
|
Compiler
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
12/01/08
|
|
#2945
|
add command :mergetrace
|
GHCi
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
01/13/09
|
|
#2946
|
tracing should be controled by a global flag
|
GHCi
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
01/13/09
|
|
#2950
|
show breakpoint numbers of breakpoints which were ignored during :force
|
GHCi
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
01/14/09
|
|
#2986
|
:info printing instances often isn't wanted
|
GHCi
|
6.10.1
|
7.6.2
|
feature request
|
Remi
|
new
|
01/28/09
|
|
#3000
|
:break command should recognize also nonexported top level symbols in qualified IDs
|
GHCi
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
02/03/09
|
|
#3032
|
would be nice if -fno-code and --make worked together
|
Compiler
|
6.8.2
|
7.6.2
|
feature request
|
|
new
|
02/16/09
|
|
#3122
|
Enhance --info
|
Compiler
|
6.10.1
|
7.6.2
|
feature request
|
duncan
|
new
|
03/24/09
|
|
#3123
|
make INLINE work for recursive definitions (generalized loop peeling/loop unrolling)
|
Compiler
|
6.11
|
7.6.2
|
feature request
|
|
new
|
03/25/09
|
|
#3140
|
(Windows?) GHCi doesn't load hierachical modules
|
GHCi
|
6.10.1
|
7.6.2
|
feature request
|
|
new
|
04/02/09
|
|
#3192
|
Add dynCompileCoreExpr :: GhcMonad m => Bool -> Expr CoreBind -> m Dynamic to ghc-api
|
GHC API
|
6.10.2
|
7.6.2
|
feature request
|
|
new
|
04/25/09
|
|
#3251
|
split rts headers into public and private
|
Runtime System
|
6.10.2
|
7.6.2
|
feature request
|
|
new
|
05/21/09
|
|
#3282
|
How to start an emacs editor within ghci asynchronously with :edit filename.hs :set editor emacs & don't go
|
GHCi
|
6.10.2
|
7.6.2
|
feature request
|
|
new
|
06/07/09
|
|
#3314
|
Add compilation date to +RTS --info
|
Compiler
|
6.10.2
|
7.6.2
|
feature request
|
|
new
|
06/20/09
|
|
#3452
|
Show type of most recent expression in GHCi
|
GHCi
|
6.10.4
|
7.6.2
|
feature request
|
|
new
|
08/22/09
|
|
#3870
|
Avoid Haddock-links to the Prelude
|
Documentation
|
6.12.1
|
7.6.2
|
feature request
|
|
new
|
02/08/10
|
|
#602
|
Warning Suppression
|
Compiler
|
None
|
7.6.2
|
task
|
|
new
|
06/30/04
|
|
#1016
|
Avoidance of unaligned loads is overly conservative
|
Compiler
|
6.6
|
7.6.2
|
task
|
|
new
|
11/20/06
|
|
#1377
|
GHCi debugger tasks
|
GHCi
|
6.7
|
7.6.2
|
task
|
mnislaih
|
new
|
05/25/07
|
|
#1572
|
Make it easy to find documentation for GHC and installed packages
|
Compiler
|
6.6.1
|
7.6.2
|
task
|
|
new
|
08/01/07
|
|
#1600
|
Optimisation: CPR the results of IO
|
Compiler
|
6.6.1
|
7.6.2
|
task
|
|
new
|
08/08/07
|
|
#1631
|
Make the External Package Table contain ModDetails not ModIface
|
Compiler
|
6.6.1
|
7.6.2
|
task
|
|
new
|
08/23/07
|
|
#1880
|
Unify flag descriptions to generate both docs and code
|
Compiler
|
6.8.1
|
7.6.2
|
task
|
|
new
|
11/12/07
|
|
#2123
|
implement waitForProcess using signals
|
libraries/process
|
6.8.2
|
7.6.2
|
task
|
|
new
|
02/26/08
|
|
#2437
|
More accurate package dependencies
|
Package system
|
6.8.3
|
7.6.2
|
task
|
|
new
|
07/11/08
|
|
#2968
|
add test for C trigraphs
|
Compiler
|
6.10.1
|
7.6.2
|
task
|
kchugalinskiy
|
new
|
01/20/09
|
|
#3355
|
Refactor Template Haskell syntax conversions
|
Compiler
|
6.10.3
|
7.6.2
|
task
|
|
new
|
07/06/09
|
|
#3646
|
Enforce requirement that our repos contains a subset of upstream's patches
|
Compiler
|
6.10.4
|
7.6.2
|
task
|
|
new
|
11/07/09
|
|
#552
|
GHCi :m doesn't restore default decl
|
GHCi
|
5.0
|
_|_
|
bug
|
|
new
|
06/08/01
|
|
#367
|
Infinite loops can hang Concurrent Haskell
|
Compiler
|
6.4.1
|
_|_
|
bug
|
ezyang
|
new
|
04/26/05
|
|
#418
|
throwTo to a thread inside 'block'
|
Runtime System
|
6.4.1
|
_|_
|
bug
|
|
new
|
07/10/05
|
|
#917
|
-O introduces space leak
|
Compiler
|
6.5
|
_|_
|
bug
|
|
new
|
09/28/06
|
|
#926
|
infinite loop in ShutdownIOManager()
|
Runtime System
|
6.5
|
_|_
|
bug
|
|
new
|
10/07/06
|
|
#1158
|
Problem with GADTs and explicit type signatures
|
Compiler
|
6.6
|
_|_
|
bug
|
simonpj
|
new
|
02/20/07
|
|
#1307
|
Warning refers to code not in the source
|
Compiler
|
6.7
|
_|_
|
bug
|
|
new
|
04/27/07
|
|
#5340
|
wrong warning on incomplete case analysis in conjunction with empty data declarations
|
Compiler
|
6.12.3
|
_|_
|
bug
|
|
new
|
07/22/11
|
|
#17
|
Separate warnings for unused local and top-level bindings
|
Compiler
|
None
|
_|_
|
feature request
|
|
new
|
10/24/01
|
|
#860
|
CPP fails when a macro is used on a line containing a single quote character
|
Compiler
|
6.4.2
|
_|_
|
feature request
|
|
new
|
08/10/06
|