Skip to content

Commit

Permalink
Try out new hie-bios
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Feb 25, 2022
1 parent 3084651 commit dffa08b
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 8 deletions.
5 changes: 5 additions & 0 deletions cabal-ghc90.project
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ allow-newer:
-- ghc-9.0.2 specific
-- for ghcide:test via ghc-typelits-knownnat
ghc-typelits-natnormalise:ghc-bignum

source-repository-package
type: git
location: https://github.com/haskell/hie-bios.git
tag: 2e4161151980f65676de3eae2a71ec2bbb5006be
5 changes: 5 additions & 0 deletions cabal-ghc921.project
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,8 @@ allow-newer:

allow-older:
primitive-extras:primitive-unlifted

source-repository-package
type: git
location: https://github.com/haskell/hie-bios.git
tag: 2e4161151980f65676de3eae2a71ec2bbb5006be
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ allow-newer:
-- for shake-bench
Chart-diagrams:diagrams-core,
SVGFonts:diagrams-core

source-repository-package
type: git
location: https://github.com/haskell/hie-bios.git
tag: 2e4161151980f65676de3eae2a71ec2bbb5006be
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ library
ghc-check >=0.5.0.4,
ghc-paths,
cryptohash-sha1 >=0.11.100 && <0.12,
hie-bios >= 0.8 && < 0.9.0,
hie-bios >= 0.9.0,
implicit-hie-cradle ^>= 0.3.0.5 || ^>= 0.5,
base16-bytestring >=0.1.1 && <1.1
if os(windows)
Expand Down
3 changes: 2 additions & 1 deletion stack-8.10.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ extra-deps:
- extra-1.7.10
- floskell-0.10.5@sha256:77f0bc1569573d9666b10975a5357fef631d32266c071733739393ccae521dab,3803
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
- hie-bios-0.8.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- hiedb-0.4.1.0
- hlint-3.2.8
- implicit-hie-0.1.2.6@sha256:f50a908979a574a881f753c0f9a5224f023f438b30fdefc5b7fa01803b07a280,2998
Expand Down
3 changes: 2 additions & 1 deletion stack-8.10.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ extra-deps:
- extra-1.7.10
- floskell-0.10.5@sha256:77f0bc1569573d9666b10975a5357fef631d32266c071733739393ccae521dab,3803
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
- hie-bios-0.8.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- hiedb-0.4.1.0
- hlint-3.2.8
- implicit-hie-0.1.2.6@sha256:f50a908979a574a881f753c0f9a5224f023f438b30fdefc5b7fa01803b07a280,2998
Expand Down
6 changes: 3 additions & 3 deletions stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ extra-deps:
- haddock-library-1.10.0
- hashable-1.3.0.0
- heapsize-0.3.0
- hie-bios-0.8.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- hlint-3.2.8
- HsYAML-0.2.1.0@rev:1
- HsYAML-aeson-0.2.0.0@rev:2
Expand All @@ -79,7 +80,7 @@ extra-deps:
- optparse-applicative-0.15.1.0
- ormolu-0.1.4.1
- parser-combinators-1.2.1
- prettyprinter-1.7.1
- prettyprinter-1.7.1
- primitive-0.7.1.0
- refinery-0.4.0.0
- regex-base-0.94.0.0
Expand Down Expand Up @@ -115,7 +116,6 @@ extra-deps:
- stm-hamt-1.2.0.6@sha256:fba86ccb4b45c5706c19b0e1315ba63dcac3b5d71de945ec001ba921fae80061,3972
- primitive-extras-0.10.1
- primitive-unlifted-0.1.3.1

configure-options:
ghcide:
- --disable-library-for-ghci
Expand Down
3 changes: 2 additions & 1 deletion stack-8.8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ extra-deps:
- ghc-trace-events-0.1.2.1
- haskell-src-exts-1.21.1
- heapsize-0.3.0
- hie-bios-0.8.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- hlint-3.2.8
- HsYAML-aeson-0.2.0.0@rev:2
- hoogle-5.0.17.11
Expand Down
2 changes: 2 additions & 0 deletions stack-9.0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ extra-deps:
- floskell-0.10.6
- heapsize-0.3.0.1
- hiedb-0.4.1.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- implicit-hie-0.1.2.6
- implicit-hie-cradle-0.3.0.5
- monad-dijkstra-0.1.1.3
Expand Down
2 changes: 2 additions & 0 deletions stack-9.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ extra-deps:
- floskell-0.10.6
- heapsize-0.3.0.1
- hiedb-0.4.1.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- implicit-hie-0.1.2.6
- implicit-hie-cradle-0.3.0.5
- monad-dijkstra-0.1.1.3
Expand Down
2 changes: 2 additions & 0 deletions stack-9.2.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ extra-deps:
- ghc-lib-parser-ex-9.2.0.1
- heapsize-0.3.0.1
- hiedb-0.4.1.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- hspec-2.7.10 # for hls-test-utils
- hspec-core-2.7.10 # for hls-test-utils
- implicit-hie-0.1.2.6
Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ extra-deps:
- extra-1.7.10
- floskell-0.10.5@sha256:77f0bc1569573d9666b10975a5357fef631d32266c071733739393ccae521dab,3803
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
- hie-bios-0.8.0
- hiedb-0.4.1.0
- github: haskell/hie-bios
commit: 2e4161151980f65676de3eae2a71ec2bbb5006be
- hlint-3.2.8
- implicit-hie-0.1.2.6@sha256:f50a908979a574a881f753c0f9a5224f023f438b30fdefc5b7fa01803b07a280,2998
- implicit-hie-cradle-0.3.0.5@sha256:5f5e575f549b2a9db664be7650b5c3c9226e313bddc46c79e2e83eb349f8e692,2610
Expand Down

0 comments on commit dffa08b

Please sign in to comment.