diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-18 12:44:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-18 12:44:44 -0400 |
commit | 6d687f4aad880ad10e6189452027789a3a70b624 (patch) | |
tree | c59d21e8ac8aac5c54d90c4e575c9ed9431d4def /standalone | |
parent | 8a60a55e45dad4b0a8b61f4669a689af42f18cdf (diff) |
update pinned versions for android and armel to use new enough http-client for proxy support
I have not updated the autobuilder yet; these versions seem ok by
inspection.
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/cabal.config | 4 | ||||
-rw-r--r-- | standalone/linux/cabal.config | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/standalone/android/cabal.config b/standalone/android/cabal.config index 4eecbfeaf..5ba5bacc2 100644 --- a/standalone/android/cabal.config +++ b/standalone/android/cabal.config @@ -82,9 +82,9 @@ constraints: Crypto ==4.2.5.1, hinotify ==0.3.5, hjsmin ==0.1.4.7, hslogger ==1.2.1, - http-client ==0.3.8.2, + http-client ==0.4.11.1, http-client-tls ==0.2.2, - http-conduit ==2.1.2.3, + http-conduit ==2.1.5, http-date ==0.0.2, http-types ==0.8.5, hxt ==9.3.1.4, diff --git a/standalone/linux/cabal.config b/standalone/linux/cabal.config index 4eecbfeaf..5ba5bacc2 100644 --- a/standalone/linux/cabal.config +++ b/standalone/linux/cabal.config @@ -82,9 +82,9 @@ constraints: Crypto ==4.2.5.1, hinotify ==0.3.5, hjsmin ==0.1.4.7, hslogger ==1.2.1, - http-client ==0.3.8.2, + http-client ==0.4.11.1, http-client-tls ==0.2.2, - http-conduit ==2.1.2.3, + http-conduit ==2.1.5, http-date ==0.0.2, http-types ==0.8.5, hxt ==9.3.1.4, |