diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2691631ee22..d2fcb4adc09 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1463,10 +1463,6 @@ self: super: { # aeson bound out of sync rib-core = doJailbreak super.rib-core; - # 2020-11-18: https://github.com/obsidiansystems/aeson-gadt-th/issues/25 - # Testsuite is broken - aeson-gadt-th = dontCheck super.aeson-gadt-th; - # 2020-11-18: https://github.com/srid/neuron/issues/474 # base upper bound is incompatible with ghc 8.10 neuron = doJailbreak super.neuron; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7b571996f35..3fbd2a43f98 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -22664,8 +22664,8 @@ self: { }: mkDerivation { pname = "aeson-gadt-th"; - version = "0.2.4"; - sha256 = "0nl9p7q7bfggm7nk8jmqb53qzdr5qwgscpnxy4r7hjvmd4cx6nrm"; + version = "0.2.5.0"; + sha256 = "17csf7w0r6v8abmj9wx3fa830fmxif0mr3pgwxd63xhlrpv1hq72"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [