
27 Jul
2008
27 Jul
'08
4:25 p.m.
On Sat, 2008-07-26 at 20:23 -0500, John Lato 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.
Use Haskell String syntax for paths that contain spaces: include-dirs: "C:\\Program Files\\program\\include" Duncan