cabal-install: justify why legacy-fallback is used
[cabal.git] / cabal-install / changelog
blob3fe99c798e67572e0190a2db9b6b8f515ca4817c
1 -*-change-log-*-
3 3.10.2.0 Hécate <hecate+github@glitchbra.in> August 2023
4 3.10.3.0 Hécate <hecate+github@glitchbra.in> January 2024
5         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.3.0.md
7 3.10.2.1 Hécate <hecate+github@glitchbra.in> November 2023
8         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.1.md
10 3.10.2.0 Hécate <hecate+github@glitchbra.in> November 2023
11         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.0.md
13 3.10.1.0 Mikolaj Konarski <mikolaj@well-typed.com> March 2023
14         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.1.0.md
16 3.8.1.0 Mikolaj Konarski <mikolaj@well-typed.com> August 2022
17         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.8.1.0.md
19 3.6.2.0 Emily Pillmore <emilypi@cohomolo.gy> October 2021
20         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.2.0.md
22 3.6.0.0 Emily Pillmore <emilypi@cohomolo.gy> August 2021
23         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.6.0.0.md
25 3.4.1.0 Emily Pillmore <emilypi@cohomolo.gy> October 2021
26         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.1.0.md
28 3.4.0.0 Oleg Grenrus <oleg.grenrus@iki.fi> February 2021
29         * See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.4.0.0.md
31 3.2.0.0 Herbert Valerio Riedel <hvr@gnu.org> April 2020
32         * `v2-build` (and other `v2-`prefixed commands) now accept the
33           `--benchmark-option(s)` flags, which pass options to benchmark executables
34           (analogous to how `--test-option(s)` works). (#6209)
35         * Add solver optimization to skip a version of a package if it does not resolve
36           any conflicts encountered in the last version, controlled by flag
37           '--fine-grained-conflicts'. (#5918)
38         * `cabal v2-exec` doesn't fail in clean package (#6479)
39         * Show full ABI hash for installed packages in solver log (#5892)
40         * Create incoming directory even for empty packages (#4130)
41         * Start GHCi with `main-is` module in scope (#6311)
42         * Implement `--benchmark-options` for `v2-bench` (#6224)
43         * Fix store-dir in ghc env files generated by `cabal install --lib
44           --package-env` (#6298)
45         * `cabal v2-run` works with `.lhs` files (#6134)
46         * `subdir` in source-repository-package accepts multiple entries (#5472)
48 3.0.1.0 Herbert Valerio Riedel <hvr@gnu.org> April 2020
49         * Create store incoming directory
50           ([#4130](https://github.com/haskell/cabal/issues/4130))
51         * `fetchRepoTarball` output is not marked
52           ([#6385](https://github.com/haskell/cabal/pull/6385))
53         * Update `setupMinCabalVersionConstraint` for GHC-8.8
54           ([#6217](https://github.com/haskell/cabal/pull/6217))
55         * Implement `cabal install --ignore-project`
56           ([#5919](https://github.com/haskell/cabal/issues/5919))
57         * `cabal install executable` solver isn't affected by default
58           environment contents
59           ([#6410](https://github.com/haskell/cabal/issues/6410))
60         * Use `lukko` for file locking
61           ([#6345](https://github.com/haskell/cabal/pull/6345))
62         * Use `hackage-security-0.6`
63           ([#6388](https://github.com/haskell/cabal/pull/6388))
64         * Other dependency upgrades
66 3.0.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> August 2019
67         * `v2-haddock` fails on `haddock` failures (#5977)
68         * `v2-run` works when given `File.lhs` literate file. (#6134)
69         * Parse comma-separated lists for extra-prog-path, extra-lib-dirs, extra-framework-dirs,
70           and extra-include-dirs as actual lists. (#5420)
71         * `v2-repl` no longer changes directory to a randomized temporary folder
72           when used outside of a project. (#5544)
73         * `install-method` and `overwrite-policy` in `.cabal/config` now actually work. (#5942)
74         * `v2-install` now reports the error when a package fails to build. (#5641)
75         * `v2-install` now has a default when called in a project (#5978, #6014, #6092)
76         * '--write-ghc-environment-files' now defaults to 'never' (#4242)
77         * Fix `sdist`'s output when sent to stdout. (#5874)
78         * Allow a list of dependencies to be provided for `repl --build-depends`. (#5845)
79         * Legacy commands are now only accessible with the `v1-` prefixes, and the `v2-`
80           commands are the new default. Accordingly, the next version of Cabal will be
81           the start of the 3.x version series. (#5800)
82         * New solver flag: '--reject-unconstrained-dependencies'. (#2568)
83         * Ported old-style test options to the new-style commands (#5455).
84         * Improved error messages for cabal file parse errors. (#5710)
85         * Removed support for `.zip` format source distributions (#5755)
86         * Add "simple project" initialization option. (#5707)
87         * Add '--minimize-conflict-set' flag to try to improve the solver's
88           error message, but with an increase in run time. (#5647)
89         * v2-test now succeeds when there are no test suites. (#5435)
90         * Add '--lib', '--exe', and '--libandexe' shorthands to init. (#5759)
91         * init now generates valid `Main.lhs` files. (#5577)
92         * Init improvements: add flag '--application-dir', and when creating
93           a library also create a MyLib.hs module. (#5740)
94         * Add support for generating test-suite via cabal init. (#5761)
95         * Increase `max-backjumps` default from 2000 to 4000.
96         * Make v2-install/new-install-specific flags configurable in
97           ~/.cabal/config
98         * Add --installdir and --install-method=copy flags to v2-install
99           that make it possible to copy the executable instead of symlinking it
100         * --symlink-bindir no longer controls the symlinking directory of
101           v2-install (installdir controls both symlinking and copying now)
102         * Default to non-interactive init.
103         * Add --test-wrapper that allows a prebuild script to set the test environment.
104         * Add filterTestFlags: filter test-wrapper for Cabal < 3.0.0.
105         * Cabal now only builds the minimum of a package for `v2-install` (#5754, #6091)
107 2.4.1.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> November 2018
108         * Add message to alert user to potential package casing errors. (#5635)
109         * new-clean no longer deletes dist-newstyle/src with `-s`. (#5699)
110         * 'new-install' now warns when failing to symlink an exe (#5602)
111         * Extend 'cabal init' support for 'cabal-version' selection (#5567)
112         * 'new-sdist' now generates tarballs with file modification
113           times from a date in 2001. Using the Unix epoch caused
114           problems on Windows. (#5596)
115         * Register monolithic packages installed into the store due to a
116           build-tool dependency if they also happen to contain a buildable
117           public lib. (#5379,#5604)
118         * Fixed a Windows bug where cabal-install tried to copy files
119           after moving them (#5631).
120         * 'cabal v2-repl' now works for indefinite (in the Backpack sense) components. (#5619)
121         * Set data dir environment variable for tarballs and remote repos (#5469)
122         * Fix monolithic inplace build tool PATH (#5633)
123         * 'cabal init' now supports '-w'/'--with-compiler' flag (#4936, #5654)
124         * Fix ambiguous --builddir on new-install (#5652)
125         * Allow relative --storedir (#5662)
126         * Respect --dry on new-install (#5671)
127         * Warn when new-installing zero exes (#5666)
128         * Add 'pkg-cabal-sha256' field to plan.json (#5695)
129         * New v2-build flag: '--only-configure'. (#5578)
130         * Fixed a 'new-install' failure that manifested when it
131           encountered remote source dependencies in a project. (#5643)
132         * New 'v2-[build,configure' flag: '--write-ghc-environment-files'
133           to control the generation of .ghc.environment files. (#5711)
135 2.4.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> September 2018
136         * Bugfix: "cabal new-build --ghc-option '--bogus' --ghc-option '-O1'"
137           no longer ignores all arguments except the last one (#5512).
138         * Add the following option aliases for '-dir'-suffixed options:
139           'storedir', 'logsdir', 'packagedir', 'sourcedir', 'outputdir' (#5484).
140         * 'new-run' now allows the user to run scripts that use a special block
141           to define their requirements (as in the executable stanza) in place
142           of a target. This also allows the use of 'cabal' as an interpreter
143           in a shebang line.
144         * Add aliases for the "new-" commands that won't change when they
145           lose their prefix or are eventually replaced by a third UI
146           paradigm in the future. (#5429)
147         * 'outdated' now accepts '--project-file FILE', which will look for bounds
148           from the new-style freeze file named FILE.freeze. This is only
149           available when `--new-freeze-file` has been passed.
150         * 'new-repl' now accepts a '--build-depends' flag which accepts the
151           same syntax as is used in .cabal files to add additional dependencies
152           to the environment when developing in the REPL. It is now usable outside
153           of projects. (#5425, #5454)
154         * 'new-build' now treats Haddock errors non-fatally. In addition,
155           it attempts to avoid trying to generate Haddocks when there is
156           nothing to generate them from. (#5232, #5459)
157         * 'new-run', 'new-test', and 'new-bench' now will attempt to resolve
158           ambiguous selectors by filtering out selectors that would be invalid.
159           (#4679, #5461)
160         * 'new-install' now supports installing libraries and local
161           components. (#5399)
162         * Drop support for GHC 7.4, since it is out of our support window
163           (and has been for over a year!).
164         * 'new-update' now works outside of projects. (#5096)
165         * Extend `plan.json` with `pkg-src` provenance information. (#5487)
166         * Add 'new-sdist' command (#5389). Creates stable archives based on
167           cabal projects in '.zip' and '.tar.gz' formats.
168         * Add '--repl-options' flag to 'cabal repl' and 'cabal new-repl'
169           commands. Passes its arguments to the invoked repl, bypassing the
170           new-build's cached configurations. This assures they don't trigger
171           useless rebuilds and are always applied within the repl. (#4247, #5287)
172         * Add 'v1-' prefixes for the commands that will be replaced in the
173           new-build universe, in preparation for it becoming the default.
174           (#5358)
175         * 'outdated' accepts '--v1-freeze-file' and '--v2-freeze-file'
176           in the same spirit.
177         * Completed the 'new-clean' command (#5357). The functionality is
178           equivalent to old-style clean, but for nix-style builds.
179         * Ensure that each package selected for a build-depends dependency
180           contains a library (#5304).
181         * Support packages from local tarballs in the cabal.project file.
182         * Default changelog generated by 'cabal init' is now named
183           'CHANGELOG.md' (#5441).
184         * Align output of 'new-build' command phases (#4040).
185         * Add support for specifying remote VCS dependencies via new
186           'source-repository-package' stanzas in 'cabal.project' files
187           (#5351).
189 2.2.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> March 2018
190         * '--with-PROG' and '--PROG-options' are applied to all packages
191         and not local packages only (#5019).
192         * Completed the 'new-update' command (#4809), which respects nix-style
193         cabal.project(.local) files and allows to update from
194         multiple repositories when using overlays.
195         * Completed the 'new-run' command (#4477). The functionality is the
196         same of the old 'run' command but using nix-style builds.
197         Additionally, it can run executables across packages in a project.
198         Tests and benchmarks are also treated as executables, providing a
199         quick way to pass them arguments.
200         * Completed the 'new-bench' command (#3638). Same as above.
201         * Completed the 'new-exec' command (#3638). Same as above.
202         * Added a preliminary 'new-install' command (#4558, nonlocal exes
203         part) which allows to quickly install executables from Hackage.
204         * Set symlink-bindir (used by new-install) to .cabal/bin by default on
205         .cabal/config initialization (#5188).
206         * 'cabal update' now supports '--index-state' which can be used to
207         roll back the index to an earlier state.
208         * '--allow-{newer,older}' syntax has been enhanced. Dependency
209         relaxation can be now limited to a specific release of a package,
210         plus there's a new syntax for relaxing only caret-style (i.e. '^>=')
211         dependencies (#4575, #4669).
212         * New config file field: 'cxx-options' to specify which options to be
213         passed to the compiler when compiling C++ sources specified by the
214         'cxx-sources' field. (#3700)
215         * New config file field: 'cxx-sources' to specify C++ files to be
216         compiled separately from C source files. Useful in conjunction with the
217         'cxx-options' flag to pass different compiler options to C and C++
218         source files. (#3700)
219         * Use [lfxtb] letters to differentiate component kind instead of
220         opaque "c" in dist-dir layout.
221         * 'cabal configure' now supports '--enable-static', which can be
222         used to build static libraries with GHC via GHC's `-staticlib`
223         flag.
224         * 'cabal user-config now supports '--augment' which can append
225         additional lines to a new or updated cabal config file.
226         * Added support for '--enable-tests' and '--enable-benchmarks' to
227         'cabal fetch' (#4948).
228         * Misspelled package-names on CLI will no longer be silently
229         case-corrected (#4778).
230         * 'cabal new-configure' now backs up the old 'cabal.project.local'
231         file if it exists (#4460).
232         * On macOS, `new-build` will now place dynamic libraries into
233         `store/lib` and aggressively shorten their names in an effort to
234         stay within the load command size limits of macOSs mach-o linker.
235         * 'new-build' now checks for the existence of executables for
236         build-tools and build-tool-depends dependencies in the solver
237         (#4884).
238         * Fixed a spurious warning telling the user to run 'cabal update'
239         when it wasn't necessary (#4444).
240         * Packages installed in sandboxes via 'add-source' now have
241         their timestamps updated correctly and so will not be reinstalled
242         unnecessarily if the main install command fails (#1375).
243         * Add Windows device path support for copyFile, renameFile. Allows cabal
244         new-build to use temporary store path of up to 32k length
245         (#3972, #4914, #4515).
246         * When a flag value is specified multiple times on the command
247         line, the last one is now preferred, so e.g. '-f+dev -f-dev' is
248         now equivalent to '-f-dev' (#4452).
249         * Removed support for building cabal-install with GHC < 7.10 (#4870).
250         * New 'package *' section in 'cabal.project' files that applies
251         options to all packages, not just those local to the project.
252         * Paths_ autogen modules now compile when `RebindableSyntax` or
253         `OverloadedStrings` is used in `default-extensions`.
254         [stack#3789](https://github.com/commercialhaskell/stack/issues/3789)
255         * getDataDir` and other `Paths_autogen` functions now work correctly
256         when compiling a custom `Setup.hs` script using `new-build` (#5164).
258 2.0.0.1 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> December 2017
259         * Support for GHC's numeric -g debug levels (#4673).
260         * Demoted 'scope' field version check to a warning (#4714).
261         * Fixed verbosity flags getting removed before being passed to
262         'printPlan' (#4724).
263         * Added a '--store-dir' option that can be used to configure the
264         location of the build global build store (#4623).
265         * Turned `allow-{newer,older}` in `cabal.project` files into an
266         accumulating field to match CLI flag semantics (#4679).
267         * Improve success message when `cabal upload`ing documentation
268         (#4777).
269         * Documentation fixes.
271 2.0.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> August 2017
272         * See http://coldwa.st/e/blog/2017-09-09-Cabal-2-0.html
273         for more detailed release notes.
274         * Removed the '--root-cmd' parameter of the 'install' command
275         (#3356).
276         * Deprecated 'cabal install --global' (#3356).
277         * Changed 'cabal upload' to upload a package candidate by default
278         (#3419). Same applies to uploading documentation.
279         * Added a new 'cabal upload' flag '--publish' for publishing a
280         package on Hackage instead of uploading a candidate (#3419).
281         * Added optional solver output visualisation support via the
282         tracetree package. Mainly intended for debugging (#3410).
283         * Removed the '--check' option from 'cabal upload'
284         (#1823). It was replaced by package candidates.
285         * Fixed various behaviour differences between network transports
286         (#3429).
287         * The bootstrap script now works correctly when run from a Git
288         clone (#3439).
289         * Removed the top-down solver (#3598).
290         * The '-v/--verbosity' option no longer affects GHC verbosity
291         (except in the case of '-v0'). Use '--ghc-options=-v' to enable
292         verbose GHC output (#3540, #3671).
293         * Changed the default logfile template from
294         '.../$pkgid.log' to '.../$compiler/$libname.log' (#3807).
295         * Added a new command, 'cabal reconfigure', which re-runs 'configure'
296         with the most recently used flags (#2214).
297         * Added the '--index-state' flag for requesting a specific
298         version of the package index (#3893, #4115).
299         * Support for building Backpack packages.  See
300         https://github.com/ezyang/ghc-proposals/blob/backpack/proposals/0000-backpack.rst
301         for more details.
302         * Support the Nix package manager (#3651).
303         * Made the 'template-haskell' package non-upgradable again (#4185).
304         * Fixed password echoing on MinTTY (#4128).
305         * Added a new solver flag, '--allow-boot-library-installs', that allows
306         any package to be installed or upgraded (#4209).
307         * New 'cabal-install' command: 'outdated', for listing outdated
308         version bounds in a .cabal file or a freeze file (#4207).
309         * Added qualified constraints for setup dependencies. For example,
310         --constraint="setup.bar == 1.0" constrains all setup dependencies on
311         bar, and --constraint="foo:setup.bar == 1.0" constrains foo's setup
312         dependency on bar (part of #3502).
313         * Non-qualified constraints, such as --constraint="bar == 1.0", now
314         only apply to top-level dependencies. They don't constrain setup or
315         build-tool dependencies. The new syntax --constraint="any.bar == 1.0"
316         constrains all uses of bar.
317         * Added a technical preview version of the 'cabal doctest' command
318         (#4480).
320 1.24.0.2 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> December 2016
321         * Adapted to the revert of a PVP-noncompliant API change in
322         Cabal 1.24.2.0 (#4123).
323         * Bumped the directory upper bound to < 1.4 (#4158).
325 1.24.0.1 Ryan Thomas <ryan@ryant.org> October 2016
326         * Fixed issue with passing '--enable-profiling' when invoking
327         Setup scripts built with older versions of Cabal (#3873).
328         * Fixed various behaviour differences between network transports
329         (#3429).
330         * Updated to depend on the latest hackage-security that fixes
331         various issues on Windows.
332         * Fixed 'new-build' to exit with a non-zero exit code on failure
333         (#3506).
334         * Store secure repo index data as 01-index.* (#3862).
335         * Added new hackage-security root keys for distribution with
336         cabal-install.
337         * Fix an issue where 'cabal install' sometimes had to be run twice
338         for packages with build-type: Custom and a custom-setup stanza
339         (#3723).
340         * 'cabal sdist' no longer ignores '--builddir' when the package's
341         build-type is Custom (#3794).
343 1.24.0.0 Ryan Thomas <ryan@ryant.org> March 2016
344         * If there are multiple remote repos, 'cabal update' now updates
345         them in parallel (#2503).
346         * New 'cabal upload' option '-P'/'--password-command' for reading
347         Hackage password from arbitrary program output (#2506).
348         * Better warning for 'cabal run' (#2510).
349         * 'cabal init' now warns if the chosen package name is already
350         registered in the source package index (#2436).
351         * New 'cabal install' option: '--offline' (#2578).
352         * Accept 'builddir' field in cabal.config (#2484)
353         * Read 'builddir' option from 'CABAL_BUILDDIR' environment variable.
354         * Remote repos may now be configured to use https URLs. This uses
355         either curl or wget or, on Windows, PowerShell, under the hood (#2687).
356         * Install target URLs can now use https e.g. 'cabal install
357         https://example.com/foo-1.0.tar.gz'.
358         * Automatically use https for cabal upload for the main
359         hackage.haskell.org (other repos will use whatever they are
360         configured to use).
361         * Support for dependencies of custom Setup.hs scripts
362         (see http://www.well-typed.com/blog/2015/07/cabal-setup-deps/).
363         * 'cabal' program itself now can be used as an external setup
364         method. This fixes an issue when Cabal version mismatch caused
365         unnecessary reconfigures (#2633).
366         * Improved error message for unsatisfiable package constraints
367         (#2727).
368         * Fixed a space leak in 'cabal update' (#2826).
369         * 'cabal exec' and 'sandbox hc-pkg' now use the configured
370         compiler (#2859).
371         * New 'cabal haddock' option: '--for-hackage' (#2852).
372         * Added a warning when the solver cannot find a dependency (#2853).
373         * New 'cabal upload' option: '--doc': upload documentation to
374         hackage (#2890).
375         * Improved error handling for 'sandbox delete-source' (#2943).
376         * Solver support for extension and language flavours (#2873).
377         * Support for secure repos using hackage-security (#2983).
378         * Added a log file message similar to one printed by 'make' when
379         building in another directory (#2642).
380         * Added new subcommand 'init' to 'cabal user-config'. This
381         subcommand creates a cabal configuration file in either the
382         default location or as specified by --config-file (#2553).
383         * The man page for 'cabal-install' is now automatically generated
384         (#2877).
385         * The '--allow-newer' option now works as expected when specified
386         multiple times (#2588).
387         * New config file field: 'extra-framework-dirs' (extra locations
388         to find OS X frameworks in). Can be also specified as an argument
389         for 'install' and 'configure' commands (#3158).
390         * It's now possible to limit the scope of '--allow-newer' to
391         single packages in the install plan (#2756).
392         * Full '--allow-newer' syntax is now supported in the config file
393         (that is, 'allow-newer: base, ghc-prim,  some-package:vector')
394         (#3171).
395         * Improved performance of '--reorder-goals' (#3208).
396         * Fixed space leaks in modular solver (#2916, #2914).
397         * Made the solver aware of pkg-config constraints (#3023).
398         * Added a new command: 'gen-bounds' (#3223). See
399         http://softwaresimply.blogspot.se/2015/08/cabal-gen-bounds-easy-generation-of.html.
400         * Tech preview of new nix-style isolated project-based builds.
401         Currently provides the commands (new-)build/repl/configure.
403 1.22.9.0 Ryan Thomas <ryan@ryant.org> March 2016
404         * Include Cabal-1.22.8.0
406 1.22.8.0 Ryan Thomas <ryan@ryant.org> February 2016
407         * Only Custom setup scripts should be compiled with '-i -i.'.
408         * installedCabalVersion: Don't special-case Cabal anymore.
409         * Bump the HTTP upper bound. See #3069.
411 1.22.7.0 Ryan Thomas <ryan@ryant.org> December 2015
412         * Remove GZipUtils tests
413         * maybeDecompress: bail on all errors at the beginning of the
414         stream with zlib < 0.6
415         * Correct maybeDecompress
417 1.22.6.0 Ryan Thomas <ryan@ryant.org> June 2015
418         * A fix for @ezyang's fix for #2502. (Mikhail Glushenkov)
420 1.22.5.0 Ryan Thomas <ryan@ryant.org> June 2015
421         * Reduce temporary directory name length, fixes #2502. (Edward Z. Yang)
423 1.22.4.0 Ryan Thomas <ryan@ryant.org> May 2015
424         * Force cabal upload to always use digest auth and never basic auth.
425         * Add dependency-graph information to `printPlan` output
426         * bootstrap.sh: fixes linker matching to avoid cases where tested
427         linker names appear unexpectedly in compiler output (fixes #2542)
429 1.22.3.0 Ryan Thomas <ryan@ryant.org> April 2015
430         * Fix bash completion for sandbox subcommands - Fixes #2513
431         (Mikhail Glushenkov)
432         * filterConfigureFlags: filter more flags (Mikhail Glushenkov)
434 1.22.2.0 Ryan Thomas <ryan@ryant.org> March 2015
435         * Don't pass '--{en,dis}able-profiling' to old setup exes.
436         * -Wall police
437         * Allow filepath 1.4
439 1.22.0.0 Johan Tibell <johan.tibell@gmail.com> January 2015
440         * New command: user-config (#2159).
441         * Implement 'cabal repl --only' (#2016).
442         * Fix an issue when 'cabal repl' was doing unnecessary compilation
443         (#1715).
444         * Prompt the user to specify source directory in 'cabal init'
445         (#1989).
446         * Remove the self-upgrade check (#2090).
447         * Don't redownload already downloaded packages when bootstrapping
448         (#2133).
449         * Support sandboxes in 'bootstrap.sh' (#2137).
450         * Install profiling and shared libs by default in 'bootstrap.sh'
451         (#2009).
453 1.20.2.0 Ryan Thomas <ryan@ryant.org> February 2016
454         * Only Custom setup scripts should be compiled with '-i -i.'.
455         * installedCabalVersion: Don't special-case Cabal anymore.
457 1.20.1.0 Ryan Thomas <ryan@ryant.org> May 2015
458         * Force cabal upload to always use digest auth and never basic auth.
459         * bootstrap.sh: install network-uri before HTTP
461 1.20.0.5 Johan Tibell <johan.tibell@gmail.com> December 2014
462         * Support random 1.1.
463         * Fix bootstrap script after network package split.
464         * Support network-2.6 in test suite.
466 1.20.0.3 Johan Tibell <johan.tibell@gmail.com> June 2014
467         * Don't attempt to rename dist if it is already named correctly
468         * Treat all flags of a package as interdependent.
469         * Allow template-haskell to be upgradable again
471 1.20.0.2 Johan Tibell <johan.tibell@gmail.com> May 2014
472         * Increase max-backjumps to 2000.
473         * Fix solver bug which led to missed install plans.
474         * Fix streaming test output.
475         * Tweak solver heuristics to avoid reinstalls.
477 1.20.0.1 Johan Tibell <johan.tibell@gmail.com> May 2014
478         * Fix cabal repl search path bug on Windows
479         * Include OS and arch in cabal-install user agent
480         * Revert --constraint flag behavior in configure to 1.18 behavior
482 1.20.0.0 Johan Tibell <johan.tibell@gmail.com> April 2014
483         * Build only selected executables
484         * Add -j flag to build/test/bench/run
485         * Improve install log file
486         * Don't symlink executables when in a sandbox
487         * Add --package-db flag to 'list' and 'info'
488         * Make upload more efficient
489         * Add --require-sandbox option
490         * Add experimental Cabal file format command
491         * Add haddock section to config file
492         * Add --main-is flag to init
494 1.18.2.0 Ryan Thomas <ryan@ryant.org> February 2016
495         * Only Custom setup scripts should be compiled with '-i -i.'.
496         * installedCabalVersion: Don't special-case Cabal anymore.
498 1.18.1.0 Ryan Thomas <ryan@ryant.org> May 2015
499         * Force cabal upload to always use digest auth and never basic auth.
500         * Merge pull request #2367 from juhp/patch-2
501         * Fix bootstrap.sh by bumping HTTP to 4000.2.16.1
503 1.18.0.7 Johan Tibell <johan.tibell@gmail.com> December 2014
504         * Support random 1.1.
505         * Fix bootstrap script after network package split.
506         * Support network-2.6 in test suite.
508 1.18.0.5 Johan Tibell <johan.tibell@gmail.com> July 2014
509         * Make solver flag resolution more conservative.
511 1.18.0.4 Johan Tibell <johan.tibell@gmail.com> May 2014
512         * Increase max-backjumps to 2000.
513         * Fix solver bug which led to missed install plans.
514         * Tweak solver heuristics to avoid reinstalls.
516 0.14.0 Andres Loeh <andres@well-typed.com> April 2012
517         * Works with ghc-7.4
518         * Completely new modular dependency solver (default in most cases)
519         * Some tweaks to old topdown dependency solver
520         * Install plans are now checked for reinstalls that break packages
521         * Flags --constraint and --preference work for nonexisting packages
522         * New constraint forms for source and installed packages
523         * New constraint form for package-specific use flags
524         * New constraint form for package-specific stanza flags
525         * Test suite dependencies are pulled in on demand
526         * No longer install packages on --enable-tests when tests fail
527         * New "cabal bench" command
528         * Various "cabal init" tweaks
530 0.10.0 Duncan Coutts <duncan@community.haskell.org> February 2011
531         * New package targets: local dirs, local and remote tarballs
532         * Initial support for a "world" package target
533         * Partial fix for situation where user packages mask global ones
534         * Removed cabal upgrade, new --upgrade-dependencies flag
535         * New cabal install --only-dependencies flag
536         * New cabal fetch --no-dependencies and --dry-run flags
537         * Improved output for cabal info
538         * Simpler and faster bash command line completion
539         * Fix for broken proxies that decompress wrongly
540         * Fix for cabal unpack to preserve executable permissions
541         * Adjusted the output for the -v verbosity level in a few places
543 0.8.2 Duncan Coutts <duncan@community.haskell.org> March 2010
544         * Fix for cabal update on Windows
545         * On windows switch to per-user installs (rather than global)
546         * Handle intra-package dependencies in dependency planning
547         * Minor tweaks to cabal init feature
548         * Fix various -Wall warnings
549         * Fix for cabal sdist --snapshot
551 0.8.0 Duncan Coutts <duncan@haskell.org> Dec 2009
552         * Works with ghc-6.12
553         * New "cabal init" command for making initial project .cabal file
554         * New feature to maintain an index of haddock documentation
556 0.6.4 Duncan Coutts <duncan@haskell.org> Nov 2009
557         * Improve the algorithm for selecting the base package version
558         * Hackage errors now reported by "cabal upload [--check]"
559         * Improved format of messages from "cabal check"
560         * Config file can now be selected by an env var
561         * Updated tar reading/writing code
562         * Improve instructions in the README and bootstrap output
563         * Fix bootstrap.sh on Solaris 9
564         * Fix bootstrap for systems where network uses parsec 3
565         * Fix building with ghc-6.6
567 0.6.2 Duncan Coutts <duncan@haskell.org> Feb 2009
568         * The upgrade command has been disabled in this release
569         * The configure and install commands now have consistent behaviour
570         * Reduce the tendency to re-install already existing packages
571         * The --constraint= flag now works for the install command
572         * New --preference= flag for soft constraints / version preferences
573         * Improved bootstrap.sh script, smarter and better error checking
574         * New cabal info command to display detailed info on packages
575         * New cabal unpack command to download and untar a package
576         * HTTP-4000 package required, should fix bugs with http proxies
577         * Now works with authenticated proxies.
578         * On Windows can now override the proxy setting using an env var
579         * Fix compatibility with config files generated by older versions
580         * Warn if the hackage package list is very old
581         * More helpful --help output, mention config file and examples
582         * Better documentation in ~/.cabal/config file
583         * Improved command line interface for logging and build reporting
584         * Minor improvements to some messages
586 0.6.0 Duncan Coutts <duncan@haskell.org> Oct 2008
587         * Constraint solver can now cope with base 3 and base 4
588         * Allow use of package version preferences from hackage index
589         * More detailed output from cabal install --dry-run -v
590         * Improved bootstrap.sh
592 0.5.2 Duncan Coutts <duncan@haskell.org> Aug 2008
593         * Support building haddock documentation
594         * Self-reinstall now works on Windows
595         * Allow adding symlinks to executables into a separate bindir
596         * New self-documenting config file
597         * New install --reinstall flag
598         * More helpful status messages in a couple places
599         * Upload failures now report full text error message from the server
600         * Support for local package repositories
601         * New build logging and reporting
602         * New command to upload build reports to (a compatible) server
603         * Allow tilde in hackage server URIs
604         * Internal code improvements
605         * Many other minor improvements and bug fixes
607 0.5.1 Duncan Coutts <duncan@haskell.org> June 2008
608         * Restore minimal hugs support in dependency resolver
609         * Fix for disabled http proxies on Windows
610         * Revert to global installs on Windows by default
612 0.5.0 Duncan Coutts <duncan@haskell.org> June 2008
613         * New package dependency resolver, solving diamond dep problem
614         * Integrate cabal-setup functionality
615         * Integrate cabal-upload functionality
616         * New cabal update and check commands
617         * Improved behavior for install and upgrade commands
618         * Full Windows support
619         * New command line handling
620         * Bash command line completion
621         * Allow case insensitive package names on command line
622         * New --dry-run flag for install, upgrade and fetch commands
623         * New --root-cmd flag to allow installing as root
624         * New --cabal-lib-version flag to select different Cabal lib versions
625         * Support for HTTP proxies
626         * Improved cabal list output
627         * Build other non-dependent packages even when some fail
628         * Report a summary of all build failures at the end
629         * Partial support for hugs
630         * Partial implementation of build reporting and logging
631         * More consistent logging and verbosity
632         * Significant internal code restructuring
634 0.4 Duncan Coutts <duncan@haskell.org> Oct 2007
635         * Renamed executable from 'cabal-install' to 'cabal'
636         * Partial Windows compatibility
637         * Do per-user installs by default
638         * cabal install now installs the package in the current directory
639         * Allow multiple remote servers
640         * Use zlib lib and internal tar code and rather than external tar
641         * Reorganised configuration files
642         * Significant code restructuring
643         * Cope with packages with conditional dependencies
645 0.3 and older versions by Lemmih, Paolo Martini and others 2006-2007
646         * Switch from smart-server, dumb-client model to the reverse
647         * New .tar.gz based index format
648         * New remote and local package archive format