haskellPackages.zenc: Jailbreak to fix tests
This commit is contained in:
parent
79b9e837dd
commit
25556077a5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue