From c7d297ec03fc5a1fcc6d4b8c7b6ba6a6365c588d Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 28 Dec 2022 21:40:25 +0100 Subject: [PATCH] haskellPackages.iconv: unbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bbbe91baf78c..e1c343a1fd4d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1657,6 +1657,9 @@ self: super: { # 2021-04-02: Outdated optparse-applicative bound is fixed but not realeased on upstream. trial-optparse-applicative = assert super.trial-optparse-applicative.version == "0.0.0.0"; doJailbreak super.trial-optparse-applicative; + # 2022-12-28: Too strict version bounds on bytestring + iconv = doJailbreak super.iconv; + # 2021-04-02: iCalendar is basically unmaintained. # There is a PR for fixing the build: https://github.com/chrra/iCalendar/pull/50 iCalendar = appendPatches [ diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index f1f7ead5debb..16989575bcf6 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2647,7 +2647,6 @@ broken-packages: - icepeak - icfpc2020-galaxy - IcoGrid - - iconv - ideas - ide-backend-common - idempotent