[Nix-dev] Qt Creator issues

2013-05-27 Thread Bjørn Forsman
Hi, Today I tried using Qt Creator in NixOS. I found two issues: The first issue is that there is no way to create applications from File -> New File or Project. On Ubuntu I have an "Applications" entry just above the "Libraries" entry. On NixOS the "Applications" entry is missing. I suspect this

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-27 Thread Karn Kallio
> I see, but then passing +RTS -V0 to the compiler might make it > deterministic. I think that the IO manager either does not use the context timer or also uses its own timer. However, I do not known and would have to study the GHC documentation/sources to learn if this is true. Perhaps Andres

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-27 Thread Vladimír Čunát
On 05/27/2013 06:02 PM, Karn Kallio wrote: I don't know where the non-determinism comes from, but if they just use a random generator, it would be enough to seed it e.g. from the hash of $out instead of the standard sources. As I understand, GHC has many uses of unsafeInterleaveIO in its implem

[Nix-dev] Wiki search is broken

2013-05-27 Thread Marc Weber
searching for "haskell overlay" or "ruby overlay" should show up: https://nixos.org/wiki/Nix(OS)_related_repositories_and_work but does not. Marc Weber ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-d

Re: [Nix-dev] Haskell packages in the binary cache broken?

2013-05-27 Thread Karn Kallio
> I don't know > where the non-determinism comes from, but if they just use a random > generator, it would be enough to seed it e.g. from the hash of $out > instead of the standard sources. As I understand, GHC has many uses of unsafeInterleaveIO in its implementation, so the order of effects