From e258dee08cba677fc35127c905c161013b4e09ef Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Sep 2015 23:29:58 +0200 Subject: [PATCH] http-client: update overrides --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5b59ac4b3f8d..cd0097eb166e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -305,7 +305,7 @@ self: super: { http-client_0_4_19 = dontCheck super.http-client_0_4_19; http-client_0_4_20 = dontCheck super.http-client_0_4_20; http-client_0_4_21 = dontCheck super.http-client_0_4_21; - http-client_0_4_22_1 = dontCheck super.http-client_0_4_22_1; + http-client_0_4_22 = dontCheck super.http-client_0_4_22; http-client_0_4_6_1 = dontCheck super.http-client_0_4_6_1; http-client_0_4_6_2 = dontCheck super.http-client_0_4_6_2; http-client_0_4_6 = dontCheck super.http-client_0_4_6;