We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411db02 commit 6cdd5beCopy full SHA for 6cdd5be
.github/actions/setup-build/action.yml
@@ -67,9 +67,11 @@ runs:
67
# to get a executable which works for Template Haskell
68
# However we continue providing full static executables in releases so we have to disable it
69
# *for all workflows*, including test, flags and release builds
70
+ # It has to be in cabal.project to include `-dynamic` in the cabal.project.freeze
71
+ # used to compute the cache key
72
- name: Disable -dynamic
73
run: |
- echo -e "package haskell-language-server\n flags: -dynamic" >> cabal.project.local
74
+ echo -e "package haskell-language-server\n flags: -dynamic" >> cabal.project
75
shell: bash
76
77
- if: inputs.os == 'Windows' && inputs.ghc == '8.8.4'
0 commit comments