From 5ae40a29ff4f42f21c6a0440f4d904e761810555 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Thu, 4 Jun 2020 22:26:11 +0300 Subject: [PATCH] hnix: rm no longer relevant comments Cleaning up old comments that do not hold. M pkgs/development/haskell-modules/configuration-common.nix --- pkgs/development/haskell-modules/configuration-common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c951ee8c65..7c17047d1e6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -216,12 +216,6 @@ self: super: { # Needs older version of QuickCheck. these_0_7_6 = doJailbreak super.these_0_7_6; - # dontCheck: Can be removed once https://github.com/haskell-nix/hnix/commit/471712f is in (5.2 probably) - # This is due to GenList having been removed from generic-random in 1.2.0.0 - # doJailbreak: Can be removed once https://github.com/haskell-nix/hnix/pull/329 is in (5.2 probably) - # This is due to hnix currently having an upper bound of <0.5 on deriving-compat, works just fine with our current version 0.5.1 though - # Does not support recent versions of "these". - # https://github.com/haskell-nix/hnix/issues/514 hnix = generateOptparseApplicativeCompletion "hnix" ( dontCheck (doJailbreak (super.hnix.override { these = self.these_0_7_6; }))