Re: [GHC] #601: Replace GMP

2009-04-10 Thread GHC
#601: Replace GMP
-+--
Reporter:  simonmar  |Owner:
Type:  task  |   Status:  new   
Priority:  normal|Milestone:  _|_   
   Component:  Compiler  |  Version:  None  
Severity:  normal|   Resolution:  None  
Keywords:|   Difficulty:  Difficult (1 week)
Testcase:  N/A   |   Os:  Unknown/Multiple  
Architecture:  Unknown/Multiple  |  
-+--
Comment (by igloo):

 '''Current status'''

 The `Integer` type is now provided by a separate `integer` package, which
 provides an API that hides the implementation details. By default this is
 `integer-gmp`. To change it, set `INTEGER_LIBRARY=integer-foo` in
 `mk/build.mk`.

 There is an alternative implementation [http://darcs.haskell.org/libraries
 /integer-simple/ integer-simple], although as we don't regularly test
 builds with it you may need to make a few tweaks to get it to work.
 `integer-simple` is intended to be easily understood, entirely Haskell
 code that is ''fast enough''. For serious number crunching one of the
 highly tuned big integer libraries will be needed, but hopefully `integer-
 simple` will suffice for normal use. In order to test this, we need to do
 some testing, e.g. nofib runs.

 It would also be interesting to separate out the `J#/S#` wrapper from the
 GMP `Integer`, and to compare all 4 combinations: `GMP`, `GMP+J#/S#`,
 `simple`, `simple+S#/J#`.

 If `integer-simple` is indeed fast enough, then I think that it solves all
 of the problems with `integer-gmp`. We would also have packages like `gmp`
 for those who want to use the fast C implementations.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/601#comment:15
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3151: Hello World does not compile (missing Prelude?)

2009-04-10 Thread GHC
#3151: Hello World does not compile (missing Prelude?)
-+--
Reporter:  fft1976   |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.10 branch
   Component:  Build System  |  Version:  6.10.2 
Severity:  critical  |   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  x86   |  
-+--
Comment (by igloo):

 Replying to [comment:7 fft1976]:
 
  Are those rts errors (and others) something I should worry about?

 No, that looks fine.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3151#comment:12
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3151: Hello World does not compile (missing Prelude?)

2009-04-10 Thread GHC
#3151: Hello World does not compile (missing Prelude?)
-+--
Reporter:  fft1976   |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.10 branch
   Component:  Build System  |  Version:  6.10.2 
Severity:  critical  |   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  x86   |  
-+--
Comment (by igloo):

 I've just done a little more digging. It looks like only the `i386
 -unknown-linux-libedit2` build needs libffi, which is due to a combination
 of two things:
  * The Debian ghc6 package that it was built with uses the system libffi
 rather than the in-tree libffi
  * `ifBuildable` is built with the bootstrapping compiler rather than the
 in-tree compiler

 If we make a 6.10.3 then we should fix the last point. For 6.12, this is
 done differently in the new build system, and the `libedit2` builds won't
 be needed for 6.12 anyway (as we won't be using libedit).

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3151#comment:13
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3158: Linker error (libffi.so.5) in 6.10.2 x86-Linux binary distribution

2009-04-10 Thread GHC
#3158: Linker error (libffi.so.5) in 6.10.2 x86-Linux binary distribution
---+
Reporter:  guest   |Owner:   
Type:  bug |   Status:  closed   
Priority:  normal  |Milestone:   
   Component:  Runtime System  |  Version:  6.10.2   
Severity:  blocker |   Resolution:  duplicate
Keywords:  |   Difficulty:  Unknown  
Testcase:  |   Os:  Linux
Architecture:  x86 |  
---+
Changes (by igloo):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = duplicate

Comment:

 Thanks for the report. You need to install the Debian `libffi5` package.

 Closing this ticket as it's a duplicate of #3151.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3158#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3157: ghci segmentation fault when computation is interrupted

2009-04-10 Thread GHC
#3157: ghci segmentation fault when computation is interrupted
---+
Reporter:  fft1976 |Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone:  6.10 branch
   Component:  Runtime System  |  Version:  6.10.2 
Severity:  critical|   Resolution: 
Keywords:  ghci|   Difficulty:  Unknown
Testcase:  |   Os:  Linux  
Architecture:  x86 |  
---+
Changes (by igloo):

  * difficulty:  = Unknown
  * milestone:  = 6.10 branch

Comment:

 6.12 won't use libedit, so we only need to worry about this if we do a
 6.10.3 release.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3157#comment:4
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2953: deriving Functor, Foldable, Traversable

2009-04-10 Thread GHC
#2953: deriving Functor, Foldable, Traversable
-+--
Reporter:  twanvl|Owner:  twanvl  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  6.12 branch 
   Component:  Compiler  |  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Comment (by igloo):

 Separate `-XDeriveFunctor`, `-XDeriveTraversable` and `-XDeriveFoldable`
 would be best in my opinion.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2953#comment:14
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3148: build failure of GHC 6.10.2 release on arm-unknown-linux platform

2009-04-10 Thread GHC
#3148: build failure of GHC 6.10.2 release on arm-unknown-linux platform
-+--
Reporter:  kgardas   |Owner: 
Type:  bug   |   Status:  closed 
Priority:  normal|Milestone: 
   Component:  Build System  |  Version:  6.10.1 
Severity:  normal|   Resolution:  invalid
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  arm   |  
-+--
Changes (by igloo):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = invalid

Comment:

 I'm afraid registerised builds aren't supported on `arm`, so you'll need
 to do an unregisterised build:
 http://hackage.haskell.org/trac/ghc/wiki/Building/Unregisterised

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3148#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3136: monad syntax extension

2009-04-10 Thread GHC
#3136: monad syntax extension
-+--
Reporter:  neodymion |Owner:  
Type:  feature request   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  Compiler  |  Version:  6.10.1  
Severity:  normal|   Resolution:  invalid 
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = invalid

Comment:

 I agree with Neil; I think a design needs to be worked out in another
 forum before it is useful to have a ticket for this.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3136#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3147: Testsuite for 6.10.2 fails if ghc is not already installed.

2009-04-10 Thread GHC
#3147: Testsuite for 6.10.2 fails if ghc is not already installed.
-+--
Reporter:  gwright   |Owner:  
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  Test Suite|  Version:  6.10.1  
Severity:  normal|   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = fixed

Comment:

 Applied, thanks!

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3147#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3162: Windows users can't compile time package

2009-04-10 Thread GHC
#3162: Windows users can't compile time package
-+--
Reporter:  NeilMitchell  |Owner:  
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  Compiler  |  Version:  6.10.2  
Severity:  normal|   Resolution:  invalid 
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = invalid

Comment:

 The time package isn't needed to build GHC, so build problems with it
 don't belong here. The maintainer is listed as `ash...@semantic.org` in
 the Cabal file, but I'm not sure whether or not it has a bug tracking
 system.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3162#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3159: QSem fails with negative quantities

2009-04-10 Thread GHC
#3159: QSem fails with negative quantities
-+--
Reporter:  NeilMitchell  |Owner:  
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  libraries/base|  Version:  6.10.2  
Severity:  major |   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * difficulty:  = Unknown
  * resolution:  = fixed

Comment:

 Simple quantity semaphores can't have negative amounts available; the
 bug here is that `newQSem` doesn't check that it has been given a non-
 negative argument; fixed for both `QSem` and `QSemN` by:
 {{{
 Fri Apr 10 17:40:13 BST 2009  Ian Lynagh ig...@earth.li
   * Fix QSem and QSemN: Initial amount must be non-negative
 }}}

 You can write your program with `QSemN`:
 {{{
 import Data.IORef
 import Control.Concurrent

 main = do
sem - newQSemN 0
r - newIORef 0
let incRef = atomicModifyIORef r (\a - (a+1,a))
sequence_ $ replicate 100 $ forkIO $ incRef  signalQSemN sem 1
waitQSemN sem 100
v - readIORef r
print v
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3159#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3130: copyFile and findExecutable don't work correctly if filename has national symbols

2009-04-10 Thread GHC
#3130: copyFile and findExecutable don't work correctly if filename has national
symbols
+---
Reporter:  shelarcy |Owner: 
Type:  bug  |   Status:  new
Priority:  normal   |Milestone:  6.12.1 
   Component:  libraries/directory  |  Version:  6.10.1 
Severity:  normal   |   Resolution: 
Keywords:   |   Difficulty:  Unknown
Testcase:   |   Os:  Windows
Architecture:  x86  |  
+---
Changes (by igloo):

  * difficulty:  = Unknown
  * milestone:  = 6.12.1

Comment:

 Thanks for the report. We should resolve this one way or another for
 6.12.1.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3130#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2619: Can't build older compiler

2009-04-10 Thread GHC
#2619: Can't build older compiler
-+--
Reporter:  judah |Owner:  
Type:  bug   |   Status:  reopened
Priority:  normal|Milestone:  6.12.1  
   Component:  Build System  |  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * component:  Compiler = Build System
  * milestone:  6.10.1 = 6.12.1

Comment:

 configure now checks if we are building with a development snapshot.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2619#comment:17
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1924: Rewrite the handling of values we get from ./configure

2009-04-10 Thread GHC
#1924: Rewrite the handling of values we get from ./configure
-+--
Reporter:  igloo |Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Build System  |  Version:  6.8.1   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1924#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2337: Data.Array documentation utterly broken

2009-04-10 Thread GHC
#2337: Data.Array documentation utterly broken
-+--
Reporter:  japple|Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Documentation |  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2337#comment:23
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2442: Heuristics to improve error messages for badly referenced things

2009-04-10 Thread GHC
#2442: Heuristics to improve error messages for badly referenced things
-+--
Reporter:  batterseapower|Owner:  
Type:  feature request   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.9 
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2442#comment:9
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2451: New signal-handling API

2009-04-10 Thread GHC
#2451: New signal-handling API
-+--
Reporter:  simonmar  |Owner:  
Type:  proposal  |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  libraries/unix|  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2451#comment:7
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2790: Use -fregs-graph by default

2009-04-10 Thread GHC
#2790: Use -fregs-graph by default
-+--
Reporter:  igloo |Owner:  
Type:  task  |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2790#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2811: Unicode support for text I/O

2009-04-10 Thread GHC
#2811: Unicode support for text I/O
-+--
Reporter:  igloo |Owner:  simonmar
Type:  feature request   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  libraries/base|  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2811#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1346: bootstrap from HC files

2009-04-10 Thread GHC
#1346: bootstrap from HC files
-+--
Reporter:  simonmar  |Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Build System  |  Version:  6.6.1   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Moderate (1 day)
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1346#comment:19
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2812: For ghci, drop editline in favour of haskeline

2009-04-10 Thread GHC
#2812: For ghci, drop editline in favour of haskeline
-+--
Reporter:  igloo |Owner:  
Type:  task  |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  GHCi  |  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2812#comment:8
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2917: alloca and allocaArray do not respect alignment

2009-04-10 Thread GHC
#2917: alloca and allocaArray do not respect alignment
-+--
Reporter:  guest |Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  6.12 branch 
   Component:  Compiler (FFI)|  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  reopened = new
  * owner:  igloo =

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2917#comment:18
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2978: Add support for more characters to UnicodeSyntax

2009-04-10 Thread GHC
#2978: Add support for more characters to UnicodeSyntax
-+--
Reporter:  porges|Owner:  
Type:  feature request   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2978#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3119: Make ghc-6.10 use a non-executable stack (by bumping libffi)

2009-04-10 Thread GHC
#3119: Make ghc-6.10 use a non-executable stack (by bumping libffi)
-+--
Reporter:  kolmodin  |Owner:  igloo  
Type:  task  |   Status:  new
Priority:  high  |Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3119#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2301: Proper handling of SIGINT/SIGQUIT

2009-04-10 Thread GHC
#2301: Proper handling of SIGINT/SIGQUIT
--+-
Reporter:  duncan |Owner:  
Type:  bug|   Status:  new 
Priority:  normal |Milestone:  6.12.1  
   Component:  libraries/process  |  Version:  6.8.2   
Severity:  normal |   Resolution:  
Keywords: |   Difficulty:  Unknown 
Testcase: |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
--+-
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2301#comment:7
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2120: Arrays allow out-of-bounds indexes

2009-04-10 Thread GHC
#2120: Arrays allow out-of-bounds indexes
--+-
Reporter:  amthrax|Owner:  
Type:  bug|   Status:  new 
Priority:  normal |Milestone:  6.12.1  
   Component:  libraries (other)  |  Version:  6.8.2   
Severity:  normal |   Resolution:  
Keywords: |   Difficulty:  Unknown 
Testcase: |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
--+-
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2120#comment:9
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2012: compiling via-C does not work on ppc

2009-04-10 Thread GHC
#2012: compiling via-C does not work on ppc
-+--
Reporter:  maeder|Owner: 
Type:  bug   |   Status:  new
Priority:  lowest|Milestone:  6.12 branch
   Component:  Compiler  |  Version:  6.8.2  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  powerpc   |  
-+--
Changes (by igloo):

  * priority:  normal = lowest

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2012#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2444: gtk2hs 0.9.13 fails to build on ppc due to bad code generated with -fvia-C

2009-04-10 Thread GHC
#2444: gtk2hs 0.9.13 fails to build on ppc due to bad code generated with 
-fvia-C
-+--
Reporter:  bos   |Owner: 
Type:  bug   |   Status:  new
Priority:  lowest|Milestone:  6.12 branch
   Component:  Compiler  |  Version:  6.8.3  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  powerpc   |  
-+--
Changes (by igloo):

  * priority:  normal = lowest

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2444#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1502: GHC should integrate better with mingw

2009-04-10 Thread GHC
#1502: GHC should integrate better with mingw
-+--
Reporter:  eivuokko  |Owner: 
Type:  feature request   |   Status:  new
Priority:  high  |Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.6.1  
Severity:  normal|   Resolution: 
Keywords:  windows   |   Difficulty:  Unknown
Testcase:|   Os:  Windows
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * priority:  normal = high
  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1502#comment:11
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2798: Enable rec keyword when RecursiveDo is enabled?

2009-04-10 Thread GHC
#2798: Enable rec keyword when RecursiveDo is enabled?
-+--
Reporter:  nominolo  |Owner:  
Type:  task  |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.11
Severity:  minor |   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * priority:  normal = high
  * milestone:  6.12 branch = 6.12.1

Comment:

 6.12.1 would be a good time to come to a decision about this.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2798#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2793: CLDouble is nothing like a long double

2009-04-10 Thread GHC
#2793: CLDouble is nothing like a long double
-+--
Reporter:  jedbrown  |Owner:  
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  6.12.1  
   Component:  libraries/base|  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * priority:  normal = high
  * milestone:  6.12 branch = 6.12.1

Comment:

 Sounds reasonable, and like it should be easy to fix.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2793#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2744: Missing requirement check for hsc2hs

2009-04-10 Thread GHC
#2744: Missing requirement check for hsc2hs
-+--
Reporter:  jputcu|Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.12.1 
   Component:  Build System  |  Version:  6.10.1 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Linux  
Architecture:  x86   |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2744#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2727: DiffArray performance unusable for advertized purpose

2009-04-10 Thread GHC
#2727: DiffArray performance unusable for advertized purpose
-+--
Reporter:  claus |Owner:  
Type:  run-time performance bug  |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  libraries (other) |  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

Comment:

 `DiffArray` isn't getting much love where it is now; perhaps we should
 split it off into a separate `diffarray` package? That way it could have a
 separate maintainer and become decoupled from GHC's major release
 schedule. Also, it wouldn't appear to be blessed, which is a good thing if
 it is unusably slow.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2727#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2678: hLookAhead + hSetBuffering = unsupported operation (Illegal seek)

2009-04-10 Thread GHC
#2678: hLookAhead + hSetBuffering = unsupported operation (Illegal seek)
-+--
Reporter:  igloo |Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  libraries/base|  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2678#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3155: TypeOperators/Rank2Types clash

2009-04-10 Thread GHC
#3155: TypeOperators/Rank2Types clash
+---
Reporter:  MartijnVanSteenbergen|Owner:  
Type:  bug  |   Status:  closed  
Priority:  normal   |Milestone:  
   Component:  Compiler |  Version:  6.10.1  
Severity:  normal   |   Resolution:  fixed   
Keywords:   |   Difficulty:  Unknown 
Testcase:  typecheck/should_fail/T3155  |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple |  
+---
Comment (by MartijnVanSteenbergen):

 Thanks. :-) I'm always amazed at how fast you (plural) fix the bugs I
 report.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3155#comment:4
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2610: File permission-related proposals

2009-04-10 Thread GHC
#2610: File permission-related proposals
-+--
Reporter:  igloo |Owner:  
Type:  task  |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  libraries/base|  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2610#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2558: re-throwing an asynchronous exception throws it synchronously

2009-04-10 Thread GHC
#2558: re-throwing an asynchronous exception throws it synchronously
-+--
Reporter:  simonmar  |Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2558#comment:11
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2510: Environment modification during installation should be optional

2009-04-10 Thread GHC
#2510: Environment modification during installation should be optional
-+--
Reporter:  nimnul|Owner: 
Type:  feature request   |   Status:  new
Priority:  normal|Milestone:  6.12.1 
   Component:  None  |  Version:  6.8.3  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Windows
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2510#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2489: Registry keys are created in per-user HKCU instead of system-wide HKLM

2009-04-10 Thread GHC
#2489: Registry keys are created in per-user HKCU instead of system-wide HKLM
-+--
Reporter:  nimnul|Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.12.1 
   Component:  None  |  Version:  6.8.3  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Windows
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2489#comment:14
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2467: orphan instance warnings are badly behaved

2009-04-10 Thread GHC
#2467: orphan instance warnings are badly behaved
-+--
Reporter:  duncan|Owner:  
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.8.2   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2467#comment:12
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3128: hClose leaves file descriptor open if it fails

2009-04-10 Thread GHC
#3128: hClose leaves file descriptor open if it fails
-+--
Reporter:  Baughn|Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  libraries/base|  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3128#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3115: mark ghc.cabal so that unsuspecting newbies don't try to edit it

2009-04-10 Thread GHC
#3115: mark ghc.cabal so that unsuspecting newbies don't try to edit it
-+--
Reporter:  nr|Owner:  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Build System  |  Version:  6.11
Severity:  minor |   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3115#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #3164: ghc: panic! (the 'impossible' happened) while building pandoc on a macbook

2009-04-10 Thread GHC
#3164: ghc: panic! (the 'impossible' happened) while building pandoc on a 
macbook
-+--
Reporter:  simonmic  |  Owner:  
Type:  bug   | Status:  new 
Priority:  normal|  Component:  Compiler
 Version:  6.10.2|   Severity:  normal  
Keywords:|   Testcase:  
  Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-+--
 ~/src/pandoc$ ghci -isrc src/pandoc.hs
 GHCi, version 6.10.2: http://www.haskell.org/ghc/  :? for help
 ...
 Loading package digest-0.0.0.5 ... linking ... done.
 Loading package zip-archive-0.1.1.3 ... linking ... done.
 [ 8 of 29] Compiling Text.Pandoc.LaTeXMathML (
 src/Text/Pandoc/LaTeXMathML.hs, interpreted )
 ghc: panic! (the 'impossible' happened)
   (GHC version 6.10.2 for i386-apple-darwin):
 linkBCO: = 64k insns in BCO

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

 

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3164
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3084: alow macros to redefine builtin GHCi commands

2009-04-10 Thread GHC
#3084: alow macros to redefine builtin GHCi commands
-+--
Reporter:  phercek   |Owner:  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  GHCi  |  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3084#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3052: ghc FFI doesn't support thiscall

2009-04-10 Thread GHC
#3052: ghc FFI doesn't support thiscall
+---
Reporter:  augustss |Owner:  
Type:  feature request  |   Status:  new 
Priority:  normal   |Milestone:  6.12.1  
   Component:  Compiler (FFI)   |  Version:  6.10.1  
Severity:  normal   |   Resolution:  
Keywords:   |   Difficulty:  Moderate (1 day)
Testcase:   |   Os:  Windows 
Architecture:  x86  |  
+---
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3052#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #3164: ghc: panic! (the 'impossible' happened) while building pandoc on a macbook

2009-04-10 Thread GHC
#3164: ghc: panic! (the 'impossible' happened) while building pandoc on a 
macbook
--+-
 Reporter:  simonmic  |  Owner:  
 Type:  bug   | Status:  new 
 Priority:  normal|  Milestone:  
Component:  Compiler  |Version:  6.10.2  
 Severity:  normal| Resolution:  
 Keywords:|   Testcase:  
   Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
--+-
Comment (by simonmic):

 Also, a normal compilation gives a stack overflow with that file:

 ~/src/pandoc$ ghc --make -isrc src/pandoc.hs
 ...
 [ 8 of 29] Compiling Text.Pandoc.LaTeXMathML (
 src/Text/Pandoc/LaTeXMathML.hs, src/Text/Pandoc/LaTeXMathML.o )
 stack overflow: use +RTS -Ksize to increase it

 ~/src/pandoc$ ghc --make -isrc src/pandoc.hs +RTS -K32M
 ...
 [ 8 of 29] Compiling Text.Pandoc.LaTeXMathML (
 src/Text/Pandoc/LaTeXMathML.hs, src/Text/Pandoc/LaTeXMathML.o )
 (works)

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3164#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2979: better support for FFI C wrappers for macros in system headers

2009-04-10 Thread GHC
#2979: better support for FFI C wrappers for macros in system headers
-+--
Reporter:  duncan|Owner:  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2979#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2977: Install phase fails when using --enable-shared

2009-04-10 Thread GHC
#2977: Install phase fails when using --enable-shared
---+
Reporter:  ingmar  |Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone:  6.12.1 
   Component:  Compiler|  Version:  6.11   
Severity:  normal  |   Resolution: 
Keywords:  |   Difficulty:  Unknown
Testcase:  |   Os:  Linux  
Architecture:  x86_64 (amd64)  |  
---+
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2977#comment:4
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2968: add test for C trigraphs

2009-04-10 Thread GHC
#2968: add test for C trigraphs
-+--
Reporter:  duncan|Owner:  
Type:  task  |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2968#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2966: build system does not respect --with-gcc=

2009-04-10 Thread GHC
#2966: build system does not respect --with-gcc=
-+--
Reporter:  duncan|Owner:  igloo   
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Build System  |  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

Comment:

 Let's look at this in the new build system

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2966#comment:6
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2954: System.Process.terminateProcess sends SIGTERM rather than SIGKILL on unix

2009-04-10 Thread GHC
#2954: System.Process.terminateProcess sends SIGTERM rather than SIGKILL on unix
--+-
Reporter:  guest  |Owner:  igloo   
Type:  feature request|   Status:  new 
Priority:  normal |Milestone:  6.12.1  
   Component:  libraries/process  |  Version:  6.10.1  
Severity:  normal |   Resolution:  
Keywords: |   Difficulty:  Unknown 
Testcase: |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
--+-
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2954#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2953: deriving Functor, Foldable, Traversable

2009-04-10 Thread GHC
#2953: deriving Functor, Foldable, Traversable
-+--
Reporter:  twanvl|Owner:  twanvl  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.11
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2953#comment:15
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2897: HsFFI.h is not in the default include path for hsc2hs

2009-04-10 Thread GHC
#2897: HsFFI.h is not in the default include path for hsc2hs
-+--
Reporter:  cjs   |Owner:  
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  hsc2hs|  Version:  6.10.1  
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2897#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2806: Require bang-patterns for unlifted bindings

2009-04-10 Thread GHC
#2806: Require bang-patterns for unlifted bindings
-+--
Reporter:  simonpj   |Owner:  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  6.12.1  
   Component:  Compiler  |  Version:  6.8.3   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12 branch = 6.12.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2806#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2226: duplicate samples in heap profiling (-hc) output on 6.8.2

2009-04-10 Thread GHC
#2226: duplicate samples in heap profiling (-hc) output on 6.8.2
---+
Reporter:  clemens |Owner:  
Type:  bug |   Status:  closed  
Priority:  lowest  |Milestone:  6.12 branch 
   Component:  Profiling   |  Version:  6.8.2   
Severity:  normal  |   Resolution:  invalid 
Keywords:  |   Difficulty:  Unknown 
Testcase:  |   Os:  Unknown/Multiple
Architecture:  x86_64 (amd64)  |  
---+
Changes (by igloo):

  * status:  new = closed
  * resolution:  = invalid

Comment:

 No response from submitter.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2226#comment:6
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1735: unused binding changes program behaviour

2009-04-10 Thread GHC
#1735: unused binding changes program behaviour
-+--
Reporter:  igloo |Owner:  simonpj 
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.12 branch 
   Component:  Compiler  |  Version:  6.8 
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * priority:  low = normal

Comment:

 Still happens in the HEAD, although the failure is now
 {{{
 Main: loop
 }}}
 in the `-DFOO` case.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1735#comment:8
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs