aboutsummaryrefslogtreecommitdiff
path: root/hie.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
new file mode 100644
index 0000000..b7cda5f
--- /dev/null
+++ b/hie.yaml
@@ -0,0 +1,14 @@
+cradle:
+ cabal:
+ - path: "main"
+ component: "exe:compcomp"
+ - path: "parser"
+ component: "lib:cc-parser"
+ - path: "typecheck"
+ component: "lib:cc-typecheck"
+ - path: "backend"
+ component: "lib:cc-backend-dumb"
+ - path: "ast"
+ component: "lib:cc-ast"
+ - path: "utils"
+ component: "lib:cc-utils"