Skip to content

Commit 9f034f2

Browse files
authored
Upgrade to hie-bios 0.9.1 (#2766)
1 parent 6a8dc22 commit 9f034f2

13 files changed

+14
-14
lines changed

cabal-ghc90.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package *
3737

3838
write-ghc-environment-files: never
3939

40-
index-state: 2022-02-25T21:47:10Z
40+
index-state: 2022-03-08T10:53:01Z
4141

4242
constraints:
4343
-- These plugins don't work on GHC9 yet

cabal-ghc921.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ package *
3939

4040
write-ghc-environment-files: never
4141

42-
index-state: 2022-02-25T21:47:10Z
42+
index-state: 2022-03-08T10:53:01Z
4343

4444
constraints:
4545
-- These plugins don't build/work on GHC92 yet

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ package *
4242

4343
write-ghc-environment-files: never
4444

45-
index-state: 2022-02-25T21:47:10Z
45+
index-state: 2022-03-08T10:53:01Z
4646

4747
constraints:
4848
hyphenation +embed

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
flake = false;
6161
};
6262
hie-bios = {
63-
url = "https://hackage.haskell.org/package/hie-bios-0.9.0/hie-bios-0.9.0.tar.gz";
63+
url = "https://hackage.haskell.org/package/hie-bios-0.9.1/hie-bios-0.9.1.tar.gz";
6464
flake = false;
6565
};
6666
};
@@ -112,7 +112,7 @@
112112
with haskell.lib; {
113113
# Patches don't apply
114114
github = overrideCabal hsuper.github (drv: { patches = []; });
115-
# GHCIDE requires hie-bios ^>=0.9.0
115+
# GHCIDE requires hie-bios ^>=0.9.1
116116
hie-bios = hself.callCabal2nix "hie-bios" inputs.hie-bios {};
117117
# We need an older version
118118
hiedb = hself.hiedb_0_4_1_0;

ghcide/ghcide.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ library
105105
ghc-check >=0.5.0.4,
106106
ghc-paths,
107107
cryptohash-sha1 >=0.11.100 && <0.12,
108-
hie-bios ^>= 0.9.0,
108+
hie-bios ^>= 0.9.1,
109109
implicit-hie-cradle ^>= 0.3.0.5 || ^>= 0.5,
110110
base16-bytestring >=0.1.1 && <1.1
111111
if os(windows)

stack-8.10.6.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extra-deps:
4343
- extra-1.7.10
4444
- floskell-0.10.5@sha256:77f0bc1569573d9666b10975a5357fef631d32266c071733739393ccae521dab,3803
4545
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
46-
- hie-bios-0.9.0
46+
- hie-bios-0.9.1
4747
- hiedb-0.4.1.0
4848
- hlint-3.2.8
4949
- implicit-hie-0.1.2.6@sha256:f50a908979a574a881f753c0f9a5224f023f438b30fdefc5b7fa01803b07a280,2998

stack-8.10.7.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extra-deps:
4444
- extra-1.7.10
4545
- floskell-0.10.5@sha256:77f0bc1569573d9666b10975a5357fef631d32266c071733739393ccae521dab,3803
4646
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
47-
- hie-bios-0.9.0
47+
- hie-bios-0.9.1
4848
- hiedb-0.4.1.0
4949
- hlint-3.2.8
5050
- implicit-hie-0.1.2.6@sha256:f50a908979a574a881f753c0f9a5224f023f438b30fdefc5b7fa01803b07a280,2998

stack-8.6.5.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extra-deps:
6363
- haddock-library-1.10.0
6464
- hashable-1.3.0.0
6565
- heapsize-0.3.0
66-
- hie-bios-0.9.0
66+
- hie-bios-0.9.1
6767
- hlint-3.2.8
6868
- HsYAML-0.2.1.0@rev:1
6969
- HsYAML-aeson-0.2.0.0@rev:2

stack-8.8.4.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extra-deps:
5353
- ghc-trace-events-0.1.2.1
5454
- haskell-src-exts-1.21.1
5555
- heapsize-0.3.0
56-
- hie-bios-0.9.0
56+
- hie-bios-0.9.1
5757
- hlint-3.2.8
5858
- HsYAML-aeson-0.2.0.0@rev:2
5959
- hoogle-5.0.17.11

stack-9.0.1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extra-deps:
4646
- floskell-0.10.6
4747
- heapsize-0.3.0.1
4848
- hiedb-0.4.1.0
49-
- hie-bios-0.9.0
49+
- hie-bios-0.9.1
5050
- implicit-hie-0.1.2.6
5151
- implicit-hie-cradle-0.3.0.5
5252
- monad-dijkstra-0.1.1.3

stack-9.0.2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extra-deps:
4646
- floskell-0.10.6
4747
- heapsize-0.3.0.1
4848
- hiedb-0.4.1.0
49-
- hie-bios-0.9.0
49+
- hie-bios-0.9.1
5050
- implicit-hie-0.1.2.6
5151
- implicit-hie-cradle-0.3.0.5
5252
- monad-dijkstra-0.1.1.3

stack-9.2.1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extra-deps:
5151
- ghc-lib-parser-ex-9.2.0.1
5252
- heapsize-0.3.0.1
5353
- hiedb-0.4.1.0
54-
- hie-bios-0.9.0
54+
- hie-bios-0.9.1
5555
- hspec-2.7.10 # for hls-test-utils
5656
- hspec-core-2.7.10 # for hls-test-utils
5757
- implicit-hie-0.1.2.6

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extra-deps:
4545
- floskell-0.10.5@sha256:77f0bc1569573d9666b10975a5357fef631d32266c071733739393ccae521dab,3803
4646
- heapsize-0.3.0.1@sha256:0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e,1417
4747
- hiedb-0.4.1.0
48-
- hie-bios-0.9.0
48+
- hie-bios-0.9.1
4949
- hlint-3.2.8
5050
- implicit-hie-0.1.2.6@sha256:f50a908979a574a881f753c0f9a5224f023f438b30fdefc5b7fa01803b07a280,2998
5151
- implicit-hie-cradle-0.3.0.5@sha256:5f5e575f549b2a9db664be7650b5c3c9226e313bddc46c79e2e83eb349f8e692,2610

0 commit comments

Comments
 (0)