Robert Lefkowitz

Results 26 comments of Robert Lefkowitz

Did you mean 'e.g.' rather than 'i.e.' there? ('e.g.' would be giving an example policy, 'i.e.' would be stating that it should be a certain thing)

For the 2012.4.0.0 release I'll be including opt and llc with the Windows installer. I was able to compile a helloworld program with -fllvm that way. Please tell me if...

I believe the vast majority of this has now been addressed. The only thing remaining is to clean up the wiki page.

This turned out to be harder than I expected. The recommended way is to just set RequestExecutionLevel to admin, but we can't do that since we also want to allow...

if you're using cygwin's bash (actually, a slight variation should work with unix/bash as well), you can do something like the following in your `~/.bashrc` (might need tweaking, this version...

Adding ghc-paths at its current state to HP would be useless, since it refers to the paths on the build machine, not the machine on which HP is installed.

By the nature of ghc-paths (capture the GHC installation paths in a Haskell module), you cannot bundle an installed version. That doesn't mean you couldn't install a bundled version, though!-)...

It would be a bit more tricky than just calling cabal install (we can't assume a working Internet connection), but doable. More serious problem with ghc-paths in its current form...

A better idea is to just ship MSYS and put a shortcut to it from the program menu. This will provide an environment in which the user can build libraries...

Doesn't this already work on Unix-likes? The package.conf file is by default stored under $HOME/.ghc on these systems, and cabal-install installs to $HOME/.cabal, so the newly-installed GHC should pick up...