Skip to content

Commit

Permalink
Add hie.yaml generated for gen-hie
Browse files Browse the repository at this point in the history
This file is required to run `haskell-language-server` properly. Without
this file `hie` does not know which `main` target to utilize.

Related `haskell-language-server` issue:
haskell/haskell-language-server#233
  • Loading branch information
eborden committed Jul 27, 2020
1 parent 983979c commit 596c760
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions hie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
cradle:
stack:
- path: "./library"
component: "asana:lib"

- path: "./bug-reproduction/Main.hs"
component: "asana:exe:bug-reproduction"

- path: "./bug-reproduction/Paths_asana.hs"
component: "asana:exe:bug-reproduction"

- path: "./close-iteration/Main.hs"
component: "asana:exe:close-iteration"

- path: "./close-iteration/Paths_asana.hs"
component: "asana:exe:close-iteration"

- path: "./cycle-time/Main.hs"
component: "asana:exe:cycle-time"

- path: "./cycle-time/Paths_asana.hs"
component: "asana:exe:cycle-time"

- path: "./debt-evaluation/Main.hs"
component: "asana:exe:debt-evaluation"

- path: "./debt-evaluation/Paths_asana.hs"
component: "asana:exe:debt-evaluation"

- path: "./planning-poker/Main.hs"
component: "asana:exe:planning-poker"

- path: "./planning-poker/Paths_asana.hs"
component: "asana:exe:planning-poker"

- path: "./start-iteration/Main.hs"
component: "asana:exe:start-iteration"

- path: "./start-iteration/Paths_asana.hs"
component: "asana:exe:start-iteration"

- path: "./update-task/Main.hs"
component: "asana:exe:update-task"

- path: "./update-task/Paths_asana.hs"
component: "asana:exe:update-task"

0 comments on commit 596c760

Please sign in to comment.