From ccb8d9b47e4c15f2f2795cd5dce6b205aef68bce Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Thu, 30 Jul 2015 01:45:01 +0200 Subject: [PATCH] Changelog update. --- cabal-install/changelog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cabal-install/changelog b/cabal-install/changelog index 5ebec81911..8106c693b6 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -10,13 +10,14 @@ registered in the source package index (#2436). * New 'cabal install' option: '--offline' (#2578). * Accept 'builddir' field in cabal.config (#2484) - * Read 'builddir' option from 'CABAL_BUILDDIR' environment variable - * Remote repos may now be configured to use https URLs + * Read 'builddir' option from 'CABAL_BUILDDIR' environment variable. + * Remote repos may now be configured to use https URLs. This uses + either curl or wget or, on Windows, PowerShell, under the hood (#2687). * Install target URLs can now use https - e.g. cabal install https://example.com/foo-1.0.tar.gz + e.g. 'cabal install https://example.com/foo-1.0.tar.gz'. * Automatically use https for cabal upload for the main hackage.haskell.org (other repos will use whatever they are - configured to use) + configured to use). * Support for dependencies of custom Setup.hs scripts. 1.22.0.0 Johan Tibell <johan.tibell@gmail.com> January 2015 -- GitLab