ase

Results 15 comments of 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. ![screenshot 2019-01-03 at 15 06 03](https://user-images.githubusercontent.com/75746/50641709-23e98500-0f69-11e9-83b5-950224eba3e4.png)...

@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...