| #3697 |
Method selectors aren't floated out of loops
|
new
|
|
7.6.2
|
Compiler
|
6.13
|
| #3698 |
Bad code generated for zip/filter/filter loop
|
new
|
|
7.6.2
|
Compiler
|
6.13
|
| #3704 |
Using -shared without -dynamic should be rejected on linux
|
new
|
|
7.6.2
|
Compiler
|
|
| #3722 |
Haskeline Iconv needs HAVE_LANGINFO_H
|
new
|
--
|
7.6.2
|
libraries (other)
|
6.12.1 RC1
|
| #3739 |
ghc-cabal mishandles relative paths in arguments
|
new
|
|
7.6.2
|
Build System
|
|
| #3744 |
Comparisons against minBound/maxBound not optimised
|
new
|
|
7.6.2
|
Compiler
|
6.13
|
| #3766 |
Parsing of lambdas is not consistent with Haskell'98 report.
|
new
|
|
7.6.2
|
Compiler (Parser)
|
6.10.4
|
| #3767 |
SpecConstr for join points
|
new
|
|
7.6.2
|
Compiler
|
6.12.1
|
| #3782 |
Data Parallel "Impossible happened" compiler error
|
new
|
benl
|
7.6.2
|
Data Parallel Haskell
|
6.12.1
|
| #3844 |
Undeprecate #include (in at least some circumstances)
|
new
|
|
7.6.2
|
Compiler (FFI)
|
6.12.1
|
| #3881 |
section parse errors, e.g. ( let x=1 in x + )
|
new
|
|
7.6.2
|
Compiler (Parser)
|
6.12.1
|
| #3903 |
DPH bad sliceP causes RTS panic "allocGroup: requested zero blocks"
|
new
|
benl
|
7.6.2
|
Data Parallel Haskell
|
6.13
|
| #3924 |
Strictness analyser missing useful strictness
|
new
|
|
7.6.2
|
Compiler
|
6.12.1
|
| #3937 |
Cannot killThread in listen/accept on Windows threaded runtime
|
new
|
|
7.6.2
|
Runtime System
|
6.12.1
|
| #3990 |
UNPACK doesn't unbox data families
|
new
|
|
7.6.2
|
Compiler
|
7.0.3
|
| #4019 |
deriving Ord can produce incorrect and inefficient instances
|
new
|
|
7.6.2
|
Compiler
|
6.13
|
| #4048 |
ghc-pkg should check for existence of extra-libraries
|
new
|
|
7.6.2
|
Package system
|
6.12.2
|
| #4049 |
Support for ABI versioning of C libraries
|
new
|
|
7.6.2
|
Build System
|
6.12.2
|
| #4081 |
Strict constructor fields inspected in loop
|
new
|
benl
|
7.6.2
|
Compiler
|
6.13
|
| #4101 |
Primitive constant unfolding
|
new
|
|
7.6.2
|
Compiler
|
6.12.2
|
| #4105 |
ffi005 fails on OS X
|
new
|
|
7.6.2
|
Compiler
|
6.12.2
|
| #4121 |
Refactor the plumbing of CafInfo to make it more robust
|
new
|
|
7.6.2
|
Compiler
|
6.12.2
|
| #4124 |
GHC rejects instance quotations with splices in the instance head
|
new
|
|
7.6.2
|
Template Haskell
|
6.12.1
|
| #4135 |
Can't Quote Instance Associated Types in Template Haskell
|
new
|
|
7.6.2
|
Template Haskell
|
6.12.1
|
| #4140 |
dynHelloWorld(dyn) fails in an unreg build
|
new
|
|
7.6.2
|
Compiler
|
6.12.3
|
| #4150 |
CPP+QuasiQuotes confuses compilation errors' line numbers
|
new
|
|
7.6.2
|
Compiler (Parser)
|
6.12.3
|
| #4162 |
GHC API messes up signal handlers
|
new
|
|
7.6.2
|
GHC API
|
6.12.3
|
| #4170 |
Invalid "duplicate instance" error
|
new
|
|
7.6.2
|
Template Haskell
|
6.12.3
|
| #4176 |
reject unary minus in infix left hand side function bindings that resolve differently as expressions
|
new
|
|
7.6.2
|
Compiler
|
7.2.1
|
| #4185 |
Deriving higher-arity instances for newtype family instances fails
|
new
|
simonpj
|
7.6.2
|
Compiler
|
6.12.3
|
| #4215 |
canonicalizePath behaves strangely with paths that do not exist
|
new
|
|
7.6.2
|
libraries/directory
|
6.12.3
|
| #4218 |
System.Random is way too lazy
|
new
|
rrnewton
|
7.6.2
|
Compiler
|
6.12.3
|
| #4267 |
Strictness analyser is to conservative about passing a boxed parameter
|
new
|
|
7.6.2
|
Compiler
|
6.13
|
| #4288 |
Poor -fspec-constr-count=n warning messages
|
new
|
|
7.6.2
|
Compiler
|
6.13
|
| #4296 |
The dreaded SkolemOccurs problem
|
new
|
simonpj
|
7.6.2
|
Compiler
|
6.12.3
|
| #4301 |
Optimisations give bad core for foldl' (flip seq) ()
|
new
|
|
7.6.2
|
Compiler
|
6.12.3
|
| #4308 |
LLVM compiles Updates.cmm badly
|
new
|
|
7.6.2
|
Compiler (LLVM)
|
6.13
|
| #4366 |
in-tree GMP build problem with shared libraries
|
new
|
|
7.6.2
|
Build System
|
6.13
|
| #4413 |
(^^) is not correct for Double and Float
|
new
|
tcsavage
|
7.6.2
|
libraries/base
|
7.1
|
| #4428 |
Local functions lose their unfoldings
|
new
|
|
7.6.2
|
Compiler
|
7.1
|
| #4440 |
time004 fails depending on the date
|
new
|
|
7.6.2
|
Test Suite
|
7.1
|
| #4463 |
CORE notes break optimisation
|
new
|
|
_|_
|
Compiler
|
7.1
|
| #4471 |
Incorrect Unicode output on Windows Console
|
new
|
|
7.6.2
|
Compiler
|
6.12.3
|
| #4505 |
Segmentation fault on long input (list of pairs)
|
new
|
|
7.6.2
|
Compiler
|
7.0.1
|
| #4800 |
Memory Leak when Compiling qtHaskell
|
new
|
|
7.6.2
|
Compiler
|
6.12.3
|
| #4824 |
Windows: Dynamic linking doesn't work out-of-the-box
|
new
|
|
7.6.2
|
Runtime System
|
7.0.1
|
| #4831 |
Too many specialisations in SpecConstr
|
new
|
rl
|
7.6.2
|
Data Parallel Haskell
|
7.0.1
|
| #4833 |
Finding the right loop breaker
|
new
|
|
7.6.2
|
Compiler
|
7.0.1
|
| #4836 |
literate markdown not handled correctly by unlit
|
new
|
|
7.6.2
|
Compiler
|
7.0.1
|
| #4837 |
Template Haskell does not work in a profiled compiler.
|
new
|
|
7.6.2
|
Profiling
|
7.0.1
|
| #4846 |
Newtype derving used wrongly
|
new
|
|
7.6.2
|
Compiler
|
7.0.1
|
| #4861 |
Documentation for base does not include special items
|
new
|
|
7.6.2
|
libraries/base
|
7.0.1
|
| #4863 |
TH crashes if you reify the Name of a dfun
|
new
|
simonpj
|
_|_
|
Template Haskell
|
7.0.1
|
| #4896 |
Deriving Data does not work for attached code
|
new
|
|
7.6.2
|
Compiler
|
7.1
|
| #4899 |
Non-standard compile plus Template Haskell produces spurious "unknown symbol" linker error
|
new
|
simonmar
|
7.6.2
|
Compiler
|
7.0.1
|
| #4931 |
hsc2hs emits invalid OPTIONS_GHC pragmas
|
new
|
|
7.6.2
|
hsc2hs
|
7.0.1
|
| #4938 |
Core2 CPU not detected correctly
|
new
|
|
7.6.2
|
Compiler
|
7.1
|
| #4942 |
GHC.ConsoleHandler does not call back application when Close button is pressed
|
new
|
|
7.6.2
|
GHC API
|
6.12.3
|
| #4955 |
increase error message detail for module lookups failure due to hi references
|
new
|
|
7.6.2
|
Compiler
|
6.12.1
|
| #4960 |
Better inlining test in CoreUnfold
|
new
|
|
7.6.2
|
Compiler
|
7.0.1
|
| #4985 |
Improve locations in ghci errors
|
new
|
|
7.6.2
|
Compiler
|
7.0.1
|
| #5013 |
sporadic failures during compilation under solaris
|
new
|
|
7.6.2
|
Compiler
|
7.0.4
|
| #5014 |
canonicalizePath throws exception on paths that do not exist
|
new
|
|
7.6.2
|
libraries/directory
|
7.0.2
|
| #5041 |
Incorrect Read deriving for MagicHash constructors
|
new
|
|
_|_
|
Compiler
|
7.0.2
|
| #5062 |
Patch: Debug output for OS X linker and coding standard upgrades
|
new
|
|
7.6.2
|
Runtime System
|
7.0.3
|
| #5063 |
unix package has untracked dependency on libbsd
|
new
|
|
7.6.2
|
libraries/unix
|
7.0.3
|
| #5073 |
Add blockST for nested ST scopes
|
new
|
|
7.6.2
|
Compiler
|
7.0.3
|
| #5142 |
stub header files don't work with the MS C compiler
|
new
|
simonmar
|
7.6.2
|
Compiler
|
7.0.3
|
| #5188 |
Runtime error when allocating lots of memory
|
new
|
|
7.6.2
|
GHCi
|
6.12.1
|
| #5190 |
TinyCoreLinux extension
|
new
|
|
7.6.2
|
Build System
|
7.0.3
|
| #5202 |
Docs on strictness info out of date
|
new
|
|
7.6.2
|
Documentation
|
7.0.3
|
| #5209 |
^C doesn't correctly reset the prompt from within multiline commands in ghci
|
new
|
|
7.6.2
|
GHCi
|
7.0.3
|
| #5224 |
Improve consistency checking for family instances
|
new
|
simonpj
|
7.6.2
|
Compiler
|
7.0.3
|
| #5251 |
copyFile does not copy metadata
|
new
|
|
7.6.2
|
libraries/directory
|
7.0.2
|
| #5262 |
Compiling with -O makes some expressions too lazy and causes space leaks
|
new
|
|
7.6.2
|
Compiler
|
7.1
|
| #5267 |
Missing type checks for arrow command combinators
|
new
|
ross
|
7.6.2
|
Compiler (Type checker)
|
7.0.3
|
| #5291 |
GhcDynamic build fails on Windows: can't find DLLs
|
new
|
|
7.6.2
|
Build System
|
7.0.3
|
| #5292 |
libHSghc exports more symbols than Windows can handle
|
new
|
|
7.6.2
|
Compiler
|
7.0.3
|
| #5298 |
Inlined functions aren't fully specialised
|
new
|
|
7.6.2
|
Compiler
|
7.0.3
|
| #5302 |
Unused arguments in join points
|
new
|
simonpj
|
7.6.2
|
Compiler
|
7.0.3
|
| #5305 |
crash after writing around 40 gigabytes to stdout
|
new
|
|
7.6.2
|
Compiler
|
7.0.3
|
| #5316 |
Orphan instances strike again: ghc rejects a program at first but will accept it if you repeat the same compilation command
|
new
|
|
_|_
|
Compiler
|
7.0.4
|
| #5326 |
Polymorphic instances aren't automatically specialised
|
new
|
simonpj
|
7.6.2
|
Compiler
|
7.0.3
|
| #5333 |
Arrow command combinators and infixr cause the desugarer to fail
|
new
|
ross
|
7.6.2
|
Compiler (Parser)
|
7.0.3
|
| #5376 |
Quotation in System.Process.system for Windows
|
new
|
|
7.6.2
|
libraries/process
|
7.0.4
|
| #5378 |
unreg compiler: warning: conflicting types for built-in function ‘memcpy’
|
new
|
|
7.6.2
|
Compiler
|
7.3
|
| #5387 |
ffi/should_run fptr02 fails on OS X amd64
|
new
|
|
7.6.2
|
Compiler
|
7.3
|
| #5388 |
ghcilink003 and ghcilink006 fail on OSX
|
new
|
|
7.6.2
|
Compiler
|
7.0.4
|
| #5495 |
simple program fails with -shared on mac
|
new
|
|
7.6.2
|
Compiler
|
7.2.1
|
| #5537 |
ghc doesn't find libffi.so.5 in testsuite
|
new
|
|
7.6.2
|
Test Suite
|
7.3
|
| #5578 |
write access permission of binary result different on OpenBSD
|
new
|
igloo
|
7.6.2
|
Test Suite
|
7.2.1
|
| #5608 |
Fix T3807 for Mac OS X 10.5
|
new
|
|
7.6.2
|
Test Suite
|
7.3
|
| #5654 |
Profiling semantics bug
|
new
|
simonmar
|
7.6.2
|
Profiling
|
7.2.1
|
| #5682 |
Properly parse kind operators (from promoted type operators)
|
new
|
dreixel
|
7.6.2
|
Compiler
|
7.3
|
| #5957 |
signatures are too permissive
|
new
|
|
_|_
|
Compiler (Type checker)
|
7.4.1
|
| #5959 |
Top level splice in Template Haskell has over-ambitious lexical scope?
|
new
|
|
7.6.2
|
Compiler
|
7.5
|
| #6034 |
Parse error when using ' with promoted kinds
|
new
|
|
_|_
|
Compiler (Parser)
|
7.5
|