Re: Writing / Compiling with Primops / Primtypes

2011-10-24 Thread Paul Monday
MagicHash definitely helped but I also had to adjust some thinking. Here is my path back to sanity: {-# LANGUAGE MagicHash #-} import GHC.Prim import GHC.Exts main = do print (eqChar# 'a'# 'b'#) Phew … Thank You for the start! Paul Monday Parallel Scientific, LLC. paul.mon...@parsci

tn23 (x86 OSX HEAD), build 467, Success

2011-10-24 Thread Builder
tn23 (x86 OSX HEAD), build 467 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/467.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Succ

mbolingbroke (x86 OSX HEAD), build 142, Failure

2011-10-24 Thread Builder
mbolingbroke (x86 OSX HEAD), build 142 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/142.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/142.html Cloning into build... error: Recv

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 392, Success

2011-10-24 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 392 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/392.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting v

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 375, Success

2011-10-24 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 375 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/375.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting versi

Re: Writing / Compiling with Primops / Primtypes

2011-10-24 Thread austin seipp
Are you compiling with -XMagicHash? It doesn't really change program semantics - it merely allows you to add '#' to the end of an identifier, which GHC typically uses to indicate unboxed/primitive types (technically it also introduces a few extra literal forms too.) Note the wording of the users gu

Writing / Compiling with Primops / Primtypes

2011-10-24 Thread Paul Monday
We are doing some work defining primops and, hopefully, prim types. It would be VERY helpful if we could write short and simple programs to test them out in .hs, compile them down and use them. But, for some reason, how to compile directly using prim types / ops is eluding us. We were hoping t

pgj2 (amd64 FreeBSD HEAD), build 510, Success

2011-10-24 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 510 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/510.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

pgj (x86 FreeBSD HEAD), build 512, Success

2011-10-24 Thread Builder
pgj (x86 FreeBSD HEAD), build 512 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/512.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Su

[nightly] 24-Oct-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-10-24 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Oct 24 18:00:01 BST 2011. checking out new source

[nightly] 24-Oct-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-10-24 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Mon Oct 24 18:10:01 BST 2011. checking out new s

Re: [commit: testsuite] master: Accept better perf on Windows (2fb703c)

2011-10-24 Thread Daniel Fischer
On Monday 24 October 2011, 20:52:43, Simon Peyton Jones wrote: > test('T5549', > [if_wordsize(32, > - stats_num_field('bytes allocated', 50, > + stats_num_field('bytes allocated', 30, > 80)), > -

[commit: testsuite] master: Accept better perf on Windows (2fb703c)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/2fb703c241963e7510eba99aab2e915dea65b7bf >--- commit 2fb703c241963e7510eba99aab2e915dea65b7bf Author: Simon Pey

[commit: testsuite] master: Improved error meesage (95763c0)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/95763c02a7eca3306898843195ac5dd7554888b4 >--- commit 95763c02a7eca3306898843195ac5dd7554888b4 Author: Simon Pey

[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (fe04622)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/fe046225352fecea4e2c43103420d0395206e847 >--- commit fe046225352fecea4e2c43103420d0395206e847 Merge: aeb8eb3...

[commit: testsuite] master: Test Trac #5566 (aeb8eb3)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/aeb8eb31fd0e79e615f6e2a114b588f308bc4d8d >--- commit aeb8eb31fd0e79e615f6e2a114b588f308bc4d8d Author: Simon Pey

[commit: testsuite] master: Test Trac #5573 (11db2b3)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/11db2b3c26371bf82a61ef1a8a96f4c552f6942f >--- commit 11db2b3c26371bf82a61ef1a8a96f4c552f6942f Author: Simon Pey

[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (5d088ec)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/5d088ece2b34569acf7a1ad179e5aa6ffdf90c3a >--- commit 5d088ece2b34569acf7a1ad179e5aa6ffdf90c3a Merge: f979b4e...

[commit: testsuite] master: Test Trac #5570 (f979b4e)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/f979b4e0e636783cd800a528f45add88ee8899eb >--- commit f979b4e0e636783cd800a528f45add88ee8899eb Author: Simon Pey

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (03d4597)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/03d4597322fcabdbcb697f2e9bdb230bf5672ac6 >--- commit 03d4597322fcabdbcb697f2e9bdb230bf5672ac6 Merge: 8f16b3c... a1448

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (8f16b3c)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8f16b3cddb803c6ff777a82e49efcefc7a32121f >--- commit 8f16b3cddb803c6ff777a82e49efcefc7a32121f Merge: b653231... 50b33

[commit: ghc] master: Fix kind-checking for unboxed tuples (fixes Trac #5573) (b653231)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b653231468f4f166133ca91bc7ca2f5717e5d726 >--- commit b653231468f4f166133ca91bc7ca2f5717e5d726 Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (3caef68)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/3caef68c35b802e140183d2560ec31d3548246e8 >--- commit 3caef68c35b802e140183d2560ec31d3548246e8 Merge: 7c8921e... ca380

[commit: ghc] master: Make sure the arg and result of ($) have kind * (7c8921e)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7c8921e89a9d54e91f92a381418489f28b77372b >--- commit 7c8921e89a9d54e91f92a381418489f28b77372b Author: Simon Peyton Jo

simonmar-win32-stable (x86 Windows STABLE), build 356, Failure

2011-10-24 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 356 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/356.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date

[nightly] 24-Oct-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-10-24 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Mon Oct 24 18:00:01 BST 2011. checking out new source tree

[nightly] 24-Oct-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-10-24 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Mon Oct 24 18:10:01 BST 2011. checking out new source tree

simonmar-win32-head (x86 Windows HEAD), build 423, Failure

2011-10-24 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 423 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/423.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details: http://darcs.hask

[commit: ghc] master: Make the matching in PrelRules "look through" unfoldings (a1448ec)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/a1448ec2f8a50c76ec13bb61cb7bc87e7f7f101c >--- commit a1448ec2f8a50c76ec13bb61cb7bc87e7f7f101c Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (02779cb)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/02779cb1bd2141a98b0e60481a4c7c23d44ed7e4 >--- commit 02779cb1bd2141a98b0e60481a4c7c23d44ed7e4 Merge: af457be... 0d652

[commit: ghc] master: Associated type defaults work only for type *synonym* defaults (b9b5f4c)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b9b5f4c5cf847016c197670ecec18b81b00e73b9 >--- commit b9b5f4c5cf847016c197670ecec18b81b00e73b9 Author: Simon Peyton Jo

[commit: ghc] master: Comments and layout only (ce6e163)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ce6e16300fcb6f32849438ff2c0588e3c615cdf1 >--- commit ce6e16300fcb6f32849438ff2c0588e3c615cdf1 Author: Simon Peyton Jo

[commit: ghc] master: Layout only (af457be)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/af457be67075fecb7b87be8f1c85619caad0f5ee >--- commit af457be67075fecb7b87be8f1c85619caad0f5ee Author: Simon Peyton Jo

[commit: ghc] master: Comments only (c64926f)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c64926f3f9c7e8b6abc67b35b548143107f51958 >--- commit c64926f3f9c7e8b6abc67b35b548143107f51958 Author: Simon Peyton Jo

[commit: ghc] ghc-constraint-solver: Tidying up the new constraint solver implementation. (381cf86)

2011-10-24 Thread dimitris
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-constraint-solver http://hackage.haskell.org/trac/ghc/changeset/381cf8608d382bd36a762b31dcccecf7c08c1618 >--- commit 381cf8608d382bd36a762b31dcccecf7c08c1618 Author:

[commit: ghc] ghc-kinds: Family instances with Pedro (074c8da)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/074c8da8e678d130f5b9f63dca9a4d6f1dde41a3 >--- commit 074c8da8e678d130f5b9f63dca9a4d6f1dde41a3 Author: Simon Peyton

Re: [commit: ghc] master: Be even more careful about eta expansion when bottom is involved (6d5dfbf)

2011-10-24 Thread Simon Marlow
On 24/10/2011 15:45, Simon Peyton-Jones wrote: | I think Ian is making the point that, in the cases where GHC currently | eta-expands bottoms, it could emit a warning instead and let the | programmer choose whether to manually eta-expand (and get the | performance benefit) or not (and keep the cu

[commit: ghc] ghc-kinds: Generalize kinds only after generalizing binders. (b87bf7e)

2011-10-24 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/b87bf7ee485f6ed7b523320565baec5f3c186bf2 >--- commit b87bf7ee485f6ed7b523320565baec5f3c186bf2 Author: Jose Pedro M

[commit: ghc] ghc-kinds: tyVarsOfType should not return kind variables. (cb495bd)

2011-10-24 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/cb495bd6a9f4efdf5ba747de236df782ca7924f8 >--- commit cb495bd6a9f4efdf5ba747de236df782ca7924f8 Author: Jose Pedro M

[commit: ghc] ghc-kinds: Add AnyK as a primitive. Documentation to come. (5b80ca9)

2011-10-24 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/5b80ca9a4edba3b13a2a62eb8cbbb46b84010313 >--- commit 5b80ca9a4edba3b13a2a62eb8cbbb46b84010313 Author: Jose Pedro M

[commit: ghc] ghc-kinds: Remove warnings. (8accba2)

2011-10-24 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/8accba2d9e859c7858584982aa89a2cc6a8f85b0 >--- commit 8accba2d9e859c7858584982aa89a2cc6a8f85b0 Author: Jose Pedro M

[commit: ghc] ghc-kinds: Return also the kind variables in absVarsOf. (4690a0b)

2011-10-24 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/4690a0b915d848dae1573dc8398ba7077ddd7bdd >--- commit 4690a0b915d848dae1573dc8398ba7077ddd7bdd Author: Jose Pedro M

[commit: ghc] ghc-kinds: Merge branch 'ghc-kinds' of http://darcs.haskell.org/ghc into ghc-kinds (b96bdc7)

2011-10-24 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/b96bdc7dd958ecee0945adf9ea1f6907fc32183c >--- commit b96bdc7dd958ecee0945adf9ea1f6907fc32183c Merge: 5b80ca9... 0b

RE: [commit: ghc] master: Be even more careful about eta expansion when bottom is involved (6d5dfbf)

2011-10-24 Thread Simon Peyton-Jones
| I think Ian is making the point that, in the cases where GHC currently | eta-expands bottoms, it could emit a warning instead and let the | programmer choose whether to manually eta-expand (and get the | performance benefit) or not (and keep the current semantics). Alas not. The example I gave

Re: Fixing failure in popcnt test case for llvm-gcc

2011-10-24 Thread David Peixotto
On Oct 22, 2011, at 5:43 PM, Johan Tibell wrote: > On Sat, Oct 22, 2011 at 6:40 AM, David Peixotto wrote: > Ok, so to do it the "quick" way would be to change the translation of the > PopCnt primop in compiler/codeGen/CgPrimOp.hs? The change would be to first > narrow the argument by generatin

[commit: ghc] master: Give a correct SrcSpan to 'it' (#5564) (1d1cf4a)

2011-10-24 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/1d1cf4acb194a6f6bebb5b5ff3860d3182ac6b6f >--- commit 1d1cf4acb194a6f6bebb5b5ff3860d3182ac6b6f Author: Simon Marlow D

[commit: ghc] master: delete shadowed entries from tcg_rdr_env (#5564) (0d6529f)

2011-10-24 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/0d6529f669104b6f22049d456a9600d949a09018 >--- commit 0d6529f669104b6f22049d456a9600d949a09018 Author: Simon Marlow D

[commit: ghc] master: Increment the line number correctly in GHCi (321ceb4)

2011-10-24 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/321ceb4ad0fb2c63d5e3dd091b76c0a97d562869 >--- commit 321ceb4ad0fb2c63d5e3dd091b76c0a97d562869 Author: Simon Marlow D

[commit: ghc] master: fix race condition in yieldCapability() (#5552) (f9f0b08)

2011-10-24 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/f9f0b08750af311190830f6d4de270806fe52789 >--- commit f9f0b08750af311190830f6d4de270806fe52789 Author: Simon Marlow D

mbolingbroke (x86 OSX HEAD), build 141, Incomplete

2011-10-24 Thread Builder
mbolingbroke (x86 OSX HEAD), build 141 Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/mbolingbroke/141.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Nothing Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builde

Re: Seg fault in haddock

2011-10-24 Thread David Waern
2011/10/24 Simon Peyton-Jones : > | The bad thing is that the .haddock file exists, but is from an earlier > | version of haddock. haddock doesn't like that at all. Or rather, it doesn't > | notice and misinterprets it, leading to a segfault. > > I think that's exactly right. Sometimes you get "Ix

[commit: ghc] ghc-kinds: Wibble Simon and Pedro (0bef7a8)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-kinds http://hackage.haskell.org/trac/ghc/changeset/0bef7a8cf2c93cce7932f4ef3bb6b7d4dda71737 >--- commit 0bef7a8cf2c93cce7932f4ef3bb6b7d4dda71737 Author: Simon Peyton

Re: [commit: ghc] master: Be even more careful about eta expansion when bottom is involved (6d5dfbf)

2011-10-24 Thread Simon Marlow
On 21/10/2011 18:15, Simon Peyton-Jones wrote: |> | The programs it improves could also be improved by changing things like |> | error "foo" |> | to |> | \_ -> error "foo" |> |> Technically that's simply an invalid transformation, because it changes behaviour | with seq. | | What I

[commit: ghc] master: Comments only on superclass cycle check (f4d37f0)

2011-10-24 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/f4d37f0579b9f5e3a145bcb6f102a4a5c556a675 >--- commit f4d37f0579b9f5e3a145bcb6f102a4a5c556a675 Author: Simon Peyton Jo

New patches in /srv/darcs/git-mirrors/Cabal

2011-10-24 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Cabal commit ed76eb5dfab609692adc79991652c130be02065a Author: Duncan Coutts Date: Sun Oct 23 21:44:25 2011 + Fix source repo subdir name after cabal->Cabal dir rename commit 7c119874e64492626bd15fa26ae30d2c1b2aca98 Author: Duncan Coutts Date:

New patches in /srv/darcs/git-mirrors/Win32

2011-10-24 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/Win32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Arrows bug

2011-10-24 Thread Simon Peyton-Jones
Ross, any thoughts about http://hackage.haskell.org/trac/ghc/ticket/5380? Simon Too general type with Arrows extension Reported by: sebf Owned by: ross Priority: highest Milestone: 7.4.1 Component: Compiler Version: 7.0.3 Keywords:

simonmar-win32-stable (x86 Windows STABLE), build 355, Success

2011-10-24 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 355 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/355.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version d

[commit: ghc] master: Add note about superclass cycle check (4fdd29a)

2011-10-24 Thread Max Bolingbroke
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/4fdd29adccbc20485cf9969c1a58e67bb827cd94 >--- commit 4fdd29adccbc20485cf9969c1a58e67bb827cd94 Author: Max Bolingbroke

RE: Seg fault in haddock

2011-10-24 Thread Simon Marlow
> | The bad thing is that the .haddock file exists, but is from an earlier > | version of haddock. haddock doesn't like that at all. Or rather, it > | doesn't notice and misinterprets it, leading to a segfault. > > I think that's exactly right. Sometimes you get "Ix out of range", and > sometimes

RE: Seg fault in haddock

2011-10-24 Thread Simon Peyton-Jones
| The bad thing is that the .haddock file exists, but is from an earlier | version of haddock. haddock doesn't like that at all. Or rather, it doesn't | notice and misinterprets it, leading to a segfault. I think that's exactly right. Sometimes you get "Ix out of range", and sometimes a seg fault