Skip to content

Commit

Permalink
fix hie
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Aug 15, 2023
1 parent 6f5ab5d commit 2b53f88
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions hie.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
cradle:
stack:
cabal:
- path: "src"
component: "elara:lib"
component: "lib:elara"

- path: "app"
- path: "app/Main.hs"
component: "elara:exe:elara"

- path: "app/Paths_elara.hs"
component: "elara:exe:elara"

- path: "doctest"
component: "elara:test:doctest"

- path: "test"
component: "elara:test:elara-test"
component: "elara:test:elara-test"

0 comments on commit 2b53f88

Please sign in to comment.