Re: Advice sought for 6.9 and Arrow/Category

2008-07-22 Thread Spencer Janssen
: -DAPPLICATIVE_IN_BASE else build-depends: base 2.0 Cheers, Spencer Janssen ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: wish for more-usable bindist

2008-01-07 Thread Spencer Janssen
a little trick I picked up from Stefan O'Rear: sed -e 's/readline.so.4/readline.so.5' --in-place ~/lib/ghc-6.8.2/ghc-6.8.2 Surprisingly, this produces a working GHC. Cheers, Spencer Janssen ___ Glasgow-haskell-users mailing list Glasgow-haskell-users

Re: How to use #ifdef WIN32

2007-12-20 Thread Spencer Janssen
on a Makefile setting WIN32, or should there be something predefined? Thanks, If you're using Cabal, something like this should work: if os(win32) cpp-options: -DWIN32 Cheers, Spencer Janssen ___ Glasgow-haskell-users mailing list

Re: How to use #ifdef WIN32

2007-12-20 Thread Spencer Janssen
On Thursday 20 December 2007 22:04:13 Duncan Coutts wrote: On Thu, 2007-12-20 at 21:16 -0600, Spencer Janssen wrote: If you're using Cabal, something like this should work: if os(win32) cpp-options: -DWIN32 To be precise: if os(windows) cpp-options: -DWIN32

Re: Locating shared libraries

2007-06-15 Thread Spencer Janssen
-base.so and libghc66-mtl.so -- with no dependencies on the GHC compiler package itself. Does this pass your litmus test? Cheers, Spencer Janssen ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman

Re: runtime fusion for Data.ByteString.cons ?

2006-11-19 Thread Spencer Janssen
be able to handle most (all?) of your string producing functions efficiently. Cheers, Spencer Janssen ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: Major type-class overhaul

2006-11-17 Thread Spencer Janssen
constraint there. Spencer Janssen ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users