liquidhaskell: fix build of the required old aeson version

Closes https://github.com/NixOS/nixpkgs/issues/28372.

+1
+1
pkgs/development/haskell-modules/configuration-common.nix
··· 851 851 852 852 # build liquidhaskell with the proper (old) aeson version 853 853 liquidhaskell = super.liquidhaskell.override { aeson = self.aeson_0_11_3_0; }; 854 + aeson_0_11_3_0 = super.aeson_0_11_3_0.override { base-orphans = self.base-orphans_0_5_4; }; 854 855 855 856 # Test suite fails: https://github.com/lymar/hastache/issues/46. 856 857 # Don't install internal mkReadme tool.