Skip to content

Commit 4b0b99e

Browse files
authored
haskell-language-server: add lower bound for githash (#3030)
1 parent 531646b commit 4b0b99e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
, data-default
7373
, ghc
7474
, ghcide ^>=1.7
75-
, githash
75+
, githash >=0.1.6.1
7676
, lsp
7777
, hie-bios
7878
, hiedb

stack-lts16.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ extra-deps:
9090
- stm-hamt-1.2.0.6@sha256:fba86ccb4b45c5706c19b0e1315ba63dcac3b5d71de945ec001ba921fae80061,3972
9191
- primitive-extras-0.10.1
9292
- primitive-unlifted-0.1.3.1
93+
- githash-0.1.6.2
9394

9495
configure-options:
9596
ghcide:

0 commit comments

Comments
 (0)