haskellPackages.numerals: Disable version checks

We could also be using fetchFromGithub but the repo looks stale enough that it
doesn't really matter, plus the upper bounds for almost all the dependencies
doesn't exist anymore.
This commit is contained in:
Deniz Alp 2022-02-08 12:34:38 +03:00 committed by sterni
parent d550bbb3c7
commit 40712e1494
3 changed files with 6 additions and 4 deletions

View file

@ -63,6 +63,12 @@ self: super: {
# works fine there.
fakedata = dontCheck super.fakedata;
# The latest release on hackage has an upper bound on containers which
# breaks the build, though it works with the version of containers present
# and the upper bound doesn't exist in code anymore:
# > https://github.com/roelvandijk/numerals
numerals = doJailbreak (dontCheck super.numerals);
# This test keeps being aborted because it runs too quietly for too long
Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;
@ -307,7 +313,6 @@ self: super: {
network-dbus = dontCheck super.network-dbus;
notcpp = dontCheck super.notcpp;
ntp-control = dontCheck super.ntp-control;
numerals = dontCheck super.numerals;
odpic-raw = dontCheck super.odpic-raw; # needs a running oracle database server
opaleye = dontCheck super.opaleye;
openpgp = dontCheck super.openpgp;

View file

@ -3437,7 +3437,6 @@ broken-packages:
- numbered-semigroups
- NumberSieves
- NumberTheory
- numerals
- numerals-base
- numeric-qq
- numeric-ranges

View file

@ -199469,8 +199469,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ];
description = "Convert numbers to number words";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"numerals-base" = callPackage