haskellPackages.zenc: Jailbreak to fix tests

launchpad/nixpkgs/master
Malte Brandy 3 years ago
parent 79b9e837dd
commit 25556077a5
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save