diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-07-24 22:41:22 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-07-24 22:41:22 +0200 |
commit | ac1114dc24b2e2c114b1ae8a0d8ae284adad5c91 (patch) | |
tree | cefa7b5852c5f6be27ed462b7ee4291c30958f32 | |
parent | ee3788d35edd1a6107a2b5e0c1d7172234f7a640 (diff) |
Add hie.yaml
-rw-r--r-- | hie.yaml | 14 |
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" |