File: changelog

package info (click to toggle)
haskell-cabal 1.24.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,520 kB
  • ctags: 1
  • sloc: haskell: 25,509; sh: 48; ansic: 11; makefile: 4
file content (481 lines) | stat: -rw-r--r-- 21,633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
-*-change-log-*-
1.24.1.0 Ryan Thomas <ryan@ryant.org> October 2016
	* API addition: 'differenceVersionRanges' (#3519).
	* Fixed reexported-modules display mangling (#3928).
	* Check that the correct cabal-version is specified when the
	extra-doc-files field is present (#3825).
	* Fixed an incorrect invocation of GetShortPathName that was
	causing build failures on Windows (#3649).

1.24.0.1 Ryan Thomas <ryan@ryant.org> May 2016
	* Linker flags are now set correctly on GHC >= 7.8 (#3443).

1.24.0.0 Ryan Thomas <ryan@ryant.org> May 2016
	* Support GHC 8.
	* Deal with extra C sources from preprocessors (#238).
	* Include cabal_macros.h when running c2hs (#2600).
	* Don't recompile C sources unless needed (#2601).
	* Read 'builddir' option from 'CABAL_BUILDDIR' environment variable
	* Add '--profiling-detail=$level' flag with a default for libraries
	  and executables of 'exported-functions' and 'toplevel-functions'
	  respetively (GHC's '-fprof-auto-{exported,top}' flags) (#193).
	* New 'custom-setup' stanza to specify setup deps. Setup is also built
	  with the cabal_macros.h style macros, for conditional compilation.
	* Support Haddock response files (#2746).
	* Fixed a bug in the Text instance for Platform (#2862).
	* New 'setup haddock' option: '--for-hackage' (#2852).
	* New --show-detail=direct; like streaming, but allows the test
	  program to detect that is connected to a terminal, and works
	  reliable with a non-threaded runtime (#2911, and serves as a
	  work-around for #2398)
	* Library support for multi-instance package DBs (#2948).
	* Improved the './Setup configure' solver (#3082, #3076).
	* The '--allow-newer' option can be now used with './Setup
	configure' (#3163).
	* Added a way to specify extra locations to find OS X frameworks
	in ('extra-framework-dirs'). Can be used both in .cabal files and
	as an argument to './Setup configure' (#3158).
	* Macros 'VERSION_$pkgname' and 'MIN_VERSION_$pkgname' are now
	also generated for the current package. (#3235).

1.22.0.0 Johan Tibell <johan.tibell@gmail.com> January 2015
	* Support GHC 7.10.
	* Experimental support for emitting DWARF debug info.
	* Preliminary support for relocatable packages.
	* Allow cabal to be used inside cabal exec enviroments.
	* hpc: support mutliple "ways" (e.g. profiling and vanilla).
	* Support GHCJS.
	* Improved command line documentation.
	* Add '-none' constraint syntax for version ranges (#2093).
	* Make the default doc index file path compiler/arch/os-dependent
	(#2136).
	* Warn instead of dying when generating documentation and hscolour
	isn't installed (455f51622fa38347db62197a04bb0fa5b928ff17).
	* Support the new BinaryLiterals extension
	(1f25ab3c5eff311ada73c6c987061b80e9bbebd9).
	* Warn about 'ghc-prof-options: -auto-all' in 'cabal check' (#2162).
	* Add preliminary support for multiple instances of the same package
	version installed side-by-side (#2002).
	* New binary build config format - faster build times (#2076).
	* Support module thinning and renaming (#2038).
	* Add a new license type: UnspecifiedLicense (#2141).
	* Remove support for Hugs and nhc98 (#2168).
	* Invoke 'tar' with '--formar ustar' if possible in 'sdist' (#1903).
	* Replace --enable-library-coverage with --enable-coverage, which
	enables program coverage for all components (#1945).
	* Suggest that `ExitFailure 9` is probably due to memory
	exhaustion (#1522).
	* Drop support for Haddock < 2.0 (#1808, #1718).
	* Make 'cabal test'/'cabal bench' build only what's needed for
	running tests/benchmarks (#1821).
	* Build shared libraries by default when linking executables dynamically.
	* Build profiled libraries by default when profiling executables.

1.20.0.1 Johan Tibell <johan.tibell@gmail.com> May 2014
	* Fix streaming test output.

1.20.0.0 Johan Tibell <johan.tibell@gmail.com> April 2014
	* Rewrite user guide
	* Fix repl Ctrl+C handling
	* Add haskell-suite compiler support
	* Add __HADDOCK_VERSION__ define
	* Allow specifying exact dependency version using hash
	* Rename extra-html-files to extra-doc-files
	* Add parallel build support for GHC 7.8 and later
	* Don't call ranlib on OS X
	* Avoid re-linking executables, test suites, and benchmarks
	unnecessarily, shortening build times
	* Add --allow-newer which allows upper version bounds to be
	ignored
	* Add --enable-library-stripping
	* Add command for freezing dependencies
	* Allow repl to be used outside Cabal packages
	* Add --require-sandbox
	* Don't use --strip-unneeded on OS X or iOS
	* Add new license-files field got additional licenses
	* Fix if(solaris) on some Solaris versions
	* Don't use -dylib-install-name on OS X with GHC > 7.8
	* Add DragonFly as a known OS
	* Improve pretty-printing of Cabal files
	* Add test flag --show-details=streaming for real-time test output
	* Add exec command

1.10.2.0 Duncan Coutts <duncan@community.haskell.org> June 2011
	* Include test suites in cabal sdist
	* Fix for conditionals in test suite stanzas in .cabal files
	* Fix permissions of directories created during install
	* Fix for global builds when $HOME env var is not set

1.10.1.0 Duncan Coutts <duncan@community.haskell.org> February 2011
	* Improved error messages when test suites are not enabled
	* Template parameters allowed in test --test-option(s) flag
	* Improved documentation of the test feature
	* Relaxed QA check on cabal-version when using test-suite sections
	* haddock command now allows both --hoogle and --html at the same time
	* Find ghc-version-specific instances of the hsc2hs program
	* Preserve file executable permissions in sdist tarballs
	* Pass gcc location and flags to ./configure scripts
	* Get default gcc flags from ghc

1.10.0.0 Duncan Coutts <duncan@haskell.org> November 2010
	* New cabal test feature
	* Initial support for UHC
	* New default-language and other-languages fields (e.g. Haskell98/2010)
	* New default-extensions and other-extensions fields
	* Deprecated extensions field (for packages using cabal-version >=1.10)
	* Cabal-version field must now only be of the form ">= x.y"
	* Removed deprecated --copy-prefix= feature
	* Auto-reconfigure when .cabal file changes
	* Workaround for haddock overwriting .hi and .o files when using TH
	* Extra cpp flags used with hsc2hs and c2hs (-D${os}_BUILD_OS etc)
	* New cpp define VERSION_<package> gives string version of dependencies
	* User guide source now in markdown format for easier editing
	* Improved checks and error messages for C libraries and headers
	* Removed BSD4 from the list of suggested licenses
	* Updated list of known language extensions
	* Fix for include paths to allow C code to import FFI stub.h files
	* Fix for intra-package dependencies on OSX
	* Stricter checks on various bits of .cabal file syntax
	* Minor fixes for c2hs

1.8.0.6 Duncan Coutts <duncan@haskell.org> June 2010
	* Fix 'register --global/--user'

1.8.0.4 Duncan Coutts <duncan@haskell.org> March 2010
	* Set dylib-install-name for dynalic libs on OSX
	* Stricter configure check that compiler supports a package's extensions
	* More configure-time warnings
	* Hugs can compile Cabal lib again
	* Default datadir now follows prefix on Windows
	* Support for finding installed packages for hugs
	* Cabal version macros now have proper parenthesis
	* Reverted change to filter out deps of non-buildable components
	* Fix for registering implace when using a specific package db
	* Fix mismatch between $os and $arch path template variables
	* Fix for finding ar.exe on Windows, always pick ghc's version
	* Fix for intra-package dependencies with ghc-6.12

1.8.0.2 Duncan Coutts <duncan@haskell.org> December 2009
	* Support for GHC-6.12
	* New unique installed package IDs which use a package hash
	* Allow executables to depend on the lib within the same package
	* Dependencies for each component apply only to that component
	  (previously applied to all the other components too)
	* Added new known license MIT and versioned GPL and LGPL
	* More liberal package version range syntax
	* Package registration files are now UTF8
	* Support for LHC and JHC-0.7.2
	* Deprecated RecordPuns extension in favour of NamedFieldPuns
	* Deprecated PatternSignatures extension in favor of ScopedTypeVariables
	* New VersionRange semantic view as a sequence of intervals
	* Improved package quality checks
	* Minor simplification in a couple Setup.hs hooks
	* Beginnings of a unit level testsuite using QuickCheck
	* Various bug fixes
	* Various internal cleanups

1.6.0.2 Duncan Coutts <duncan@haskell.org> February 2009
	* New configure-time check for C headers and libraries
	* Added language extensions present in ghc-6.10
	* Added support for NamedFieldPuns extension in ghc-6.8
	* Fix in configure step for ghc-6.6 on Windows
	* Fix warnings in Path_pkgname.hs module on Windows
	* Fix for exotic flags in ld-options field
	* Fix for using pkg-config in a package with a lib and an executable
	* Fix for building haddock docs for exes that use the Paths module
	* Fix for installing header files in subdirectories
	* Fix for the case of building profiling libs but not ordinary libs
	* Fix read-only attribute of installed files on Windows
	* Ignore ghc -threaded flag when profiling in ghc-6.8 and older

1.6.0.1 Duncan Coutts <duncan@haskell.org> October 2008
	* Export a compat function to help alex and happy

1.6.0.0 Duncan Coutts <duncan@haskell.org> October 2008
	* Support for ghc-6.10
	* Source control repositories can now be specified in .cabal files
	* Bug report URLs can be now specified in .cabal files
	* Wildcards now allowed in data-files and extra-source-files fields
	* New syntactic sugar for dependencies "build-depends: foo ==1.2.*"
	* New cabal_macros.h provides macros to test versions of dependencies
	* Relocatable bindists now possible on unix via env vars
	* New 'exposed' field allows packages to be not exposed by default
	* Install dir flags can now use $os and $arch variables
	* New --builddir flag allows multiple builds from a single sources dir
	* cc-options now only apply to .c files, not for -fvia-C
	* cc-options are not longer propagated to dependent packages
	* The cpp/cc/ld-options fields no longer use ',' as a separator
	* hsc2hs is now called using gcc instead of using ghc as gcc
	* New api for manipulating sets and graphs of packages
	* Internal api improvements and code cleanups
	* Minor improvements to the user guide
	* Miscellaneous minor bug fixes

1.4.0.2 Duncan Coutts <duncan@haskell.org> August 2008
	* Fix executable stripping default
	* Fix striping exes on OSX that export dynamic symbols (like ghc)
	* Correct the order of arguments given by --prog-options=
	* Fix corner case with overlapping user and global packages
	* Fix for modules that use pre-processing and .hs-boot files
	* Clarify some points in the user guide and readme text
	* Fix verbosity flags passed to sub-command like haddock
	* Fix sdist --snapshot
	* Allow meta-packages that contain no modules or C code
	* Make the generated Paths module -Wall clean on Windows

1.4.0.1 Duncan Coutts <duncan@haskell.org> June 2008
	* Fix a bug which caused '.' to always be in the sources search path
	* Haddock-2.2 and later do now support the --hoogle flag

1.4.0.0 Duncan Coutts <duncan@haskell.org> June 2008
	* Rewritten command line handling support
	* Command line completion with bash
	* Better support for Haddock 2
	* Improved support for nhc98
	* Removed support for ghc-6.2
	* Haddock markup in .lhs files now supported
	* Default colour scheme for highlighted source code
	* Default prefix for --user installs is now $HOME/.cabal
	* All .cabal files are treaded as UTF-8 and must be valid
	* Many checks added for common mistakes
	* New --package-db= option for specific package databases
	* Many internal changes to support cabal-install
	* Stricter parsing for version strings, eg dissalows "1.05"
	* Improved user guide introduction
	* Programatica support removed
	* New options --program-prefix/suffix allows eg versioned programs
	* Support packages that use .hs-boot files
	* Fix sdist for Main modules that require preprocessing
	* New configure -O flag with optimisation level 0--2
	* Provide access to "x-" extension fields through the Cabal api
	* Added check for broken installed packages
	* Added warning about using inconsistent versions of dependencies
	* Strip binary executable files by default with an option to disable
	* New options to add site-specific include and library search paths
	* Lift the restriction that libraries must have exposed-modules
	* Many bugs fixed.
	* Many internal structural improvements and code cleanups

1.2.4.0 Duncan Coutts <duncan@haskell.org> June 2008
	* Released with GHC 6.8.3
	* Backported several fixes and minor improvements from Cabal-1.4
	* Use a default colour scheme for sources with hscolour >=1.9
	* Support --hyperlink-source for Haddock >= 2.0
	* Fix for running in a non-writable directory
	* Add OSX -framework arguments when linking executables
	* Updates to the user guide
	* Allow build-tools names to include + and _
	* Export autoconfUserHooks and simpleUserHooks
	* Export ccLdOptionsBuildInfo for Setup.hs scripts
	* Export unionBuildInfo and make BuildInfo an instance of Monoid
	* Fix to allow the 'main-is' module to use a pre-processor

1.2.3.0 Duncan Coutts <duncan@haskell.org> Nov 2007
	* Released with GHC 6.8.2
	* Includes full list of GHC language extensions
	* Fix infamous "dist/conftest.c" bug
	* Fix configure --interfacedir=
	* Find ld.exe on Windows correctly
	* Export PreProcessor constructor and mkSimplePreProcessor
	* Fix minor bug in unlit code
	* Fix some markup in the haddock docs

1.2.2.0 Duncan Coutts <duncan@haskell.org> Nov 2007
	* Released with GHC 6.8.1
	* Support haddock-2.0
	* Support building DSOs with GHC
	* Require reconfiguring if the .cabal file has changed
	* Fix os(windows) configuration test
	* Fix building documentation
	* Fix building packages on Solaris
	* Other minor bug fixes

1.2.1 Duncan Coutts <duncan@haskell.org> Oct 2007
	* To be included in GHC 6.8.1
	* New field "cpp-options" used when preprocessing Haskell modules
	* Fixes for hsc2hs when using ghc
	* C source code gets compiled with -O2 by default
	* OS aliases, to allow os(windows) rather than requiring os(mingw32)
	* Fix cleaning of 'stub' files
	* Fix cabal-setup, command line ui that replaces "runhaskell Setup.hs"
	* Build docs even when dependent packages docs are missing
	* Allow the --html-dir to be specified at configure time
	* Fix building with ghc-6.2
	* Other minor bug fixes and build fixes

1.2.0  Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Sept 2007
	* To be included in GHC 6.8.x
	* New configurations feature
	* Can make haddock docs link to hilighted sources (with hscolour)
	* New flag to allow linking to haddock docs on the web
	* Supports pkg-config
	* New field "build-tools" for tool dependencies
	* Improved c2hs support
	* Preprocessor output no longer clutters source dirs
	* Separate "includes" and "install-includes" fields
	* Makefile command to generate makefiles for building libs with GHC
	* New --docdir configure flag
	* Generic --with-prog --prog-args configure flags
	* Better default installation paths on Windows
	* Install paths can be specified relative to each other
	* License files now installed
	* Initial support for NHC (incomplete)
	* Consistent treatment of verbosity
	* Reduced verbosity of configure step by default
	* Improved helpfulness of output messages
	* Help output now clearer and fits in 80 columns
	* New setup register --gen-pkg-config flag for distros
	* Major internal refactoring, hooks api has changed
	* Dozens of bug fixes

1.1.6.2 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> May 2007
	* Released with GHC 6.6.1
	* Handle windows text file encoding for .cabal files
	* Fix compiling a executable for profiling that uses Template Haskell
	* Other minor bug fixes and user guide clarifications

1.1.6.1 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Oct 2006
	* fix unlit code
	* fix escaping in register.sh

1.1.6  Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Oct 2006
	* Released with GHC 6.6
	* Added support for hoogle
	* Allow profiling and normal builds of libs to be chosen indepentantly
	* Default installation directories on Win32 changed
	* Register haddock docs with ghc-pkg
	* Get haddock to make hyperlinks to dependent package docs
	* Added BangPatterns language extension
	* Various bug fixes

1.1.4  Duncan Coutts <duncan.coutts@worc.ox.ac.uk> May 2006
	* Released with GHC 6.4.2
	* Better support for packages that need to install header files
	* cabal-setup added, but not installed by default yet
	* Implemented "setup register --inplace"
	* Have packages exposed by default with ghc-6.2
	* It is no longer necessary to run 'configure' before 'clean' or 'sdist'
	* Added support for ghc's -split-objs
	* Initial support for JHC
	* Ignore extension fields in .cabal files (fields begining with "x-")
	* Some changes to command hooks API to improve consistency
	* Hugs support improvements
	* Added GeneralisedNewtypeDeriving language extension
	* Added cabal-version field
	* Support hidden modules with haddock
	* Internal code refactoring
	* More bug fixes

1.1.3  Isaac Jones  <ijones@syntaxpolice.org> Sept 2005
	* WARNING: Interfaces not documented in the user's guide may
	  change in future releases.
	* Move building of GHCi .o libs to the build phase rather than
	register phase. (from Duncan Coutts)
	* Use .tar.gz for source package extension
	* Uses GHC instead of cpphs if the latter is not available
	* Added experimental "command hooks" which completely override the
	default behavior of a command.
	* Some bugfixes

1.1.1  Isaac Jones  <ijones@syntaxpolice.org> July 2005
	* WARNING: Interfaces not documented in the user's guide may
	  change in future releases.
 	* Handles recursive modules for GHC 6.2 and GHC 6.4.
	* Added "setup test" command (Used with UserHook)
	* implemented handling of _stub.{c,h,o} files
	* Added support for profiling
	* Changed install prefix of libraries (pref/pkgname-version
	  to prefix/pkgname-version/compname-version)
	* Added pattern guards as a language extension
	* Moved some functionality to Language.Haskell.Extension
	* Register / unregister .bat files for windows
	* Exposed more of the API
	* Added support for the hide-all-packages flag in GHC > 6.4
	* Several bug fixes

1.0  Isaac Jones  <ijones@syntaxpolice.org> March 11 2005
	* Released with GHC 6.4, Hugs March 2005, and nhc98 1.18
	* Some sanity checking

0.5  Isaac Jones  <ijones@syntaxpolice.org> Wed Feb 19 2005
	* WARNING: this is a pre-release and the interfaces are still
	likely to change until we reach a 1.0 release.
	* Hooks interfaces changed
	* Added preprocessors to user hooks
	* No more executable-modules or hidden-modules.  Use
	"other-modules" instead.
	* Certain fields moved into BuildInfo, much refactoring
	* extra-libs -> extra-libraries
	* Added --gen-script to configure and unconfigure.
	* modules-ghc (etc) now ghc-modules (etc)
	* added new fields including "synopsis"
	* Lots of bug fixes
	* spaces can sometimes be used instead of commas
	* A user manual has appeared (Thanks, ross!)
	* for ghc 6.4, configures versionsed depends properly
	* more features to ./setup haddock

0.4  Isaac Jones  <ijones@syntaxpolice.org> Sun Jan 16 2005

	* Much thanks to all the awesome fptools hackers who have been
	working hard to build the Haskell Cabal!

	* Interface Changes:

	** WARNING: this is a pre-release and the interfaces are still
	likely to change until we reach a 1.0 release.

	** Instead of Package.description, you should name your
	description files <something>.cabal.  In particular, we suggest
	that you name it <packagename>.cabal, but this is not enforced
	(yet).  Multiple .cabal files in the same directory is an error,
	at least for now.

	** ./setup install --install-prefix is gone.  Use ./setup copy
	--copy-prefix instead.

	** The "Modules" field is gone.  Use "hidden-modules",
	"exposed-modules", and "executable-modules".

	** Build-depends is now a package-only field, and can't go into
	executable stanzas.  Build-depends is a package-to-package
	relationship.

	** Some new fields.  Use the Source.

	* New Features

	** Cabal is now included as a package in the CVS version of
	fptools.  That means it'll be released as "-package Cabal" in
	future versions of the compilers, and if you are a bleeding-edge
	user, you can grab it from the CVS repository with the compilers.

	** Hugs compatibility and NHC98 compatibility should both be
	improved.

	** Hooks Interface / Autoconf compatibility: Most of the hooks
	interface is hidden for now, because it's not finalized.  I have
	exposed only "defaultMainWithHooks" and "defaultUserHooks".  This
	allows you to use a ./configure script to preprocess
	"foo.buildinfo", which gets merged with "foo.cabal".  In future
	releases, we'll expose UserHooks, but we're definitely going to
	change the interface to those.  The interface to the two functions
	I've exposed should stay the same, though.

	** ./setup haddock is a baby feature which pre-processes the
	source code with hscpp and runs haddock on it.  This is brand new
	and hardly tested, so you get to knock it around and see what you
	think.

	** Some commands now actually implement verbosity.

	** The preprocessors have been tested a bit more, and seem to work
	OK.  Please give feedback if you use these.

0.3  Isaac Jones  <ijones@syntaxpolice.org> Sun Jan 16 2005
	* Unstable snapshot release
	* From now on, stable releases are even.

0.2  Isaac Jones  <ijones@syntaxpolice.org>

	* Adds more HUGS support and preprocessor support.