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