haskellPackages.mmark: Use stackage-provided version

Fixes an evaluation error as the versioned attr is missing now.
This commit is contained in:
Robert Hensing
2022-03-31 12:37:31 +02:00
parent c6a9cb4378
commit 9d270f0381
@@ -2584,9 +2584,6 @@ self: super: {
})
] super.elm2nix;
# Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit
mmark = doDistribute self.mmark_0_0_7_5;
# https://github.com/Synthetica9/nix-linter/issues/65
nix-linter = super.nix-linter.overrideScope (self: super: {
aeson = self.aeson_1_5_6_0;