mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 = [
|
||||
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;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user