Thomas Tuegel
Thomas Tuegel
I like to call out to R with `inline-r` from my Haskell buffers. This requires that I initialize R in a particular way, so I have a code block at...
I am trying to build hedgehog on Windows 10 with GHC 8.0.2 and cabal-install 1.24. The build fails with an access violation: ```.console Failed to install hedgehog-0.5 Build log (...
`nox-review` is a great tool for detecting mass-rebuilds, but there are a few features that would make it even nicer: - a `--dry-run` option, for when we don't actually want...
(For reference, I am working with [ttuegel/kore](https://github.com/ttuegel/kore/tree/nix), but I have pasted the relevant Nix expressions here.) I use `stack-to-nix` to generate `pkgs.nix`, which I import into `default.nix`: ```.nix let sources...
Entries in the report generated by Profiterole can be ambiguous because identifiers are only qualified by their module name. For example, if one module defines two `Traversable` instances, the entries...
Originally reported [here](https://github.com/haskell/cabal/issues/2050). If, as Happy's documentation indicates, all command-line flags are optional, there should be an inverse of every flag so that later flags override earlier ones.
This was [originally](https://github.com/haskell/cabal/issues/1579) reported as a Cabal bug, but I believe it belongs here: > The value of HTTP_PROXY has as format > http://user:pass@host:80/ > > In the password special...
This doesn't need to be complicated: we just need to install Nix and build the project. We could also try generating some packages as a quick test, but I don't...
One thread per CPU is used by default. Generating packages is heavily IO-bound. My own experiments suggest that four threads per CPU works better. See also #16.
Along the same lines as #8, it would be nice to produce at the end of the run a summary of packages added and removed from the package set.