haskell-openssl-streams: update to version 1.1.0.0
This commit is contained in:
parent
e69d9e7d1a
commit
fd30675e2a
@ -10,10 +10,10 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
HsOpenSSL HUnit ioStreams network testFramework testFrameworkHunit
|
HsOpenSSL HUnit ioStreams network testFramework testFrameworkHunit
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
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;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user