haskell-lens: disable doctest suite to work around https://github.com/ekmett/lens/issues/713

This commit is contained in:
Peter Simons 2017-02-12 18:04:17 +01:00
parent 216d277095
commit 8821b3899e

View File

@ -851,4 +851,7 @@ self: super: {
# https://github.com/hspec/hspec/issues/307
hspec-contrib = dontCheck super.hspec-contrib;
# https://github.com/ekmett/lens/issues/713
lens = disableCabalFlag super.lens "test-doctests";
}