change version cabel packeges

This commit is contained in:
David Alst 2024-06-16 21:47:37 +02:00
parent 52e52ba036
commit 047ae1f623
2 changed files with 9 additions and 9 deletions

BIN
.DS_Store vendored

Binary file not shown.

View file

@ -85,15 +85,15 @@ FROM tooling as packages
# Install global packages. # Install global packages.
# Versions are pinned, since we don't want to accidentally break anything (by always installing latest). # Versions are pinned, since we don't want to accidentally break anything (by always installing latest).
RUN cabal install --haddock-hoogle --minimize-conflict-set \ RUN cabal install --haddock-hoogle --minimize-conflict-set \
fsnotify \ fsnotify-0.4.1.0 \
haskell-dap \ haskell-dap-0.0.16.0 \
ghci-dap \ ghci-dap-0.0.22.0 \
haskell-debug-adapter \ haskell-debug-adapter-0.0.39.0 \
hlint \ hlint-3.6.1 \
apply-refact \ apply-refact-0.14.0.0 \
retrie \ retrie-1.2.2 \
hoogle \ hoogle-5.0.18.3 \
ormolu ormolu-0.7.2.0
FROM packages as hoogle FROM packages as hoogle