mirror of
https://github.com/Avi-D-coder/implicit-hie.git
synced 2024-11-26 00:04:23 +03:00
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
|
# Rename this file to hie.yaml to open this project in HIE and use Cabal as build system
|
||
|
|
||
|
cradle:
|
||
|
cabal:
|
||
|
- path: "src"
|
||
|
component: "lib:implicit-hie"
|
||
|
|
||
|
- path: "app/Main.hs"
|
||
|
component: "implicit-hie:exe:gen-hie"
|
||
|
|
||
|
- path: "test"
|
||
|
component: "implicit-hie:test:implicit-hie-test"
|