Skip to content

Commit 1fd80c4

Browse files
committed
Build with ghc-8.10.7
1 parent 8bbc7a4 commit 1fd80c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
"hls-splice-plugin", "hls-tactics-plugin",
2222
"hls-call-hierarchy-plugin",
2323
"haskell-language-server"]
24-
ghc: ["8.10.6", "8.8.4", "8.6.5"]
24+
ghc: ["8.10.7", "8.8.4", "8.6.5"]
2525

2626
steps:
2727

@@ -83,7 +83,7 @@ jobs:
8383
id: compare-current-version
8484
if: steps.get-hackage-version.exists == 'true'
8585
run: |
86-
# This will throw an error if there is any difference casue we have to bump up the package version
86+
# This will throw an error if there is any difference cause we have to bump up the package version
8787
diff -qr -x "*.md" -x "data" $(ls -d ./incoming/${{ matrix.package }}-*) $(ls -d ./current/${{ matrix.package }}-*)
8888
8989
- name: "Create appropiate cabal.project"

0 commit comments

Comments
 (0)