haskellPackages.co-log: unbreak

wip/yesman
sternenseemann 3 years ago committed by sterni
parent b3218a81c0
commit bbf13dd111
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1679,4 +1679,8 @@ self: super: {
# https://github.com/noinia/hgeometry/issues/132
hgeometry-combinatorial = dontCheck super.hgeometry-combinatorial;
# Too strict version bounds on ansi-terminal
# https://github.com/kowainik/co-log/pull/218
co-log = doJailbreak super.co-log;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save