haskell-hackage-db: add override to fix build with GHC 8.4.1

Cc: @deepfire
This commit is contained in:
Peter Simons 2018-03-09 21:00:33 +01:00
parent 842a5c40f7
commit 668383c088

View file

@ -783,4 +783,7 @@ self: super: {
# https://github.com/bitemyapp/esqueleto/issues/77
esqueleto = markBrokenVersion "2.5.3" super.esqueleto;
# Older versions don't compile.
hackage-db = super.hackage-db_2_0_1;
}