Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 03a8c41

Browse files
committed
fix(hie): split test and bench cradles
Split 'hie.yaml' into multiple files, with specific configurations for tests and benchmarks. Fix for haskell/haskell-language-server#366
1 parent 71f2eb7 commit 03a8c41

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

bench/hie.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cradle:
2+
stack:
3+
component: mcsp-algorithms:bench:bench

hie.yaml

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
cradle:
2-
multi:
3-
- path: "./bench"
4-
config:
5-
cradle:
6-
cabal:
7-
component: bench:MCSP-Algorithms-bench
8-
- path: "./"
9-
config:
10-
cradle:
11-
stack:
12-
- path: "./src"
13-
component: MCSP-Algorithms:lib
14-
- path: "./test"
15-
component: MCSP-Algorithms:test:MCSP-Algorithms-test
16-
- path: "./app"
17-
component: MCSP-Algorithms:exe:playground
2+
stack:
3+
- path: src
4+
component: mcsp-algorithms:lib
5+
- path: app
6+
component: mcsp-algorithms:exe:playground

test/hie.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cradle:
2+
stack:
3+
component: mcsp-algorithms:test:spec

0 commit comments

Comments
 (0)