haskell-hackage-db: use the latest version when compiling with ghc-8.8.1

This commit is contained in:
Peter Simons 2019-09-24 17:57:59 +02:00
parent e49df9257c
commit 17c3cfd9f0

View file

@ -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;