Skip to content

Commit 27ce28d

Browse files
committed
WIP: hie-bios 0.6.0 preview
1 parent 768fdcd commit 27ce28d

10 files changed

+22
-9
lines changed

cabal.project

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ packages:
55
tests: true
66
documentation: true
77

8+
source-repository-package
9+
type: git
10+
location: https://github.com/mpickering/hie-bios
11+
tag: b925bbfacf4f42898733d696b62a829258cd9cf9
12+
813
package haskell-language-server
914
test-show-details: direct
1015
package ghcide

exe/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ setCacheDir logger prefix hscComponents comps dflags = do
600600

601601

602602
renderCradleError :: NormalizedFilePath -> CradleError -> FileDiagnostic
603-
renderCradleError nfp (CradleError _ec t) =
603+
renderCradleError nfp (CradleError _ _ec t) =
604604
ideErrorWithSource (Just "cradle") (Just DsError) nfp (T.unlines (map T.pack t))
605605

606606
-- See Note [Multi Cradle Dependency Info]

ghcide

Submodule ghcide updated 1 file

src/Ide/Cradle.hs

+1
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ cabalHelperAction proj env package root fp = do
558558
Left err -> return
559559
$ CradleFail
560560
$ CradleError
561+
[]
561562
(ExitFailure 2)
562563
err
563564

stack-8.10.1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ packages:
77
extra-deps:
88
- Cabal-3.0.2.0
99
# - cabal-helper-1.1.0.0
10+
- github: mpickering/hie-bios
11+
commit: b925bbfacf4f42898733d696b62a829258cd9cf9
1012
- github: DanielG/cabal-helper
1113
commit: 79a5608778493bf32e74b54bbf1ea2729941e50f
1214
- cabal-plan-0.7.0.0

stack-8.6.4.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ extra-deps:
3030
- haskell-lsp-0.22.0.0
3131
- haskell-lsp-types-0.22.0.0
3232
- haskell-src-exts-1.21.1
33-
- hie-bios-0.5.0
33+
# - hie-bios-0.5.0
34+
- github: mpickering/hie-bios
35+
commit: b925bbfacf4f42898733d696b62a829258cd9cf9
3436
- hlint-2.2.8
3537
- hoogle-5.0.17.11
3638
- hsimport-0.11.0@rev:2

stack-8.6.5.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ extra-deps:
2424
- haddock-library-1.8.0
2525
- haskell-lsp-0.22.0.0
2626
- haskell-lsp-types-0.22.0.0
27-
- hie-bios-0.5.0
27+
- github: mpickering/hie-bios
28+
commit: b925bbfacf4f42898733d696b62a829258cd9cf9
2829
- HsYAML-0.2.1.0@rev:1
2930
- HsYAML-aeson-0.2.0.0@rev:1
3031
- indexed-profunctors-0.1

stack-8.8.2.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ extra-deps:
2222
- haskell-lsp-0.22.0.0
2323
- haskell-lsp-types-0.22.0.0
2424
- haskell-src-exts-1.21.1
25-
- hie-bios-0.5.0
25+
- github: mpickering/hie-bios
26+
commit: b925bbfacf4f42898733d696b62a829258cd9cf9
2627
- hlint-2.2.8
2728
- hoogle-5.0.17.11
2829
- hsimport-0.11.0

stack-8.8.3.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ extra-deps:
2020
- haskell-lsp-0.22.0.0
2121
- haskell-lsp-types-0.22.0.0
2222
- haskell-src-exts-1.21.1
23-
- hie-bios-0.5.0
23+
- github: mpickering/hie-bios
24+
commit: b925bbfacf4f42898733d696b62a829258cd9cf9
2425
- hlint-2.2.8
2526
- hoogle-5.0.17.11
2627
- hsimport-0.11.0

stack.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extra-deps:
2424
- haddock-library-1.8.0
2525
- haskell-lsp-0.22.0.0
2626
- haskell-lsp-types-0.22.0.0
27-
- hie-bios-0.5.0
27+
# - hie-bios-0.5.0
2828
- HsYAML-0.2.1.0@rev:1
2929
- HsYAML-aeson-0.2.0.0@rev:1
3030
- indexed-profunctors-0.1
@@ -40,8 +40,8 @@ extra-deps:
4040
- regex-pcre-builtin-0.95.1.1.8.43
4141
- regex-tdfa-1.3.1.0
4242
- semialign-1.1
43-
# - github: wz1000/shake
44-
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
43+
- github: mpickering/hie-bios
44+
commit: b925bbfacf4f42898733d696b62a829258cd9cf9
4545
- stylish-haskell-0.11.0.0
4646
- tasty-rerun-1.1.17
4747
- temporary-1.2.1.1

0 commit comments

Comments
 (0)