haskellPackages.hls-haddock-comments-plugin

This commit is contained in:
Malte Brandy 2021-08-18 11:43:02 +02:00
parent 0544ee558e
commit 31b0b7f654
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -195,6 +195,7 @@ self: super: {
hls-splice-plugin = dontCheck super.hls-splice-plugin;
hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
# We are lacking pure pgrep at the moment for tests to work
tmp-postgres = dontCheck super.tmp-postgres;