elmPackages.elmi-to-json: fix incorrect broken flag

This commit is contained in:
sternenseemann 2024-06-06 11:48:15 +02:00
parent caa1c96996
commit f166c7778c
2 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@ self: super: {
] (super.hashable.override {
os-string = null;
});
hashable-time = doDistribute (unmarkBroken super.hashable-time);
# Too strict lower bounds on base
primitive-addr = doJailbreak super.primitive-addr;

View File

@ -378,7 +378,7 @@ let
elm
elm-format
elm-instrument
# elmi-to-json broken by hashable-time on 2024-03-16
elmi-to-json
;
};