Skip to content

Commit

Permalink
Update hie.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonschoorl committed Jun 21, 2023
1 parent 62ba610 commit 45820a4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ cradle:
# The src-bin directories are GHC version dependant, so don't load them
- path: "./clash-ghc/src-bin-8.10"
config: { cradle: {none: }}
- path: "./clash-ghc/src-bin-9.0"
config: { cradle: {none: }}
- path: "./clash-ghc/src-bin-9.2"
config: { cradle: {none: }}
- path: "./clash-ghc/src-bin-9.4"
config: { cradle: {none: }}
- path: "./clash-ghc/src-bin-9.6"
config: { cradle: {none: }}
- path: "./clash-ghc/src-bin-861"
config: { cradle: {none: }}
- path: "./clash-ghc/src-bin-881"
Expand All @@ -24,11 +32,11 @@ cradle:
- path: "./clash-lib"
config: { cradle: {cabal: [{path: "./clash-lib/src", component: "lib:clash-lib"}
,{path: "./clash-lib/test", component: "clash-lib:unittests"} ] } }
- path: "./clash-prelude-hedgehog"
config: { cradle: {cabal: [{path: "./clash-prelude-hedgehog/src", component: "lib:clash-prelude-hedgehog"}]}}
# Clash prelude is broken for now because ghcide won't use -fobject-code
# when loading ./clash-prelude/src/Clash/Sized/Internal/Mod.hs transitively
# as a dependency of another module
- path: "./clash-prelude-hedgehog"
config: { cradle: {cabal: [{path: "./clash-prelude-hedgehog/src", component: "lib:clash-prelude-hedgehog"}]}}
- path: "./clash-prelude"
config: { cradle: {none: }}
- path: "./clash-term"
Expand Down

0 comments on commit 45820a4

Please sign in to comment.