haskellPackages.diagrams-cairo: unbreak

https://github.com/diagrams/diagrams-cairo/issues/77
This commit is contained in:
sternenseemann
2021-05-04 12:43:40 +02:00
parent 6e98fdd7c3
commit 63bcfc67e3
2 changed files with 4 additions and 4 deletions
@@ -1798,4 +1798,8 @@ self: super: {
passthru.updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-latest.sh;
};
# Too strict version bounds on base and optparse-applicative
# https://github.com/diagrams/diagrams-cairo/issues/77
diagrams-cairo = doJailbreak super.diagrams-cairo;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super