Re: [Haskell-cafe] regex package for yhc?

2007-12-06 Thread Duncan Coutts
On Thu, 2007-12-06 at 15:21 -0500, Thomas Hartman wrote: > Is there a cabal equivalent for yhc? One day we hope Cabal will support yhc. It currently supports ghc, hugs and has partial support for nhc98 and jhc. The main thing holding it back is dependency chasing in Cabal or the lack thereof. C

Re: check if program uses haskell 98 only? Re: [Haskell-cafe] regex package for yhc?

2007-12-06 Thread Henning Thielemann
On Thu, 6 Dec 2007, Thomas Hartman wrote: > On a related note... is there some easy way to be sure that a program I am > compiling uses only haskell 98? (Because any pure haskell 98 should always > compile on yhc... right?) You can for instance use 'haskell98' as dependent package instead of 'ba

check if program uses haskell 98 only? Re: [Haskell-cafe] regex package for yhc?

2007-12-06 Thread Thomas Hartman
ng to migrate this to yhc is going to be Work at the least, maybe not doable at all at the worst.) Is there a way to do that? t. Thomas Hartman/ext/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 12/06/2007 03:21 PM To [EMAIL PROTECTED], haskell-cafe@haskell.org cc Subject [Haskell-cafe] regex pa

[Haskell-cafe] regex package for yhc?

2007-12-06 Thread Thomas Hartman
Is there some way to use any of the various regex packages on hackage via yhc? Has anyone installed one them successfully? I'd like regex-tdfa, but would settle for regex-posix, or really, anything that brings the convenience of regex to yhc. In general, is there a straightforward way to instal