We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8de8f commit 0dcac29Copy full SHA for 0dcac29
pkgs/development/haskell-modules/configuration-common.nix
@@ -2372,6 +2372,8 @@ self: super: {
2372
colourista = assert super.colourista.version == "0.1.0.1";
2373
doJailbreak super.colourista;
2374
2375
+ # 2022-02-26: https://github.com/emilypi/base64/issues/39
2376
+ base64 = dontCheck super.base64;
2377
# Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24
2378
system-fileio = doJailbreak super.system-fileio;
2379
0 commit comments