- Feb 19, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
Clean up parsing & pretty-printing. Most list fields now have consistent syntax: - commas are optional - each element of the list is either - a sequence of one or more non-space non-comma characters - a quoted string in Haskell 98 lexical syntax The build-depends field still requires commas, because the elements can contain whitespace. I merged fieldGet/fieldShow in StanzaField into a single field for simplicity. display some messages when verbosity > 0 extraLibs and extraLibDirs were ignored when building for GHC Rename package description fields as in InstalledPackageInfo: options-ghc -> ghc-options options-hugs -> hugs-options options-nhc -> nhc-options extra-libs -> extra-libraries document syntax changes. Perhaps executable should be a token instead of freeform? installHugs: treat Main the same as other modules
-
- Feb 18, 2005
-
-
Isaac Potoczny-Jones authored
Clean up parsing & pretty-printing. Most list fields now have consistent syntax: - commas are optional - each element of the list is either - a sequence of one or more non-space non-comma characters - a quoted string in Haskell 98 lexical syntax The build-depends field still requires commas, because the elements can contain whitespace. I merged fieldGet/fieldShow in StanzaField into a single field for simplicity.
-
Isaac Potoczny-Jones authored
-
- Feb 16, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Feb 15, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
Fixed bug for ghc < 6.3 where call to ghc-pkg during configure step was unconditional. Now only call ghc-pkg to get versioned dependencies if >= 6.3. revived buildDepToDep as setDepByVersion, which sets the exact version number if supplied by the package description in any case where we can't query the HC-pkg system. minor fix to withHooks test for hugs
-
Isaac Potoczny-Jones authored
Configure dependencies properly, by querying hc-pkg for the package list. We should pass the full package id (including version) to ghc now that we know it, not just the package name. buildHugs: use ppCpp (calling cpphs) instead of invoking cpp directly. Also removed the unused exeDependencies. Add --user flag to configure Doc setup configure --user/--global Minor doc tweaks Hugs only: use binary handles for copyFile
-
Isaac Potoczny-Jones authored
-
- Feb 14, 2005
-
-
Isaac Potoczny-Jones authored
Found the following issues: ** install --user for hugs doesn't work at all ** install for hugs doesn't know the trick of checking in the library directory for other-modules while building an executable ** copyFile for hugs doesn't work on binaries? I get an error about encodings during copy step when cross-installing GHC libraries with Hugs build. This may mask other problems since its hard to test cross-installing.
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Feb 13, 2005
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
** fix executables and installation locations for Hugs ** only create the installedConfigFile if the package has a buildable library. ** Regularize treatment of --verbose: * no longer a global option (it was ignored there) * added to configure and clean, so it's an option for all commands Also fixed the Usage message and clobbered placeholder long descriptions.
-
- Feb 12, 2005
-
-
Isaac Potoczny-Jones authored
-