mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-doctest: update overrides for ghc-8.4.x
This commit is contained in:
parent
2932385b3c
commit
79c2be32ad
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ self: super: {
|
|||
|
||||
## Needs bump to a versioned attribute
|
||||
## Issue: https://github.com/sol/doctest/issues/189
|
||||
doctest = overrideCabal super.doctest_0_14_1 (drv: {
|
||||
doctest = overrideCabal super.doctest_0_15_0 (drv: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## ghc >=7.0 && <8.4
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue