diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index a341398509d8..263e04beac4e 100644 --- a/default.nix +++ b/default.nix @@ -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) |