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 e446776b1d9..68ce68c7d26 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;