From 17c3cfd9f0f9b6819cf78b867eb0e3caeda28113 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Sep 2019 17:57:59 +0200 Subject: [PATCH] haskell-hackage-db: use the latest version when compiling with ghc-8.8.1 --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index e446776b1d91..68ce68c7d26d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -172,6 +172,7 @@ self: super: { csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; }); # use latest version to fix the build + hackage-db = self.hackage-db_2_1_0; lens = self.lens_4_18_1; string-qq = self.string-qq_0_0_4; tls = self.tls_1_5_1;