summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJack Kelly <jack@jackkelly.name>2019-02-03 20:33:13 +1100
committerJack Kelly <jack@jackkelly.name>2019-02-03 20:33:13 +1100
commit65bb12e337f0f6b473783ec60c782e677194100a (patch)
tree3582b792f755ecad693b9bf8dd16b1cbae347218 /pkgs/development
parent14dd9ca1b212d7f10b459e7ff62a2866cdfeaba9 (diff)
downloadnixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.tar
nixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.tar.gz
nixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.tar.bz2
nixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.tar.lz
nixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.tar.xz
nixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.tar.zst
nixpkgs-65bb12e337f0f6b473783ec60c782e677194100a.zip
haskellPackages.these: jailbreak
Test require tasty >= 1.2, which isn't in hackage-packages. Maintainer
has a stated policy of not publishing revisions/new versions for test
dependency changes.

0.7.6 is in hackage but not yet in nixpkgs.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 58f1f90977a..4b54ec5685b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1185,6 +1185,7 @@ self: super: {
 
   # Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
   tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
+  these = doJailbreak super.these; # until these >= 0.7.6
 
   # These patches contain fixes for 8.6 that should be safe for
   # earlier versions, but we need the relaxed version bounds in GHC