liquidhaskell: fix build of the required old aeson version

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

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