From 9d270f0381bd02abaf6b69492d283faee8df66f8 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 31 Mar 2022 12:37:31 +0200 Subject: [PATCH] haskellPackages.mmark: Use stackage-provided version Fixes an evaluation error as the versioned attr is missing now. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index dfa47f2a82c5..f5e386fba543 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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;