classy-prelude-yesod: fix build by skipping haddock

This commit is contained in:
Pascal Wittmann
2019-05-06 14:42:48 +02:00
committed by Peter Simons
parent 92d522154c
commit 06026f28f3
3 changed files with 1 additions and 2 deletions
@@ -142,6 +142,7 @@ self: super: {
feldspar-signal = dontHaddock super.feldspar-signal; # https://github.com/markus-git/feldspar-signal/issues/1
hoodle-core = dontHaddock super.hoodle-core;
hsc3-db = dontHaddock super.hsc3-db;
classy-prelude-yesod = dontHaddock super.classy-prelude-yesod; # https://github.com/haskell/haddock/issues/979
# https://github.com/techtangents/ablist/issues/1
ABList = dontCheck super.ABList;