diff --git a/hie.yaml.cbl b/hie.yaml.cbl index ee80f7c113..026d6bcbe3 100644 --- a/hie.yaml.cbl +++ b/hie.yaml.cbl @@ -1,10 +1,6 @@ # This is a sample hie.yaml file for opening haskell-language-server # in hie, using cabal as the build system. To use is, copy it to a # file called 'hie.yaml' -# WARNING: This configuration works for hie but does not for -# haskell-language-server or ghcide. -# They need support for multi-cradle: -# https://github.com/digital-asset/ghcide/issues/113 cradle: cabal: diff --git a/hie.yaml.stack b/hie.yaml.stack index a81bf0809a..c0df7dc8fa 100644 --- a/hie.yaml.stack +++ b/hie.yaml.stack @@ -1,14 +1,6 @@ # This is a sample hie.yaml file for opening haskell-language-server # in hie, using stack as the build system. To use is, copy it to a # file called 'hie.yaml' -# WARNING: This configuration works for hie but does not for -# haskell-language-server or ghcide. -# They need support for multi-cradle: -# https://github.com/digital-asset/ghcide/issues/113 -# A "working" hie.yaml (only for lib modules) could be -# ``` -# cradle: { stack: { component: "haskell-language-server:lib" } } -# ``` cradle: stack: - path: "./test/functional/"