haskellPackages.streamly-posix: jailbreak to fix tests

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 1939 1939 # ghc-api-compat needlessly requires 8.10.5 exactly, but we have 8.10.6 1940 1940 ghc-api-compat = doJailbreak super.ghc-api-compat; 1941 1941 1942 + # 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too. 1943 + streamly-posix = doJailbreak super.streamly-posix; 1944 + 1942 1945 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super