meta: add hie.yaml files for others to use

This commit is contained in:
1computer1 2020-06-19 09:37:41 -04:00
parent d0f71c7530
commit a0e5c27cda
2 changed files with 18 additions and 0 deletions

9
hie.yaml.cbl Normal file
View File

@ -0,0 +1,9 @@
# For use with Haskell IDE Engine or Haskell Language Server using cabal.
# Copy this file over to 'hie.yaml' to use.
cradle:
cabal:
- path: "./src"
component: "lib:myriad"
- path: "./app"
component: "myriad:exe:myriad"

9
hie.yaml.stack Normal file
View File

@ -0,0 +1,9 @@
# For use with Haskell IDE Engine or Haskell Language Server using stack.
# Copy this file over to 'hie.yaml' to use.
cradle:
stack:
- path: "./src"
component: "myriad:lib"
- path: "./app"
component: "myriad:exe:myriad"