1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

haskell-lifted-base: jailbreak to work around https://github.com/basvandijk/lifted-base/issues/34

This commit is contained in:
Peter Simons 2017-02-12 13:48:58 +01:00
parent 958b100827
commit 29a1db9a97

View file

@ -837,4 +837,8 @@ self: super: {
# https://github.com/roelvandijk/terminal-progress-bar/issues/14
terminal-progress-bar = doJailbreak self.terminal-progress-bar_0_1_1;
});
# https://github.com/basvandijk/lifted-base/issues/34
lifted-base = doJailbreak super.lifted-base;
}