s working again & checked in, to share
with
> all. And I'm still hung up on this one issue of slash-reversal. Do you
> have any suggestions?
>
> - Conal
>
> -- Forwarded message --
> From: Conal Elliott <[EMAIL PROTECTED]>
> Date: Jan 24, 2007 10
I've been using Cygwin's bash & make, but I just verified that I get the
same behavior when I use cmd.exe directly.
I run this command (in cmd.exe):
setup configure --disable-use-packages --haddock-args=" --read-interface=
http://haskell.org/ghc/docs/latest/html/libraries/base,c:/ghc/ghc-6.6/do
On Wed, 2007-01-24 at 22:51 -0800, Conal Elliott wrote:
> Do forward slashes get turned into backslashes for -args arguments
> in Windows?
Are you using a shell like Mingw's MSYS? If so it does do that kind of
translation. If you're getting that behaviour when using an ordinary
windows command
Do forward slashes get turned into backslashes for -args arguments in
Windows? Could someone point me to the code that does it? I could add a
setup flag that disables the translation, or maybe detect the "http://"; and
just preserve what looks to be URLs.
BTW, cabal-make now has a target th
I've been working on some haddock-related Cabal tweaks and a "make" include
file called "cabal-make", which manages syntax coloring (vis hscolour) with
links from the haddock docs, web-based links to other libraries, and
wiki-based user comments. It's ready to release for others' use except for
o