···19391939 # ghc-api-compat needlessly requires 8.10.5 exactly, but we have 8.10.6
19401940 ghc-api-compat = doJailbreak super.ghc-api-compat;
1941194119421942+ # 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too.
19431943+ streamly-posix = doJailbreak super.streamly-posix;
19441944+19421945} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super