mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-http-client-tls: update to version 0.2.0.1
This commit is contained in:
parent
a415fcc5c5
commit
6066969c92
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "http-client-tls";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "06ywjmhdgnwdyfj0qvmabb5bvgrdfyf7dfxm0hzqvkh2i104s7g0";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0wzbxah6pkglpgl4ax12crw3cl8w48b8pbasb3xkbqcxpaakvbkx";
|
||||
buildDepends = [ connection dataDefault httpClient network tls ];
|
||||
testDepends = [ hspec httpClient httpTypes ];
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue