haskellPackages.streamly-posix: jailbreak to fix tests

This commit is contained in:
Malte Brandy 2021-08-18 10:22:35 +02:00
parent a8241df627
commit 1bf1a3556a
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1939,4 +1939,7 @@ EOT
# ghc-api-compat needlessly requires 8.10.5 exactly, but we have 8.10.6
ghc-api-compat = doJailbreak super.ghc-api-compat;
# 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too.
streamly-posix = doJailbreak super.streamly-posix;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super