[Nix-dev] The Future of Haskell Packaging in Nix

William Casarin bill at casarin.me
Wed Oct 14 20:42:24 CEST 2015


Hey Peter,

On Wed, Oct 14, 2015 at 7:39 AM, Peter Simons <simons at cryp.to> wrote:
> Fellow Nixers and Haskellers,
>
> [..] and we
> still don't have convincing answers to questions like: how do I compile my
> package with profiling support?

I thought we already have fairly straightforward support for this via overrides?
I have been using this method:

https://gist.github.com/jb55/af8b095b3ad97fb3035e

and then just `nix-shell --arg profiling true` to build with profiling.


More information about the nix-dev mailing list