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-19 12:43:47 +01:00 committed by Peter Simons
parent 899f9ffc36
commit 4e5914ee25
2 changed files with 2 additions and 6 deletions

View file

@ -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;

View file

@ -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 = [