randen

Results 5 issues of randen

Fix issue #289, Add command line switches to hptool for Windows Fix issue #279: add MSys to user's cabal.config NOTE: The changes for adding/changing the command line switches will affect...

One of the last steps in the HP installer is to invoke the just-installed cabal to modify its config file to write the `extra-prog-path`, `extra-lib-dirs.`, and `extra-include-dirs.`. values with directories...

Windows

Currently, on the Windows flavor of the HP installer, we elevate privileges near the very start of the installation process. This prevents some users from being able to get to...

Windows

Background: The Windows build of Haskell Platform has always used some static (but relative to the build) directory locations for ghc documentation, which itself is due to the fact that...

See haskell/cabal#4597. Resolving that referenced issue may result in the cabal executable being found in a different directory. If/when that happens, then we need to wait (maybe not: see following...