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.
# Versions are pinned, since we don't want to accidentally break anything (by always installing latest).
RUN cabal install --haddock-hoogle --minimize-conflict-set \
fsnotify \
haskell-dap \
ghci-dap \
haskell-debug-adapter \
hlint \
apply-refact \
retrie \
hoogle \
ormolu
fsnotify-0.4.1.0 \
haskell-dap-0.0.16.0 \
ghci-dap-0.0.22.0 \
haskell-debug-adapter-0.0.39.0 \
hlint-3.6.1 \
apply-refact-0.14.0.0 \
retrie-1.2.2 \
hoogle-5.0.18.3 \
ormolu-0.7.2.0
FROM packages as hoogle