ase
ase
Here's another example where this would be helpful: The last setEnv is actually from a different module which makes the rendered haddocks very confusing. ...
@sjakobi do you know where the disambiguation could take place? Edit: it seems the backends are in haddock-api.
Maybe the bios program can gain an extra output file, it seems preferable not to have more programs. I guess looking at how we figure out the ghc for stack...
I have succeeded to install X11 on OS X: - Using X11 from http://xquartz.macosforge.org/landing/ - Running: `LIBRARY_PATH=/opt/X11/lib:$LIBRARY_PATH cabal install X11`
What would be the best place to put installation instructions for OS X? In the readme? In a separate `INSTALL` file? Perhaps in the cabal-file description?
Half the time I cannot even figure out the correct ghcid invocation for new-style cabal. Could a recommended line be added to the readme perhaps? (As a stop gap before...
It seems that `:set prompt2` is now called `:set prompt-cont`.
I have a use-case for profiled dynamic libraries, and might be able to implement this. The ways of building a library seem to be driven by `LocalBuildInfo.withProfLib` and `LocalBuildInfo.withSharedLib`. Does...
I think k-v's attached to bookmarks would also be useful (for example tag a bookmark with a PR reference so while scripting you can tell if you want to make...
I simply noticed that ghcup names the hls binary in a certain way, and I wished the hls wrapper to find it! This PR is unrelated to anything else, at...