diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-02 14:02:50 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-02 14:02:50 +0530 |
| commit | 5364332c05749268000c2ac3f0e6880f965e5fdc (patch) | |
| tree | 5f200ce04853d299f6f67b6ca545b5ed07a809b8 /hie.yaml | |
| download | daffm-5364332c05749268000c2ac3f0e6880f965e5fdc.tar.gz daffm-5364332c05749268000c2ac3f0e6880f965e5fdc.zip | |
Init setup with simple tui
Diffstat (limited to 'hie.yaml')
| -rw-r--r-- | hie.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..6522bf1 --- /dev/null +++ b/hie.yaml @@ -0,0 +1,10 @@ +cradle: + cabal: + - path: "./lib" + component: "lib:lib-daffm" + + - path: "./exe/Main.hs" + component: "exe:daffm" + + - path: "./specs" + component: "test:specs" |
