We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc7a4 commit 1fd80c4Copy full SHA for 1fd80c4
.github/workflows/hackage.yml
@@ -21,7 +21,7 @@ jobs:
21
"hls-splice-plugin", "hls-tactics-plugin",
22
"hls-call-hierarchy-plugin",
23
"haskell-language-server"]
24
- ghc: ["8.10.6", "8.8.4", "8.6.5"]
+ ghc: ["8.10.7", "8.8.4", "8.6.5"]
25
26
steps:
27
@@ -83,7 +83,7 @@ jobs:
83
id: compare-current-version
84
if: steps.get-hackage-version.exists == 'true'
85
run: |
86
- # This will throw an error if there is any difference casue we have to bump up the package version
+ # This will throw an error if there is any difference cause we have to bump up the package version
87
diff -qr -x "*.md" -x "data" $(ls -d ./incoming/${{ matrix.package }}-*) $(ls -d ./current/${{ matrix.package }}-*)
88
89
- name: "Create appropiate cabal.project"
0 commit comments