diff --git a/hie-cabal.yaml b/hie-cabal.yaml deleted file mode 100644 index 8df7c6b67d..0000000000 --- a/hie-cabal.yaml +++ /dev/null @@ -1,137 +0,0 @@ -# This is a sample hie.yaml file for opening haskell-language-server -# in hie, using cabal as the build system. -# It was autogenerated by gen-hie. -# To use is, copy it to a file called 'hie.yaml' -cradle: - cabal: - - path: "./ghcide/src" - component: "lib:ghcide" - - - path: "./ghcide/session-loader" - component: "lib:ghcide" - - - path: "./ghcide/test/preprocessor/Main.hs" - component: "ghcide:exe:ghcide-test-preprocessor" - - - path: "./ghcide/bench/hist/Main.hs" - component: "ghcide:bench:benchHist" - - - path: "./ghcide/bench/lib/Main.hs" - component: "ghcide:bench:benchHist" - - - path: "./ghcide/bench/hist/Experiments/Types.hs" - component: "ghcide:bench:benchHist" - - - path: "./ghcide/bench/lib/Experiments/Types.hs" - component: "ghcide:bench:benchHist" - - - path: "./ghcide/exe/Main.hs" - component: "ghcide:exe:ghcide" - - - path: "./ghcide/exe/Arguments.hs" - component: "ghcide:exe:ghcide" - - - path: "./ghcide/exe/Paths_ghcide.hs" - component: "ghcide:exe:ghcide" - - - path: "./ghcide/test/cabal" - component: "ghcide:test:ghcide-tests" - - - path: "./ghcide/test/exe" - component: "ghcide:test:ghcide-tests" - - - path: "./ghcide/test/src" - component: "ghcide:test:ghcide-tests" - - - path: "./ghcide/bench/lib" - component: "ghcide:test:ghcide-tests" - - - path: "./ghcide/bench/lib/Main.hs" - component: "ghcide:exe:ghcide-bench" - - - path: "./ghcide/bench/exe/Main.hs" - component: "ghcide:exe:ghcide-bench" - - - path: "./ghcide/bench/lib/Experiments.hs" - component: "ghcide:exe:ghcide-bench" - - - path: "./ghcide/bench/lib/Experiments/Types.hs" - component: "ghcide:exe:ghcide-bench" - - - path: "./ghcide/bench/exe/Experiments.hs" - component: "ghcide:exe:ghcide-bench" - - - path: "./ghcide/bench/exe/Experiments/Types.hs" - component: "ghcide:exe:ghcide-bench" - - - path: "./src" - component: "lib:haskell-language-server" - - - path: "./exe/Main.hs" - component: "haskell-language-server:exe:haskell-language-server" - - - path: "./exe/Plugins.hs" - component: "haskell-language-server:exe:haskell-language-server" - - - path: "./exe/Wrapper.hs" - component: "haskell-language-server:exe:haskell-language-server-wrapper" - - - path: "./test/functional" - component: "haskell-language-server:test:func-test" - - - path: "./plugins/hls-eval-plugin/test/Eval.hs" - component: "haskell-language-server:test:func-test" - - - path: "./plugins/tactics/src" - component: "haskell-language-server:test:func-test" - - - path: "./test/wrapper" - component: "haskell-language-server:test:wrapper-test" - - - path: "./hie-compat/src-ghc86" - component: "lib:hie-compat" - - - path: "./hie-compat/src-ghc88" - component: "lib:hie-compat" - - - path: "./hie-compat/src-reexport" - component: "lib:hie-compat" - - - path: "./hie-compat/src-ghc810" - component: "lib:hie-compat" - - - path: "./hie-compat/src-reexport" - component: "lib:hie-compat" - - - path: "./hls-plugin-api/src" - component: "lib:hls-plugin-api" - - - path: "./plugins/hls-class-plugin/src" - component: "lib:hls-class-plugin" - - - path: "./plugins/hls-haddock-comments-plugin/src" - component: "hls-haddock-comments-plugin" - - - path: "./plugins/hls-eval-plugin/src" - component: "lib:hls-eval-plugin" - - - path: "./plugins/hls-explicit-imports-plugin/src" - component: "lib:hls-explicit-imports-plugin" - - - path: "./plugins/hls-hlint-plugin/src" - component: "lib:hls-hlint-plugin" - - - path: "./plugins/hls-retrie-plugin/src" - component: "lib:hls-retrie-plugin" - - - path: "./plugins/hls-splice-plugin/src" - component: "lib:hls-splice-plugin" - - - path: "./plugins/tactics/src" - component: "lib:hls-tactics-plugin" - - - path: "./plugins/tactics/test" - component: "hls-tactics-plugin:test:tests" - - - path: "./shake-bench/src" - component: "lib:shake-bench" diff --git a/hie-stack.yaml b/hie-stack.yaml deleted file mode 100644 index 1037edf4ad..0000000000 --- a/hie-stack.yaml +++ /dev/null @@ -1,73 +0,0 @@ -# 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' -# TODO regenerate this file using gen-hie -cradle: - multi: - - path: "./test/testdata" - config: { cradle: { none } } - - path: "./" - config: - cradle: - stack: - - path: "./ghcide/src" - component: "ghcide:lib" - - - path: "./ghcide/exe" - component: "ghcide:exe:ghcide" - - - path: "./src" - component: "haskell-language-server:lib" - - - path: "./exe/Main.hs" - component: "haskell-language-server:exe:haskell-language-server" - - - path: "./plugins/default/src" - component: "haskell-language-server:exe:haskell-language-server" - - - path: "./exe/Wrapper.hs" - component: "haskell-language-server:exe:haskell-language-server-wrapper" - - - path: "./test/utils/" - component: "haskell-language-server:test:func-test" - - - path: "./test/functional" - component: "haskell-language-server:test:func-test" - - - path: "./plugins/hls-eval-plugin/test/Eval.hs" - component: "haskell-language-server:test:func-test" - - - path: "./test/wrapper" - component: "haskell-language-server:test:wrapper-test" - - - path: "./hls-plugin-api/src" - component: "hls-plugin-api:lib" - - # Plugins: - - - path: "./plugins/hls-class-plugin/src" - component: "hls-class-plugin:lib" - - - path: "./plugins/hls-explicit-imports-plugin/src" - component: "hls-explicit-imports-plugin:lib" - - - path: "./plugins/hls-eval-plugin/src" - component: "hls-eval-plugin:lib" - - - path: "./plugins/hls-hlint-plugin/src" - component: "hls-hlint-plugin:lib" - - - path: "./plugins/hls-retrie-plugin/src" - component: "hls-retrie-plugin:lib" - - - path: "./plugins/hls-splice-plugin/src" - component: "hls-splice-plugin:lib" - - - path: "./plugins/tactics/src" - component: "hls-tactics-plugin:lib" - - - path: "./plugins/tactics/test" - component: "hls-tactics-plugin:test:tests" - - - path: "./plugins/hls-haddock-comments-plugin/src" - component: "hls-haddock-comments-plugin:lib"