haskell-lens: disable doctest suite to work around https://github.com/ekmett/lens/issues/713
This commit is contained in:
parent
216d277095
commit
8821b3899e
@ -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";
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user