Skip to content

Commit

Permalink
Merge pull request #393 from pepeiborra/fix-cradle
Browse files Browse the repository at this point in the history
Fix cradles adding the path to default plugins
  • Loading branch information
jneira committed Sep 10, 2020
2 parents ec82770 + 2d90bed commit 3d836a7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
13 changes: 8 additions & 5 deletions hie.yaml.cbl
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,28 @@ cradle:

- path: "./test/utils/"
component: "haskell-language-server:func-test"

- path: "./exe/Main.hs"
component: "haskell-language-server:exe:haskell-language-server"

- path: "./exe/Arguments.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: "./src"
component: "lib:haskell-language-server"

- path: "./.stack-work/"
component: "lib:haskell-language-server"

- path: "./ghcide/src"
component: "ghcide:lib:ghcide"

- path: "./ghcide/exe"
component: "ghcide:exe:ghcide"

Expand Down
11 changes: 7 additions & 4 deletions hie.yaml.stack
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,25 @@ cradle:

- 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/Arguments.hs"
component: "haskell-language-server:exe:haskell-language-server"

- path: "./exe/Wrapper.hs"
component: "haskell-language-server:exe:haskell-language-server-wrapper"

- path: "./src"
component: "haskell-language-server:lib"

- path: "./.stack-work/"
component: "haskell-language-server:lib"

- path: "./ghcide/src"
component: "ghcide:lib:ghcide"

- path: "./ghcide/exe"
component: "ghcide:exe:ghcide"

Expand Down

0 comments on commit 3d836a7

Please sign in to comment.