From 7fc032e5951b69de22b923e5bf64b0ca34c5b3e3 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Mon, 11 Sep 2023 07:45:57 -0400 Subject: haskellPackages.aeson_2_2_0_0: get compiling Originally from https://github.com/NixOS/nixpkgs/pull/254189 --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3411f215615..6df27eaf6c5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -201,6 +201,11 @@ self: super: { }) ] super.aeson); + # aeson 2.2.0.0 requires th-abstraction >= 0.5 & < 0.6 + aeson_2_2_0_0 = super.aeson_2_2_0_0.overrideScope (hfinal: hprev: { + th-abstraction = hfinal.th-abstraction_0_5_0_0; + }); + # 2023-06-28: Test error: https://hydra.nixos.org/build/225565149 orbits = dontCheck super.orbits; -- cgit 1.4.1