From a03145bb960f25e180c8921c9439ff1cbba923cb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 31 Jul 2020 20:21:45 +0200 Subject: [PATCH] hackage2nix: build the package set for the proper compiler version --- pkgs/development/haskell-modules/configuration-hackage2nix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index daf0041f1c3..fed60f0a324 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -1,6 +1,6 @@ # pkgs/development/haskell-modules/configuration-hackage2nix.yaml -compiler: ghc-8.8.3 +compiler: ghc-8.8.4 core-packages: - array-0.5.4.0