Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
ccb8d9b4
Commit
ccb8d9b4
authored
Jul 30, 2015
by
Mikhail Glushenkov
Browse files
Changelog update.
parent
b23b4550
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/changelog
View file @
ccb8d9b4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment