From b1d705b1bd8f501aff853e9b0261010f16579962 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 15 May 2024 14:36:59 +0900 Subject: [PATCH] Update the hackage.nix pin to incorporate tmp-proc-v0.7 --- dev.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.nix b/dev.nix index d08dd06..3265447 100644 --- a/dev.nix +++ b/dev.nix @@ -3,12 +3,12 @@ h8x-commit = "5297ad9e688b8a6d1ae0e8297f5502bccb5511a5"; # Pin hackage-nix to the potentially more recent version of hackage - hackage-nix-commit = "25618a5293d11ef32e37bc10070783c3f720fa3a"; + hackage-nix-commit = "a62dac66a95f2fb407c824592c6f325b8f7d0b60"; # Specify the GHC version to use. compiler-nix-name = "ghc928"; # Specify the hackage index state which should be supported by either # the h8x-commit, or the hackage-nix-commit, whichever is latest - index-state = "2024-05-12T00:00:00Z"; + index-state = "2024-05-13T00:00:00Z"; }