Pin to a specific version of all-hies

Fewer cache busts, plus makes updating versions easier
This commit is contained in:
Griffin Smith 2020-01-03 18:30:33 -05:00
parent 84f32efad4
commit e669b54f0c

View file

@ -5,7 +5,7 @@
let
inherit (nixpkgs) pkgs lib;
inherit (lib) id;
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/c6e93d2d641ef48703eabed8ec5cde3d774cb0e5") {};
hie = all-hies.selection { selector = p: { inherit (p) ghc865; }; };
xanthous =
(if failOnWarnings then pkgs.haskell.lib.failOnAllWarnings else id)