haddock-library: fix build with GHC 7.10.x

Required by GHCJS.
This commit is contained in:
Peter Simons 2016-10-12 16:47:55 +02:00
parent 7c1d952a56
commit 5925d14525

View File

@ -168,6 +168,7 @@ self: super: {
# haddock-api >= 2.17 is GHC 8.0 only
haddock-api = self.haddock-api_2_16_1;
haddock-library = self.haddock-library_1_2_1;
# lens-family-th >= 0.5.0.0 is GHC 8.0 only
lens-family-th = self.lens-family-th_0_4_1_0;