haskell-brick: update overrides to the latest version

This commit is contained in:
Peter Simons 2020-02-14 09:37:22 +01:00
parent 79e53ba252
commit ee52b6ac68
2 changed files with 2 additions and 2 deletions

View File

@ -1353,7 +1353,7 @@ self: super: {
# There are more complicated ways of doing this but I was able to make it fairly simple -- kiwi # There are more complicated ways of doing this but I was able to make it fairly simple -- kiwi
matterhorn = doJailbreak (super.matterhorn.override { matterhorn = doJailbreak (super.matterhorn.override {
brick-skylighting = self.brick-skylighting.override { brick-skylighting = self.brick-skylighting.override {
brick = self.brick_0_51; brick = self.brick_0_52;
}; };
}); });

View File

@ -70,7 +70,7 @@ self: super: {
xmobar = doJailbreak super.xmobar; xmobar = doJailbreak super.xmobar;
# use latest version to fix the build # use latest version to fix the build
brick = self.brick_0_51; brick = self.brick_0_52;
dbus = self.dbus_1_2_11; dbus = self.dbus_1_2_11;
doctemplates = self.doctemplates_0_8; doctemplates = self.doctemplates_0_8;
exact-pi = doJailbreak super.exact-pi; exact-pi = doJailbreak super.exact-pi;