haskellPackages.zenc: Jailbreak to fix tests

This commit is contained in:
Malte Brandy 2021-06-22 12:48:30 +02:00
parent 79b9e837dd
commit 25556077a5
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1925,4 +1925,8 @@ EOT
# Break out of "Cabal < 3.2" constraint.
stylish-haskell = doJailbreak super.stylish-haskell;
# To strict bound on hspec
# https://github.com/dagit/zenc/issues/5
zenc = doJailbreak super.zenc;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super