From 32a434711e8802faf3473f7d6ce92ad4d2fab792 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 30 Sep 2024 07:20:12 +0000 Subject: [PATCH] haskellNix | use mgmeier:speceval-backport constraining GHC9.x speculative evaluation --- flake.lock | 29 ++++++----------------------- flake.nix | 2 +- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index 3b44468b08c..ddd47ff7cc1 100644 --- a/flake.lock +++ b/flake.lock @@ -562,7 +562,6 @@ "hls-2.6": "hls-2.6", "hls-2.7": "hls-2.7", "hls-2.8": "hls-2.8", - "hls-2.9": "hls-2.9", "hpc-coveralls": "hpc-coveralls", "hydra": "hydra", "iserv-proxy": "iserv-proxy", @@ -581,15 +580,16 @@ "stackage": "stackage" }, "locked": { - "lastModified": 1718797200, - "narHash": "sha256-ueFxTuZrQ3ZT/Fj5sSeUWlqKa4+OkUU1xW0E+q/XTfw=", - "owner": "input-output-hk", + "lastModified": 1727679951, + "narHash": "sha256-na8g4DXLaaOUpfGAiInrWpPhk14Mc7xFfsW+yvacfNQ=", + "owner": "mgmeier", "repo": "haskell.nix", - "rev": "cb139fa956158397aa398186bb32dd26f7318784", + "rev": "8c791ed3f92987841649beb356ad7f56e7fadf59", "type": "github" }, "original": { - "owner": "input-output-hk", + "owner": "mgmeier", + "ref": "speceval-backport", "repo": "haskell.nix", "type": "github" } @@ -769,23 +769,6 @@ "type": "github" } }, - "hls-2.9": { - "flake": false, - "locked": { - "lastModified": 1718469202, - "narHash": "sha256-qnDx8Pk0UxtoPr7BimEsAZh9g2WuTuMB/kGqnmdryKs=", - "owner": "haskell", - "repo": "haskell-language-server", - "rev": "0c1817cb2babef0765e4e72dd297c013e8e3d12b", - "type": "github" - }, - "original": { - "owner": "haskell", - "ref": "2.9.0.1", - "repo": "haskell-language-server", - "type": "github" - } - }, "hpc-coveralls": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 045555f7bc5..269f2d7894a 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ flake = false; }; haskellNix = { - url = "github:input-output-hk/haskell.nix"; + url = "github:mgmeier/haskell.nix/?ref=speceval-backport"; inputs.nixpkgs.follows = "nixpkgs"; inputs.hackage.follows = "hackageNix"; };