haskellPackages.futhark: pin to 0.19.4 for compat with versions

versions in stackage is too old to support 0.19.5, so we pin futhark to
a version that does.
This commit is contained in:
sternenseemann
2021-05-12 18:39:06 +02:00
parent 6773b45e14
commit bc10fb732b
2 changed files with 44 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ default-package-overrides:
- ghcide == 1.2.*
- hls-plugin-api == 1.1.0.0
- hls-explicit-imports-plugin < 1.0.0.2
# 2021-05-12: remove once versions >= 5.0.0 is in stackage
- futhark < 0.19.5
extra-packages:
- base16-bytestring < 1 # required for cabal-install etc.