meta: add hie.yaml files for others to use
This commit is contained in:
parent
d0f71c7530
commit
a0e5c27cda
2 changed files with 18 additions and 0 deletions
9
hie.yaml.cbl
Normal file
9
hie.yaml.cbl
Normal 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
9
hie.yaml.stack
Normal 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"
|
Loading…
Reference in a new issue