ghc-pkg 6.2 incorrectly parses commas within quotes

2004-01-11 Thread Ashley Yakeley
with a correct ghc-pkg. -- Ashley Yakeley, Seattle WA ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: ghc-pkg 6.2 incorrectly parses commas within quotes

2004-01-11 Thread Ashley Yakeley
it... Might it not be better to do it this way? deps = base,haskell98,network [${deps},foo] = (expand $-reference) [base,haskell98,network,foo] = (quote things) [base,haskell98,network,foo] The idea is that unquoted things get implicitly quoted, so you don't need to quote ${deps}. -- Ashley

ghc -cpp on Mac OS X

2003-11-11 Thread Ashley Yakeley
. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- Ashley Yakeley, Seattle WA ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: Weird Undecidable Instances Bug

2003-09-09 Thread Ashley Yakeley
program would be solvable in a finite amount of work. I guess one possibility might be to make such an instance decl illegal. Nooo!!! My workaround was simply to put the instance declaration in a later module. Then g type-checks fine. -- Ashley Yakeley, Seattle WA

Re: Weird Undecidable Instances Bug

2003-09-09 Thread Ashley Yakeley
behaviour. -- Ashley Yakeley, Seattle WA ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Weird Undecidable Instances Bug

2003-09-08 Thread Ashley Yakeley
': g = f $ ghc --version The Glorious Glasgow Haskell Compilation System, version 6.0.1 -- Ashley Yakeley, Seattle WA ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: -fno-implicit-prelude -prof bug on x86

2003-07-21 Thread Ashley Yakeley
: `NULL' undeclared here (not in a function) /tmp/ghc4124.hc:5: initializer element is not constant /tmp/ghc4124.hc:5: (near initialization for `M_CAFs_cc_ccs[0].indexTable') Workaround: pass -optc-DNULL=0 to GHC. -- Ashley Yakeley, Seattle WA

-fno-implicit-prelude -prof bug on x86

2003-07-16 Thread Ashley Yakeley
is removed. It successfully compiles on MacOS X. $ ghc --version The Glorious Glasgow Haskell Compilation System, version 6.0 $ uname -a Linux rollright 2.4.18-686 #1 Sun Apr 14 11:32:47 EST 2002 i686 GNU/Linux -- Ashley Yakeley, Seattle WA ___ Glasgow

RE: Ways and Build Tags for Optimisation

2003-06-02 Thread Ashley Yakeley
take about six hours (GHC 5.04.3 for MacOS X). -- Ashley Yakeley, Seattle WA Almost empty page: http://semantic.org/ ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs