Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package *

write-ghc-environment-files: never

index-state: 2022-08-09T13:13:41Z
index-state: 2022-08-15T06:53:13Z

constraints:
hyphenation +embed,
Expand Down
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ library
ghc-boot-th,
ghc-boot,
ghc >= 8.6,
ghc-check >=0.5.0.4,
ghc-check >=0.5.0.8,
ghc-paths,
cryptohash-sha1 >=0.11.100 && <0.12,
hie-bios ^>= 0.9.1,
Expand Down
2 changes: 1 addition & 1 deletion stack-lts16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extra-deps:
- extra-1.7.10
- floskell-0.10.4
- fourmolu-0.3.0.0
- ghc-check-0.5.0.4
- ghc-check-0.5.0.8
- ghc-exactprint-0.6.4
- ghc-lib-8.10.7.20210828
- ghc-lib-parser-8.10.7.20210828
Expand Down
2 changes: 1 addition & 1 deletion stack-lts19.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-19.18
resolver: lts-19.19

packages:
- .
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2022-08-04
resolver: nightly-2022-08-15

packages:
- .
Expand Down