We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ad657 commit c3c06ecCopy full SHA for c3c06ec
cabal.project
@@ -57,3 +57,11 @@ if impl(ghc >= 9.11)
57
allow-newer:
58
cabal-install-parsers:base,
59
cabal-install-parsers:time,
60
+
61
+-- It contains https://github.com/haskell/hie-bios/pull/464
62
+-- Improves (possibly dramatically) the startup time when looking for cradles
63
+source-repository-package
64
+ type: git
65
+ location: https://github.com/haskell/hie-bios
66
+ -- That's master after the merge of #464
67
+ tag: 24672b0
0 commit comments