mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-doctest: update override for ghc-8.4.x to latest version
This commit is contained in:
parent
db319effa0
commit
48e1d7837a
1 changed files with 1 additions and 17 deletions
|
@ -39,23 +39,7 @@ self: super: {
|
|||
unix = null;
|
||||
xhtml = null;
|
||||
|
||||
## Shadowed:
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## Issue: https://github.com/sol/doctest/issues/189
|
||||
doctest = overrideCabal super.doctest_0_15_0 (drv: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## ghc >=7.0 && <8.4
|
||||
##
|
||||
## Setup: Encountered missing dependencies:
|
||||
## QuickCheck >=2.11.3
|
||||
doCheck = false;
|
||||
});
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
## Setup: Encountered missing dependencies:
|
||||
## Cabal <2.2
|
||||
## Older versions don't compile.
|
||||
doctest = dontCheck super.doctest_0_16_0; # tests depend on very recent QuickCheck
|
||||
hackage-db = super.hackage-db_2_0_1;
|
||||
|
||||
## Needs bump to a versioned attribute
|
||||
|
|
Loading…
Reference in a new issue