We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cce1d commit 5071bc6Copy full SHA for 5071bc6
hie.yaml
@@ -1 +1,8 @@
1
-cradle: {cabal: {component: "lib:shopping-cart"}}
+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