| #3902 |
Partial application gives type error
|
|
bug
|
closed
|
normal
|
|
| #3906 |
Regular expressions don't return multiple results.
|
|
bug
|
closed
|
normal
|
|
| #3918 |
Got internal error: stg_ap_v_ret when call forkProcess
|
|
bug
|
closed
|
normal
|
6.12.3
|
| #3936 |
GHCi Segfault
|
|
bug
|
closed
|
normal
|
--
|
| #3941 |
GC: excess of reserved space for bitmaps in case of mark/compact/sweep
|
|
bug
|
closed
|
normal
|
|
| #3942 |
Strange profiling behaviour in 6.10.4
|
simonmar
|
bug
|
closed
|
normal
|
7.4.3
|
| #3948 |
unsafeCoerce leaks types
|
|
bug
|
closed
|
normal
|
|
| #3951 |
Unknown symbol error when ghci tries to load package scion
|
|
bug
|
closed
|
normal
|
6.12.3
|
| #3958 |
method definitions fail to refer to method-context classes
|
|
bug
|
closed
|
normal
|
|
| #3981 |
Value of function differs for arguments of the same value
|
|
bug
|
closed
|
normal
|
--
|
| #3985 |
--make does not cooperate with -hide-package which causes problems for xmonad like configurations
|
|
bug
|
closed
|
normal
|
--
|
| #3999 |
Improved folds for Data.Map and Data.IntMap
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4000 |
The impossible happened
|
|
bug
|
closed
|
low
|
7.0.1
|
| #4008 |
type error trying to specialize polymorphic function
|
simonpj
|
bug
|
closed
|
normal
|
7.0.1
|
| #4009 |
can newtype be extended to permit GADT-like declarations
|
simonpj
|
feature request
|
closed
|
normal
|
7.0.1
|
| #4024 |
Making toList a member of Foldable
|
|
proposal
|
closed
|
normal
|
--
|
| #4062 |
Bad choice of loop breaker?
|
rl
|
bug
|
closed
|
normal
|
7.2.1
|
| #4067 |
Building haskeline-0.6.2.2 with Mac OS X and GHC-6.12.2 fails with System/Console/Haskeline/Backend/Posix.hsc:44:18: Module `GHC.IOBase' does not export `haFD'
|
|
bug
|
closed
|
normal
|
--
|
| #4068 |
GHC 6.12.2 on Mac OS X from GHC-6.12.2-i386.pkg fails with "Undefined symbols: "_iconv_close", referenced from: _hs_iconv_close in libHSbase-4.2.0.1.a(iconv.o) ..."
|
|
bug
|
closed
|
high
|
6.12.3
|
| #4069 |
ASSERTION FAILED: file rts/Schedule.c, line 1305
|
|
bug
|
closed
|
low
|
7.0.1
|
| #4083 |
Generalized newtype deriving fails for newtypes that are type family instances
|
|
bug
|
closed
|
normal
|
|
| #4089 |
Empty Show instance + phantom type + GHCi = out of memory
|
|
bug
|
closed
|
normal
|
|
| #4090 |
Impossible compilation with primitive operations (possibly unsafeCoerce#)
|
|
bug
|
closed
|
normal
|
|
| #4112 |
Building GHC with local libgmp.a fails
|
igloo
|
bug
|
closed
|
high
|
7.0.1
|
| #4116 |
Type supplement for constructor specific uses of sum types
|
|
proposal
|
closed
|
normal
|
|
| #4119 |
File buffering isn't flushed at exit
|
|
bug
|
closed
|
normal
|
|
| #4125 |
Template haskell rejects duplicate instances before they're spliced
|
|
bug
|
closed
|
normal
|
7.4.1
|
| #4143 |
Data.Set can overflow Int on balance check
|
|
bug
|
closed
|
normal
|
--
|
| #4171 |
make install failure on integer-gmp
|
|
bug
|
closed
|
normal
|
7.0.1
|
| #4184 |
Squirrelly inliner behaviour leads to 80x slowdown
|
|
bug
|
closed
|
normal
|
7.4.1
|
| #4192 |
Proposed process piping function to be added to the "process" package
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4202 |
Cannot open a file with double quotes in the name
|
|
bug
|
closed
|
normal
|
--
|
| #4216 |
Haskell Platform for Mac doesn't seem to include "cabal" executable
|
GregoryCollins
|
bug
|
closed
|
normal
|
|
| #4251 |
GHC hangs during Network.HTTP.simpleHTTP on Windows XP SP3, Windows 7
|
|
bug
|
closed
|
high
|
Not GHC
|
| #4283 |
Different behaviour with -O in concurrent program
|
simonmar
|
bug
|
closed
|
normal
|
7.4.1
|
| #4285 |
STM bug on Windows?
|
|
bug
|
closed
|
normal
|
--
|
| #4313 |
Proposal: Add left, right and strict folds to Data.Set, Data.IntMap and Data.IntSet to mimic Data.Map.
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4322 |
High CPU usage during idle time due to GC
|
|
bug
|
closed
|
normal
|
|
| #4324 |
Template Haskell: Splicing Infinite Syntax Tree doesn't stop
|
|
bug
|
closed
|
normal
|
|
| #4344 |
Better toRational for Float and Double
|
daniel.is.fischer
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4412 |
Produce CUDA code
|
|
feature request
|
closed
|
normal
|
--
|
| #4450 |
Do stack squeezing before expanding stack
|
simonmar
|
bug
|
closed
|
normal
|
|
| #4454 |
Misleading errors from Network.Socket
|
|
bug
|
closed
|
normal
|
--
|
| #4481 |
Functor, Pointed, Applicative, Monad
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4483 |
Offside rule for function definitions
|
|
feature request
|
closed
|
normal
|
|
| #4493 |
Child from forkProcess calls select/read on parent's Handle, stealing data from parent
|
simonmar
|
bug
|
closed
|
high
|
7.0.2
|
| #4517 |
Add Data.Functor.Backwards to transformers
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4529 |
Deriving Data does not work for attached code
|
|
bug
|
closed
|
normal
|
|
| #4530 |
Deriving Data for existentially quantified types
|
|
bug
|
closed
|
normal
|
7.4.1
|
| #4535 |
Add tryReadChan to Chan
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4803 |
"can't find a register in class ‘BREG’ while reloading ‘asm’" - problem with dynamic link libraries
|
|
bug
|
closed
|
normal
|
|
| #4805 |
segfault in Data.HashTable, triggered by long Agda runs
|
|
bug
|
closed
|
normal
|
7.2.1
|
| #4820 |
"Invalid object in isRetainer" when doing retainer profiling in GHC 7 branch
|
|
bug
|
closed
|
high
|
7.0.2
|
| #4821 |
Passing -optP-traditional to the preprocessor breaks the build.
|
|
bug
|
closed
|
normal
|
|
| #4834 |
New Functor => Applicative => Monad Hierarchy
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4840 |
GHC Error
|
|
bug
|
closed
|
normal
|
|
| #4844 |
createDirectoryIfMissing fails to create directory if compiled
|
|
bug
|
closed
|
normal
|
|
| #4857 |
Add Control.Exception.allowInterrupt
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4858 |
Add Control.Concurrent.forkIOWithUnmask, deprecate forkIOUnmasked
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4859 |
Add forkOnIO and friends to Control.Concurrent
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4864 |
C++ & C-style comments
|
|
feature request
|
closed
|
normal
|
--
|
| #4880 |
Functor, Monad, Applicative instances for Data.Monoid.First, Data.Monoid.Last
|
|
proposal
|
closed
|
normal
|
Not GHC
|
| #4884 |
registerPackage fails with multiple command line --package-conf= flags
|
|
bug
|
closed
|
normal
|
7.4.1
|
| #4892 |
panic building darcs
|
|
bug
|
closed
|
normal
|
7.2.1
|
| #4897 |
Bus error in Network package
|
|
bug
|
closed
|
normal
|
--
|
| #4906 |
peekCString crashes on handling nullPtr
|
|
bug
|
closed
|
normal
|
|
| #4939 |
Panic in parsing a stmt
|
|
bug
|
closed
|
normal
|
|
| #4946 |
reify does not work on data structures defined in files without Language pragma of Template Haskell and without -fth or -XTemplateHaskell command line flags
|
|
bug
|
closed
|
normal
|
7.4.1
|
| #4963 |
Faster implementation of System.Timeout.timeout
|
|
task
|
closed
|
normal
|
--
|
| #4974 |
cabal install unix-compat fails with ghc-7.0.1-rc2
|
|
bug
|
closed
|
normal
|
|
| #4992 |
LLVM trashes registers for primitive calls
|
davidterei@…
|
bug
|
closed
|
normal
|
|
| #4993 |
getDirectoryContents goes into an infinite loop
|
|
bug
|
closed
|
normal
|
|
| #5007 |
"deriving" seems to ignore class context for a type family
|
simonpj
|
bug
|
closed
|
high
|
7.2.1
|
| #5012 |
haskell 98 program does not typecheck when compiled with -XTypeFamilies
|
|
bug
|
closed
|
normal
|
|
| #5015 |
Can't unsafeCoerce a GADT with a coercion
|
|
bug
|
closed
|
normal
|
|
| #5023 |
program exits at runtime with 'unimplemented/strange closure type' error
|
|
bug
|
closed
|
normal
|
|
| #5029 |
GHC panic!
|
|
bug
|
closed
|
normal
|
|
| #5049 |
GHC Panic on Text.Highlighting.Kate.Syntax.Ocaml
|
|
bug
|
closed
|
high
|
7.2.1
|
| #5060 |
iteratee: epollControl: permission denied (Operation not permitted)
|
|
bug
|
closed
|
high
|
7.2.1
|
| #5088 |
TextEncoding iconv instances are shared between threads
|
|
bug
|
closed
|
normal
|
--
|
| #5093 |
ghc source build cannot find -lgmp even with the build.mk changes and configure options
|
|
bug
|
closed
|
normal
|
|
| #5112 |
Incorrect warnings about unqualified imports being redundant
|
|
bug
|
closed
|
normal
|
--
|
| #5118 |
Numeric.floatToDigits fails for large floatRange
|
|
bug
|
closed
|
normal
|
|
| #5157 |
Unknown Symbol in Yesod Handler
|
|
bug
|
closed
|
normal
|
|
| #5159 |
Can't install Happstack in Windows
|
|
bug
|
closed
|
normal
|
--
|
| #5160 |
Haskell Platform: Add cabal binaries to PATH
|
|
feature request
|
closed
|
normal
|
|
| #5166 |
Wrong calculation with Int64
|
|
bug
|
closed
|
normal
|
--
|
| #5175 |
UTCTime serialization not idempotent
|
|
bug
|
closed
|
normal
|
--
|
| #5186 |
GHC Heap Issue
|
|
bug
|
closed
|
normal
|
--
|
| #5193 |
leksah fails to build due to missing p_dyn libraries (filepath)
|
|
bug
|
closed
|
normal
|
--
|
| #5195 |
Make dist-clean less stupid
|
|
bug
|
closed
|
normal
|
--
|
| #5203 |
Stack overflow in criterion
|
simonpj
|
bug
|
closed
|
normal
|
7.2.1
|
| #5216 |
Haskell Platform 2011.2.0.1 Setup
|
|
bug
|
closed
|
normal
|
|
| #5232 |
GHC improvements may need to be noted in T4801 and T3064
|
|
bug
|
closed
|
normal
|
--
|
| #5241 |
documentation in ghc 7.0.3 sources fails to build on OpenSuSE 11.4
|
|
bug
|
closed
|
normal
|
|
| #5247 |
include generics library
|
|
feature request
|
closed
|
normal
|
|
| #5277 |
Clash between RankNTypes and TypeFamilies
|
|
bug
|
closed
|
normal
|
|
| #5279 |
numericEnumFromThen breaks standard behaviour in presence of ⊥
|
|
bug
|
closed
|
normal
|
--
|
| #5365 |
Finalizer running prematurely in ghci
|
simonmar
|
bug
|
closed
|
normal
|
|
| #5377 |
TypeSynonymInstances dysfunctional in ghc-7.2.1-rc1?
|
|
bug
|
closed
|
normal
|
|