From fce1182f4b72f0d0cac968aede357bf439c43151 Mon Sep 17 00:00:00 2001 From: Luc Tielen Date: Mon, 16 Sep 2019 18:52:28 +0200 Subject: [PATCH] haskell.packages.ghc881.tasty-hedgehog: fix dependency versioning issue --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 29be9b9c6fd..a5c84898ab4 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -149,6 +149,7 @@ self: super: { ''; }); system-fileio = doJailbreak super.system-fileio; + tasty-hedgehog = doJailbreak super.tasty-hedgehog; yaml = super.yaml; haskell-src-meta = appendPatch (dontCheck (doJailbreak super.haskell-src-meta)) (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.3.patch";