Skip to content

Commit

Permalink
cabal.project fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Oct 5, 2023
1 parent 3258579 commit 2f2df79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,14 @@ if impl(ghc >= 9.7)
unix,
deepseq,

repository head.hackage.ghc.haskell.org
url: https://ghc.gitlab.haskell.org/head.hackage/
secure: True
key-threshold: 3
root-keys:
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
if impl(ghc >= 9.7)
repository head.hackage.ghc.haskell.org
url: https://ghc.gitlab.haskell.org/head.hackage/
secure: True
key-threshold: 3
root-keys:
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d

active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org
active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org
2 changes: 1 addition & 1 deletion ghcide/test/exe/CompletionTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ otherCompletionTests = [
_ <- waitForDiagnostics
compls <- getCompletions docA $ Position 2 4
let compls' = [txt | CompletionItem {_insertText = Just txt, ..} <- compls, _label == "member"]
liftIO $ take 2 compls' @?= ["member"],
liftIO $ take 1 compls' @?= ["member"],

testSessionWait "maxCompletions" $ do
doc <- createDoc "A.hs" "haskell" $ T.unlines
Expand Down

0 comments on commit 2f2df79

Please sign in to comment.