From 5bc71945ff24aeb6e2838b67807ea5487eb5d0f0 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Fri, 5 Jun 2020 17:20:58 +0300 Subject: [PATCH] rm these_0_7_6, no longer used package version Was require by old hnix version. M pkgs/development/haskell-modules/configuration-hackage2nix.yaml --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- .../development/haskell-modules/configuration-hackage2nix.yaml | 1 - 2 files changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cf3a519db27..3b2e98631dc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -213,9 +213,6 @@ self: super: { # base bound digit = doJailbreak super.digit; - # Needs older version of QuickCheck. - these_0_7_6 = doJailbreak super.these_0_7_6; - # 2020-06-05: HACK: does not passes own build suite - `dontCheck` hnix = generateOptparseApplicativeCompletion "hnix" ( dontCheck (doJailbreak super.hnix) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index af9bc09ce5d..e1d9cd40ce5 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -2435,7 +2435,6 @@ extra-packages: - seqid-streams < 0.2 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x - split < 0.2 # newer versions don't work with GHC 6.12.3 - tar < 0.4.2.0 # later versions don't work with GHC < 7.6.x - - these == 0.7.6 # required by hnix 0.6.1 - transformers == 0.4.3.* # the latest version isn't supported by mtl yet - vector < 0.10.10 # newer versions don't work with GHC 6.12.3 - xml-conduit ^>= 1.7 # pre-lts-11.x versions neeed by git-annex 6.20180227