10 lines
261 B
Text
10 lines
261 B
Text
|
# 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"
|