From 4e5914ee258330f93c3461bb2c5d229ef30b205b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 19 Nov 2020 12:43:47 +0100 Subject: [PATCH] haskellPackages.neuron: Fix build This bumps aeson-gadt-th, which will be pulled in by the hackage update this night anyways. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- pkgs/development/haskell-modules/hackage-packages.nix | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) 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 = [