always use the latest hpack regardless of GHC version

This commit is contained in:
Alexei Drake 2023-01-12 14:45:22 +01:00 committed by Alex
parent 7d9bb6f4a3
commit e2d2d4d6b8

View File

@ -103,12 +103,12 @@
cabal-install
fourmolu
haskell-language-server
hpack
build-watch
test-watch
pkgs.fd
pkgs.entr
pkgs.bat
pkgs.entr
pkgs.fd
pkgs.hpack
];
shellHook = ''
export PS1=" GHC ${haskellPackages.ghc.version} $PS1"