mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-openssl-streams: update to version 1.1.0.2
This commit is contained in:
parent
5e9b258bd8
commit
9f6469a1a1
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "openssl-streams";
|
||||
version = "1.1.0.1";
|
||||
sha256 = "1y3vj17951gz3wlf75j3ph3hlkjbrplrmnbd9rcyiipzv51vy8ym";
|
||||
version = "1.1.0.2";
|
||||
sha256 = "0h3jxxdls0p1xxr02rfag7j9y13ll3xgzx2ldv1nsfcv3rzw2pfy";
|
||||
buildDepends = [ HsOpenSSL ioStreams network ];
|
||||
testDepends = [
|
||||
HsOpenSSL HUnit ioStreams network testFramework testFrameworkHunit
|
||||
|
|
Loading…
Reference in a new issue