Skip to content

Commit

Permalink
Changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jul 29, 2015
1 parent b23b455 commit ccb8d9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cabal-install/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccb8d9b

Please sign in to comment.