haskellPackages.streamly-posix: jailbreak to fix tests

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

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

Loading…
Cancel
Save