haskell-doctest: update ghc 8.4.x version to 0.14.1

This commit is contained in:
Peter Simons 2018-02-23 13:13:04 +01:00
parent f7ab190096
commit b5454a1380

@ -62,13 +62,7 @@ self: super: {
## Needs bump to a versioned attribute
## Issue: https://github.com/sol/doctest/issues/189
doctest = overrideCabal super.doctest_0_14_0 (drv: {
## Setup: Encountered missing dependencies:
## ghc >=7.0 && <8.4
##
## uncaught exception: IOException of type NoSuchThing (test/integration/testImport: changeWorkingDirectory: does not exist (No such file or directory))
doCheck = false;
});
doctest = super.doctest_0_14_1;
## Needs bump to a versioned attribute
## • Could not deduce (Semigroup (IterT m a))
@ -483,11 +477,6 @@ self: super: {
jailbreak = true;
});
doctest_0_14_0 = overrideCabal super.doctest_0_14_0 (drv: {
## uncaught exception: IOException of type NoSuchThing (test/integration/testImport: changeWorkingDirectory: does not exist (No such file or directory))
doCheck = false;
});
exception-transformers = overrideCabal super.exception-transformers (drv: {
## Setup: Encountered missing dependencies:
## HUnit >=1.2 && <1.6