haskell-hoogle: fix build of latest version

This commit is contained in:
Peter Simons 2017-12-14 13:02:30 +01:00
parent 432d58593e
commit 647cda9dfe

View file

@ -1016,4 +1016,7 @@ self: super: {
unliftio = self.unliftio_0_2_0_0;
});
# Hoogle needs a newer version than lts-9 provides.
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; };
}