haskell.packages.ghc921.aeson_2_0_1_0: drop obsolete override

The hackage version of aeson has been updated from 2.0.1.0 -> 2.0.2.0
and now builds without intervention.
This commit is contained in:
sternenseemann 2021-11-20 13:28:20 +01:00
parent 0bebef945b
commit 344bea4e0c

View File

@ -55,9 +55,6 @@ self: super: {
excludes = ["*.cabal"];
}) (doJailbreak super.aeson);
# Tests use Data.Semigroup.Option
aeson_2_0_1_0 = dontCheck (doJailbreak super.aeson_2_0_1_0);
basement = overrideCabal (drv: {
# This is inside a conditional block so `doJailbreak` doesn't work
postPatch = "sed -i -e 's,<4.16,<4.17,' basement.cabal";