Skip to content

Commit

Permalink
Add back an extended hie.yaml (#179)
Browse files Browse the repository at this point in the history
Seems like I made a mistake with #175

Without the hie.yaml, HLS picks the right configuration for the modules in the haskell-src/exec folder, but it fails for others.

This PR adds back a hie.yaml that lists the folders for the individual stanzas from our chainweb-data.cabal
  • Loading branch information
enobayram authored Dec 21, 2023
1 parent e0b79ed commit 725f3d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cradle:
cabal:
- path: "haskell-src/lib"
component: "lib:chainweb-data"

- path: "haskell-src/exec"
component: "chainweb-data:exe:chainweb-data"

- path: "haskell-src/test"
component: "chainweb-data:test:testsuite"

- path: "haskell-src/bench"
component: "chainweb-data:bench:bench"

0 comments on commit 725f3d5

Please sign in to comment.