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