Skip to content

Commit 5071bc6

Browse files
committedJul 16, 2021
Fix HLS config
1 parent 76cce1d commit 5071bc6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎hie.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
cradle: {cabal: {component: "lib:shopping-cart"}}
1+
cradle:
2+
cabal:
3+
- path: "./src"
4+
component: "lib:shopping-cart"
5+
- path: "./app"
6+
component: "exe:shopping-cart"
7+
- path: "./test"
8+
component: "test:shopping-cart-tests"

0 commit comments

Comments
 (0)
Please sign in to comment.