haskell-openssl-streams: jailbreak to fix build with network >= 2.5
And re-enable the test suite.
This commit is contained in:
parent
9b8fdfb8b1
commit
06691d6b1e
@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
HsOpenSSL HUnit ioStreams network testFramework testFrameworkHunit
|
HsOpenSSL HUnit ioStreams network testFramework testFrameworkHunit
|
||||||
];
|
];
|
||||||
doCheck = false;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "OpenSSL network support for io-streams";
|
description = "OpenSSL network support for io-streams";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user