about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJack Kelly <jack@jackkelly.name>2019-01-09 13:20:27 +1100
committerPeter Simons <simons@cryp.to>2019-02-02 13:11:53 +0100
commit038752f30b34b04692bba1e0919b5b0231bb7f9a (patch)
tree23ec20bf83ca63193d89ea6fba1b8906d9c3d127 /pkgs/development/haskell-modules/configuration-common.nix
parent528251c37b1e55cf6b91c298c970ab0d42f7014a (diff)
downloadnixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.tar
nixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.tar.gz
nixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.tar.bz2
nixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.tar.lz
nixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.tar.xz
nixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.tar.zst
nixlib-038752f30b34b04692bba1e0919b5b0231bb7f9a.zip
haskellPackages.tdigest: jailbreak
Upstream doesn't publish releases or revisions to relax test bounds.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f0fa623517c2..c96152502d48 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1183,7 +1183,7 @@ self: super: {
   hlint = super.hlint.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
   hoogle = super.hoogle.overrideScope (self: super: { haskell-src-exts = self.haskell-src-exts_1_21_0; });
 
-  # jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
+  # Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
   tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
 
   # These patches contain fixes for 8.6 that should be safe for