Skip to content

Commit 14a2400

Browse files
committed
Fix HLS for projects in tutorials/*
Generated hie.yaml with `gen-hie > hie.yaml`.
1 parent 7c07d45 commit 14a2400

File tree

1 file changed

+57
-1
lines changed

1 file changed

+57
-1
lines changed

hie.yaml

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,58 @@
11
cradle:
2-
cabal:
2+
cabal:
3+
- path: "./src"
4+
component: "lib:halide-haskell"
5+
6+
- path: "./example/Example01.hs"
7+
component: "halide-haskell:exe:halide-haskell"
8+
9+
- path: "./example/GettingStarted.hs"
10+
component: "halide-haskell:exe:getting-started"
11+
12+
- path: "./example/MinimalGPU.hs"
13+
component: "halide-haskell:exe:halide-minimal-gpu"
14+
15+
- path: "./test"
16+
component: "halide-haskell:test:halide-haskell-test"
17+
18+
- path: "halide-JuicyPixels/src"
19+
component: "lib:halide-JuicyPixels"
20+
21+
- path: "halide-JuicyPixels/test"
22+
component: "halide-JuicyPixels:test:halide-JuicyPixels-test"
23+
24+
- path: "halide-arrayfire/src"
25+
component: "lib:halide-arrayfire"
26+
27+
- path: "halide-arrayfire/test"
28+
component: "halide-arrayfire:test:halide-arrayfire-test"
29+
30+
- path: "test-readme/./README.lhs"
31+
component: "halide-readme:exe:halide-readme"
32+
33+
- path: "test-readme/./"
34+
component: "halide-readme:test:halide-readme-test"
35+
36+
- path: "tutorials/01-Basics/./README.lhs"
37+
component: "halide-tutorial01:exe:halide-tutorial01"
38+
39+
- path: "tutorials/01-Basics/./"
40+
component: "halide-tutorial01:test:halide-tutorial01-test"
41+
42+
- path: "tutorials/03-Inspecting/./README.lhs"
43+
component: "halide-tutorial03:exe:halide-tutorial03"
44+
45+
- path: "tutorials/03-Inspecting/./"
46+
component: "halide-tutorial03:test:halide-tutorial03-test"
47+
48+
- path: "tutorials/04-Debugging/./README.lhs"
49+
component: "halide-tutorial04:exe:halide-tutorial04"
50+
51+
- path: "tutorials/04-Debugging/./"
52+
component: "halide-tutorial04:test:halide-tutorial04-test"
53+
54+
- path: "tutorials/05-Scheduling/./README.lhs"
55+
component: "halide-tutorial05:exe:halide-tutorial05"
56+
57+
- path: "tutorials/05-Scheduling/./"
58+
component: "halide-tutorial05:test:halide-tutorial05-test"

0 commit comments

Comments
 (0)