1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

haskell-brick: use the latest version when building with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-12-06 20:35:11 +01:00
parent fc8ccfa780
commit 88179304b4

View file

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