haskell-hxt: fix the build by disabling the Haddock phase
This commit is contained in:
parent
5776d0819d
commit
5f4e8dc810
@ -57,13 +57,11 @@ self: super: {
|
|||||||
# https://github.com/haskell/time/issues/23
|
# https://github.com/haskell/time/issues/23
|
||||||
time_1_5_0_1 = dontCheck super.time_1_5_0_1;
|
time_1_5_0_1 = dontCheck super.time_1_5_0_1;
|
||||||
|
|
||||||
# Doesn't accept modern versions of hashtable.
|
|
||||||
Agda = dontHaddock super.Agda;
|
|
||||||
|
|
||||||
# Cannot compile its own test suite: https://github.com/haskell/network-uri/issues/10.
|
# Cannot compile its own test suite: https://github.com/haskell/network-uri/issues/10.
|
||||||
network-uri = dontCheck super.network-uri;
|
network-uri = dontCheck super.network-uri;
|
||||||
|
|
||||||
# The Haddock phase fails for one reason or another.
|
# The Haddock phase fails for one reason or another.
|
||||||
|
Agda = dontHaddock super.Agda;
|
||||||
attoparsec-conduit = dontHaddock super.attoparsec-conduit;
|
attoparsec-conduit = dontHaddock super.attoparsec-conduit;
|
||||||
blaze-builder-conduit = dontHaddock super.blaze-builder-conduit;
|
blaze-builder-conduit = dontHaddock super.blaze-builder-conduit;
|
||||||
bytestring-progress = dontHaddock super.bytestring-progress;
|
bytestring-progress = dontHaddock super.bytestring-progress;
|
||||||
@ -83,6 +81,7 @@ self: super: {
|
|||||||
hspec-discover = dontHaddock super.hspec-discover;
|
hspec-discover = dontHaddock super.hspec-discover;
|
||||||
http-client-conduit = dontHaddock super.http-client-conduit;
|
http-client-conduit = dontHaddock super.http-client-conduit;
|
||||||
http-client-multipart = dontHaddock super.http-client-multipart;
|
http-client-multipart = dontHaddock super.http-client-multipart;
|
||||||
|
hxt = dontHaddock super.hxt; # https://github.com/UweSchmidt/hxt/issues/38
|
||||||
markdown-unlit = dontHaddock super.markdown-unlit;
|
markdown-unlit = dontHaddock super.markdown-unlit;
|
||||||
network-conduit = dontHaddock super.network-conduit;
|
network-conduit = dontHaddock super.network-conduit;
|
||||||
shakespeare-text = dontHaddock super.shakespeare-text;
|
shakespeare-text = dontHaddock super.shakespeare-text;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user