haskell-openssl-streams: update to version 1.1.0.0

This commit is contained in:
Peter Simons 2014-01-16 11:54:50 +01:00
parent e69d9e7d1a
commit fd30675e2a

View file

@ -10,10 +10,10 @@ cabal.mkDerivation (self: {
testDepends = [
HsOpenSSL HUnit ioStreams network testFramework testFrameworkHunit
];
doCheck = false;
meta = {
description = "OpenSSL network support for io-streams";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
doCheck = false;
})