From c933506468763ce2b09637f5bdc9fdcb4a6a562e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 5 May 2023 21:55:36 +0200 Subject: [PATCH] haskellPackages.utility-ht: 0.0.16 -> 0.0.17 PVP allows this update as non-breaking, so we anticipate Stackage updating in the future (0.0.17 was uploaded a day after the latest LTS snapshot) to unbreak comfort-glpk. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a1ce4d7c5ee1..2ebb71f72167 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -205,6 +205,9 @@ self: super: { ### END HASKELL-LANGUAGE-SERVER SECTION ### ########################################### + # Remove when Stackage LTS advances to this version, should be LTS-20.20 + utility-ht = doDistribute self.utility-ht_0_0_17; + vector = overrideCabal (old: { # Too strict bounds on doctest which isn't used, but is part of the configuration jailbreak = true;