add hie.yaml

This commit is contained in:
sheaf 2022-12-04 17:53:39 +01:00
parent 066a4e653f
commit e6565aeb00
2 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,7 +11,6 @@ cabal.project.local
*.txt
*.md
*.html
hie.yaml
*.mb
*.prof
*.eventlog

12
hie.yaml Normal file
View file

@ -0,0 +1,12 @@
cradle:
cabal:
- path: "./src/splines"
component: "lib:splines"
- path: "./src/metabrushes"
component: "lib:metabrushes"
- path: "./src/convert"
component: "exe:convert-metafont"
- path: "./src/app"
component: "exe:MetaBrush"
- path: "./app"
component: "exe:MetaBrush"