haskell-twee-lib: disable broken haddocks

This commit is contained in:
Shea Levy 2018-02-08 22:37:10 -05:00 committed by Peter Simons
parent 15344506cc
commit d2b6665024

View file

@ -1012,4 +1012,6 @@ self: super: {
};
in appendPatch super.liquidhaskell patch;
# https://github.com/nick8325/twee/pull/1
twee-lib = dontHaddock super.twee-lib;
}