liquidhaskell: version 0.8.2.3 fails during Haddock stage

This commit is contained in:
Peter Simons 2018-02-16 12:52:04 +01:00
parent 11fc2bad56
commit e7a8ced07f

View file

@ -1005,4 +1005,8 @@ self: super: {
# Needs older hlint
hpio = dontCheck super.hpio;
# https://github.com/ucsd-progsys/liquidhaskell/issues/1238
liquidhaskell = dontHaddock super.liquidhaskell;
}