haskellPackages.hls-change-type-signature-plugin: dontCheck

This commit is contained in:
Dennis Gosnell 2022-05-02 11:42:50 +09:00
parent f6c75ce5e8
commit f16072011c
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -2308,6 +2308,10 @@ self: super: {
# 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2205
hls-stylish-haskell-plugin = doJailbreak super.hls-stylish-haskell-plugin;
# Necesssary .txt files are not included in sdist.
# https://github.com/haskell/haskell-language-server/pull/2887
hls-change-type-signature-plugin = dontCheck super.hls-change-type-signature-plugin;
# Too strict bounds on hspec
# https://github.com/haskell-works/hw-hspec-hedgehog/issues/62
# https://github.com/haskell-works/hw-prim/issues/132