From 81c6edc05ebf18326d50f57dcbe2571dbefd7e5f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 21 Dec 2024 20:30:50 +0100 Subject: [PATCH] haskell.packages.ghc910.http2: build with http-semantics >= 0.3 --- pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix index 848d753b73b5..65f08ed1b413 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -70,7 +70,8 @@ self: super: { integer-conversion = doDistribute self.integer-conversion_0_1_1; ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20241103; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_10_0_0; - http2 = self.http2_5_3_5; + http2 = doDistribute self.http2_5_3_5; + http-semantics = doDistribute self.http-semantics_0_3_0; lens = doDistribute self.lens_5_3_2; lukko = doDistribute self.lukko_0_1_2; network-control = super.network-control_0_1_3;