haskell-ide-engine/hie.yaml.cbl
2020-01-01 12:04:40 +00:00

36 lines
982 B
COBOL

# This is a sample hie.yaml file for opening haskell-ide-engine in
# hie, using cabal as the build system.
# To use is, copy it to a file called 'hie.yaml'
cradle:
cabal:
- path: "./hie-plugin-api/Haskell"
component: "lib:hie-plugin-api"
- path: "./test/dispatcher/"
component: "haskell-ide-engine:dispatcher-test"
- path: "./test/functional/"
component: "haskell-ide-engine:func-test"
- path: "./test/unit/"
component: "haskell-ide-engine:unit-test"
- path: "./test/plugin-dispatcher/"
component: "haskell-ide-engine:plugin-dispatcher-test"
- path: "./test/wrapper/"
component: "haskell-ide-engine:wrapper-test"
- path: "./test/utils/"
component: "haskell-ide-engine:hie-test-utils"
- path: "./app/MainHie.hs"
component: "haskell-ide-engine:hie"
- path: "./app/HieWrapper.hs"
component: "haskell-ide-engine:hie-wrapper"
- path: "./"
component: "lib:haskell-ide-engine"