haskellPackages.hls-slice-plugin: dontCheck

This commit is contained in:
Malte Brandy 2021-06-27 12:01:37 +02:00
parent fd6e91c0c7
commit ef6f25e6ff
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -173,6 +173,7 @@ self: super: {
hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
hls-splice-plugin = dontCheck super.hls-splice-plugin;
# We are lacking pure pgrep at the moment for tests to work
tmp-postgres = dontCheck super.tmp-postgres;