From 047ae1f623d438833dbfd6903c01d55b87a2668b Mon Sep 17 00:00:00 2001 From: davidalst Date: Sun, 16 Jun 2024 21:47:37 +0200 Subject: [PATCH] change version cabel packeges --- .DS_Store | Bin 6148 -> 6148 bytes .devcontainer/Dockerfile | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.DS_Store b/.DS_Store index 61ebb7af48fadb5b1b0604d016a351ce07723683..3da401212706f23dc588317efae2f18094143779 100644 GIT binary patch delta 142 zcmZoMXfc=|#>B!ku~2NHo+2ab#(>?7iw&5W7+EL3W0IS!#nixIWNE6SU}R}Ac@tA6 zCkulfLpnnyLkYT+y&POBr8qe!DL+4lk%55$F1VS8`5)tEb`E|HplzEKnZGkn<`;3~ Q0IFdEDr49jA+m-U0HsqPVgLXD delta 90 zcmZoMXfc=|#>B)qu~2NHo+2aD#(>?7lMO^zCVym+o~*^vz+qxwprc@HU^ICRt36Oq sYqJE~d&Z3of0;J3bMSKjb#4~q_|80;U&N7v0SFiw7+5w(h^%1-0EL|wv;Y7A diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 74c07f7..115a013 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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