haskellPackages.neuron: Fix build

This bumps aeson-gadt-th, which will be pulled in by the hackage update
this night anyways.
This commit is contained in:
Malte Brandy
2020-11-20 20:57:40 +01:00
committed by Peter Simons
parent 899f9ffc36
commit 4e5914ee25
2 changed files with 2 additions and 6 deletions
@@ -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;