This commit is contained in:
Alan Zimmerman 2019-12-31 21:53:05 +00:00
parent b6ba976e45
commit c92d53dbe0
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,8 @@
cradle:
cabal:
- path: "./hie-plugin-api/Haskell"
component: "lib:hie-plugin-api"
- path: "./test/dispatcher/"
component: "haskell-ide-engine:dispatcher-test"
@ -15,14 +18,14 @@ cradle:
- path: "./test/wrapper/"
component: "haskell-ide-engine:wrapper-test"
- path: "./hie-plugin-api/"
component: "lib:hie-plugin-api"
- path: "./test/utils/"
component: "haskell-ide-engine:hie-test-utils"
- path: "./app/MainHie.hs"
component: "haskell-ide-engine:hie:exe"
component: "haskell-ide-engine:hie"
- path: "./app/HieWrapper.hs"
component: "haskell-ide-engine:hie-wrapper:exe"
component: "haskell-ide-engine:hie-wrapper"
- path: "./"
component: "lib:haskell-ide-engine"

View File

@ -18,6 +18,7 @@ cradle:
- path: "./test/wrapper/"
component: "haskell-ide-engine:test:wrapper-test"
# This target does not currently work (stack 2.1.3)
- path: "./test/utils/"
component: "haskell-ide-engine:lib:hie-test-utils"