Skip to content

Commit c3c06ec

Browse files
committed
chore: force master branch of hie-bios
It contains a fix which dramatically increase performance when doing cradle initialisation. haskell/hie-bios#464
1 parent 51ad657 commit c3c06ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cabal.project

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ if impl(ghc >= 9.11)
5757
allow-newer:
5858
cabal-install-parsers:base,
5959
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

Comments
 (0)