diff options
author | simonpj <unknown> | 1999-08-27 11:48:10 +0000 |
---|---|---|
committer | simonpj <unknown> | 1999-08-27 11:48:10 +0000 |
commit | 7f2147adc622d0d3ac62a619c85384f71c19f01c (patch) | |
tree | 31dea7f1ba8e7b9b7206db014070b23979ae934b /ghc/docs | |
parent | 253513ac415de49fb7f601aaf7447de5c1362701 (diff) | |
download | haskell-7f2147adc622d0d3ac62a619c85384f71c19f01c.tar.gz |
[project @ 1999-08-27 11:48:08 by simonpj]
When deciding if a module is a "library" module, allow
C:/
C:\
as prefixes of the path, not just
/
We need to improve this hack, but this fix makes things
work on Windoze.
Diffstat (limited to 'ghc/docs')
-rw-r--r-- | ghc/docs/users_guide/using.vsgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ghc/docs/users_guide/using.vsgml b/ghc/docs/users_guide/using.vsgml index 8ef6255514..08e45a1c75 100644 --- a/ghc/docs/users_guide/using.vsgml +++ b/ghc/docs/users_guide/using.vsgml @@ -632,6 +632,9 @@ multi-directory application, use <em>relative</em> path names in your Use absolute path names only for directories containing slowly-changing library modules. +A path is considered ``absolute'' if it starts with ``@/@'', or +``@A:/@'', or ``@A:\@'' (or ``@B:/@'', ``@B:\@'' etc). + Patrick Sansom had a workshop paper about how all this is done (though the details have changed quite a bit). Ask him (email: <htmlurl name="sansom@@dcs.gla.ac.uk" |