haskellPackages.mmsyn5: lift too strict base constraint

This commit is contained in:
sternenseemann 2022-03-19 23:57:58 +01:00
parent 4e332dd557
commit 2812c1a74e

View file

@ -139,6 +139,9 @@ self: super: {
tree-diff = doJailbreak super.tree-diff;
zinza = doJailbreak super.zinza;
# Too strict upper bound on base, no upstream issue tracker nor repository
mmsyn5 = doJailbreak super.mmsyn5;
# Tests require a Kafka broker running locally
haskakafka = dontCheck super.haskakafka;