From 7fc7c0d4a90b809ca4b3299fdec45c5069d4cf46 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sun, 3 May 2020 12:40:01 +0100 Subject: [PATCH] Remove warning on hie.yaml samples, no longer needed --- hie.yaml.cbl | 4 ---- hie.yaml.stack | 8 -------- 2 files changed, 12 deletions(-) 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/"