On Sun, 27 Jul 2008 03:23:09 +0200, John Lato <[EMAIL PROTECTED]> wrote:

Hello,

Can anyone point me to a method for including path names with spaces
in a cabal file?  I would like to add a line similar to the following:
include-dirs:  C:\Program Files\program\include
and of course a corresponding library as well.
[...]

Have you tried replacing "Program Files" with PROGRA~1? This is the old MS-Dos version of the directory name; you can find the old name with command
  dir /x C:\
, this displays the old version next to the new version of the name.


--
Met vriendelijke groet,
Henk-Jan van Tuyl


--
http://functor.bamikanarie.com
http://Van.Tuyl.eu/
--

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to