summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-16 18:52:28 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commitfce1182f4b72f0d0cac968aede357bf439c43151 (patch)
treec5d87cc2ab5375150107f91ab4962d0350cdaa40
parentc120b6957cce1b608528d7380547bb8e6c8080a7 (diff)
downloadnixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.tar
nixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.tar.gz
nixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.tar.bz2
nixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.tar.lz
nixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.tar.xz
nixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.tar.zst
nixpkgs-fce1182f4b72f0d0cac968aede357bf439c43151.zip
haskell.packages.ghc881.tasty-hedgehog: fix dependency versioning issue
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
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";