···1250 '';
1251 });
12521253- # Version bounds for http-client are too strict:
1254- # https://github.com/bitnomial/prometheus/issues/34
1255- prometheus = doJailbreak super.prometheus;
1256-1257- # Tasty-tap tests are out-of-date with TAP format
1258- # https://github.com/MichaelXavier/tasty-tap/issues/2
1259- tasty-tap = appendPatch super.tasty-tap (pkgs.fetchpatch {
1260- url = https://patch-diff.githubusercontent.com/raw/MichaelXavier/tasty-tap/pull/3.diff;
1261- sha256 = "0l8zbc56dy8ilxl3k49aiknmfhgpcg3jhs72lh3dk51d0a09d9sv";
1262- });
1263-1264 # The doctests in universum-1.5.0 are broken. The doctests in versions of universum after
1265 # 1.5.0 should be fixed, so this should be able to be removed.
1266 universum = dontCheck super.universum;
···1495 '';
1496 sha256 = "097wqn8hxsr50b9mhndg5pjim5jma2ym4ylpibakmmb5m98n17zp";
1497 });
00014981499} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
···1250 '';
1251 });
1252000000000001253 # The doctests in universum-1.5.0 are broken. The doctests in versions of universum after
1254 # 1.5.0 should be fixed, so this should be able to be removed.
1255 universum = dontCheck super.universum;
···1484 '';
1485 sha256 = "097wqn8hxsr50b9mhndg5pjim5jma2ym4ylpibakmmb5m98n17zp";
1486 });
1487+1488+ # Needs a version that's newer than LTS-15.x provides.
1489+ weeder = super.weeder.override { generic-lens = self.generic-lens_2_0_0_0; };
14901491} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super