diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-12-14 11:54:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-12-14 11:54:13 -0400 |
commit | 3d90f9fbca21537d0bc580e93bdd4f2ac85859f4 (patch) | |
tree | 4796f1c1efc3ef90cb34794e77e6322841877721 | |
parent | c51fa6c80358b9029c07ebe788df6b2262f5b745 (diff) |
http-client and unix-compat patches merged and released
-rw-r--r-- | stack-windows.yaml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/stack-windows.yaml b/stack-windows.yaml index 6550fc1a3..82a6144e7 100644 --- a/stack-windows.yaml +++ b/stack-windows.yaml @@ -16,16 +16,6 @@ flags: androidsplice: false packages: - '.' -- location: - git: https://github.com/joeyh/http-client - commit: dbaee53b5a5cfe2dd0f971837c61eccfce05c729 - subdirs: - - http-client - extra-dep: true -- location: - git: https://github.com/joeyh/unix-compat - commit: 806b33c98fb9eb31c71d384a2456e0402e20bce9 - extra-dep: true extra-deps: - aws-0.17.1 - bloomfilter-2.0.1.0 @@ -33,6 +23,8 @@ extra-deps: - Win32-2.6.1.0 - directory-1.3.1.5 - process-1.6.2.0 +- http-client-0.5.7.1 +- unix-compat-0.5.0.1 allow-newer: true explicit-setup-deps: git-annex: true |