From bacda5885c67735b7d72692827b89fd10e3fbe7d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 11 May 2023 00:46:43 +0200 Subject: [PATCH] haskellPackages.utility-ht: drop obsolete override Stackage has been updated to include utility-ht-0.0.17 --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6989c67211c5..452220e01299 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -209,9 +209,6 @@ 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;