haskellPackages: Remove obsolete aeson_2_1_2_1 overrides

This commit is contained in:
maralorn 2023-06-29 00:13:06 +02:00
parent d75e7e5ede
commit 871fdf1dcb
No known key found for this signature in database
3 changed files with 0 additions and 4 deletions

View file

@ -188,10 +188,8 @@ self: super: {
in
{
aeson = aesonQuickCheckPatch super.aeson;
aeson_2_1_2_1 = aesonQuickCheckPatch super.aeson_2_1_2_1;
}
) aeson
aeson_2_1_2_1
;
# 2023-06-28: Test error: https://hydra.nixos.org/build/225565149

View file

@ -69,7 +69,6 @@ in {
# Jailbreaks & Version Updates
aeson = doDistribute self.aeson_2_1_2_1;
assoc = doJailbreak super.assoc;
async = doJailbreak super.async;
base64-bytestring = doJailbreak super.base64-bytestring;

View file

@ -74,7 +74,6 @@ self: super: {
th-abstraction = doDistribute self.th-abstraction_0_5_0_0;
th-desugar = doDistribute self.th-desugar_1_15;
turtle = doDistribute self.turtle_1_6_1;
aeson = doDistribute self.aeson_2_1_2_1;
memory = doDistribute self.memory_0_18_0;
semigroupoids = doDistribute self.semigroupoids_6_0_0_1;
bifunctors = doDistribute self.bifunctors_5_6_1;