From cc72b8ea4e2dcb4147e7811c926ea95058cd9a95 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 6 Apr 2025 13:09:52 +0200 Subject: [PATCH] haskell-modules/configuration-hackage2nix: remove default-package-override for http-semantics The comment is not true anymore. In fact both http2 and http3 *require* http-semantics >= 0.3.0 as of today. --- .../haskell-modules/configuration-hackage2nix/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index f8a1db921079..ed058b08aa6f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -30,8 +30,6 @@ default-package-overrides: - chs-cabal < 0.1.1.2 # Incompatible with Cabal < 3.12 # 2024-08-17: Stackage doesn't contain hnix-store-core >= 0.8 yet, so we need to restrict hnix-store-remote - hnix-store-remote < 0.7 - # 2024-11-01: no release version of http2/3 supports http-semantics >= 0.3.0 at the moment - - http-semantics < 0.3.0 # 2024-12-23: last version to be compatible with Stackage LTS 22/23 (due to data-default) - diagrams-input < 0.1.4 # 2024-12-31: last version that's compatible with GHC < 9.9