From 27aed0d10bec72ab2cbf24a192e05b431995e746 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 11:02:16 +0100 Subject: [PATCH] haskellPackages.mmark: 0.0.7.4 -> 0.0.7.5 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6ce380272a30..ac16273347e9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2623,4 +2623,7 @@ self: super: { revision = null; }) super.mustache; + # 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; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super