Matthew Pickering

Results 125 comments of Matthew Pickering

Still seems that there are situations when the locks are not cleaned up when compiling with `-threaded`.

Perhaps there is also a problem with the `pending-*` files not being cleaned, I found about 400 of these in the store after exiting a run. It seems that these...

I suppose I just want a summary which states which steps were cached and which were rerun. Knowing that a step was cached is quite a good sanity check when...

If it works anything like docker then it's probably easy to add. The docker support is not complicated so should provide inspiration, you essentially will have to define a config...

The hash in funflow is precisely calculated from the output data. The hash in nix is calculated from just the input expression. This is sometimes known as the difference between...

@angerman That's great but hie-nix still uses stack2nix which is where I ran into this issue. If hie-nix started using haskell.nix then this issue doesn't bother me.

``` [matt@nixos:~/]$ echo $TERM rxvt-unicode-256color ```