Skip to content

Commit 206da46

Browse files
alanzAvi-D-coder
authored andcommitted
Updates
1 parent 6d09dbd commit 206da46

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

hie.yaml.cbl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
cradle:
22
cabal:
3+
- path: "./hie-plugin-api/Haskell"
4+
component: "lib:hie-plugin-api"
5+
36
- path: "./test/dispatcher/"
47
component: "haskell-ide-engine:dispatcher-test"
58

@@ -15,14 +18,14 @@ cradle:
1518
- path: "./test/wrapper/"
1619
component: "haskell-ide-engine:wrapper-test"
1720

18-
- path: "./hie-plugin-api/"
19-
component: "lib:hie-plugin-api"
21+
- path: "./test/utils/"
22+
component: "haskell-ide-engine:hie-test-utils"
2023

2124
- path: "./app/MainHie.hs"
22-
component: "haskell-ide-engine:hie:exe"
25+
component: "haskell-ide-engine:hie"
2326

2427
- path: "./app/HieWrapper.hs"
25-
component: "haskell-ide-engine:hie-wrapper:exe"
28+
component: "haskell-ide-engine:hie-wrapper"
2629

2730
- path: "./"
2831
component: "lib:haskell-ide-engine"

hie.yaml.stack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cradle:
1818
- path: "./test/wrapper/"
1919
component: "haskell-ide-engine:test:wrapper-test"
2020

21+
# This target does not currently work (stack 2.1.3)
2122
- path: "./test/utils/"
2223
component: "haskell-ide-engine:lib:hie-test-utils"
2324

0 commit comments

Comments
 (0)