Timeline
02/16/09:
- 15:48 Ticket #262 (Check for required C libraries during configure) reopened by
- I've built nearly every package on hackage to look for regressions. Two …
- 04:22 Ticket #493 (counterintuitive syntax of .cabal/config file) closed by
- fixed: […] Newly created config files have this blurb at the top: […] …
- 04:21 Ticket #501 (clean up UI for build logging / reporting) closed by
- fixed: Done […]
02/15/09:
- 05:21 Ticket #501 (clean up UI for build logging / reporting) created by
- The current cabal install command line interface to specify build logs …
02/14/09:
- 10:34 Ticket #500 (develop a tool to find the maximal consistent set of hackage packages) created by
- To a great extent the point of libraries is code re-use. It follows that …
- 10:33 Ticket #499 (develop tool to analyse package dependency splits) created by
- Looking at packages on hackage as a whole we often see cases where …
02/13/09:
- 02:53 Ticket #498 (package downloads confuse IE6 and webkit-gtk browsers) created by
- In IE6 the .tar.gz packages from the Hackage website get downloaded and …
02/12/09:
- 08:28 Ticket #496 (warning for non-existent flags for -f option) closed by
- duplicate: This is a duplicate of my …
- 06:46 Ticket #497 (on package not found error: mention "cabal update") created by
- Together with the "There is no package named .." error, a message could be …
- 06:41 Ticket #496 (warning for non-existent flags for -f option) created by
- Maybe it's a good idea to let 'cabal configure' produce a warning when -f …
02/10/09:
- 11:16 Ticket #495 (feature request: top-level if statements) closed by
- worksforme: Yeah, someone pointed this out to me shortly after I posted this, and I …
02/09/09:
- 16:14 Ticket #488 (Include links to GHC documentation in packages' haddock docs) reopened by
- The base docs have always been there. I assume the report was about ghc …
- 13:18 Ticket #495 (feature request: top-level if statements) created by
- It would be really, really handy for us to be able to use top-level if …
- 12:52 Ticket #491 ("cabal configure" does not install dependencies) closed by
- wontfix: Replying to SamB: > Oh, I didn't know about {{{cabal install …
- 12:36 Ticket #488 (Include links to GHC documentation in packages' haddock docs) closed by
- fixed: It appears that Ross has uploaded the docs for base.
- 12:30 Ticket #490 (cabal unpack gives bad error message for unsatisfiable constraints) closed by
- fixed: Applied, thanks. […]
- 11:04 Ticket #494 (cabal-install cannot build docs that involve Paths_) closed by
- fixed: Reported to be already fixed.
02/08/09:
- 12:21 Ticket #494 (cabal-install cannot build docs that involve Paths_) created by
- Saizan: yes, installing that branch and then rebuilding cabal-install does …
- 08:05 Ticket #493 (counterintuitive syntax of .cabal/config file) created by
- I wanted to change the default so that profiling libraries were always …
02/07/09:
- 17:26 Ticket #492 (report 9 sorts "minor" severity before "normal") closed by
- fixed: Fixed thanks.
- 11:17 Ticket #492 (report 9 sorts "minor" severity before "normal") created by
- If you look at {9}, and there are minor- and normal-severity tickets of …
- 11:08 Ticket #491 ("cabal configure" does not install dependencies) created by
- After typing {{{M-x compile RET cabal configure -p && cabal haddock …
02/06/09:
- 02:51 Ticket #490 (cabal unpack gives bad error message for unsatisfiable constraints) created by
- The simple use case works fine: […] But we also allow constraints and …
02/05/09:
02/04/09:
- 04:53 Ticket #489 (cabal install failed to install happy automatically, needed a nudge) closed by
- duplicate: duplicate of #227
- 00:43 Ticket #489 (cabal install failed to install happy automatically, needed a nudge) created by
- Installing hlint failed on the package: haskell-src-exts-0.4.8. It …
02/03/09:
- 17:38 Ticket #488 (Include links to GHC documentation in packages' haddock docs) created by
- It would be really nice if packages' haddock documentation didn't have …
02/02/09:
- 10:07 Ticket #486 (cabal-install's bootstrap.sh has no recovery strategy in case of errors) closed by
- fixed: Thanks for the report. The current version does extensive error checking: …
- 03:01 Ticket #487 (print less useless info during builds) created by
- Here's an example from a blog post: […] Which bits are useful and …
- 03:00 Ticket #486 (cabal-install's bootstrap.sh has no recovery strategy in case of errors) created by
- When attempting to install cabal-install for the first time, on a unix …
02/01/09:
- 18:12 Ticket #485 (preference on base version should only be applied for open constraints) created by
- Currently we apply the preference on the base version. That means that if …
- 18:08 Ticket #484 (generalise version range syntax) created by
- The internal version range syntax allows arbitrary unions and …
- 15:24 Ticket #483 (separate preferred versions into hacks and real preferred versions) created by
- We have the "preferred-versions" file in the hackage index. This is used …
- 09:10 Ticket #482 (survey ./configure scripts in hackage packages) created by
- Many packages use ./configure scripts which make them hard to use on …
01/31/09:
- 11:08 Ticket #262 (Check for required C libraries during configure) closed by
- fixed: The check is now done after running ./configure so we can pick up any …
01/30/09:
- 15:02 Ticket #481 (License compatibility check) created by
- It would be nice if Cabal could report license compatibility problems - …
- 01:53 Ticket #480 ("cabal list" fails after "cabal update") closed by
- wontfix: Yes, the problem is that the version of cabal-install you're using is …
01/29/09:
- 19:02 Ticket #480 ("cabal list" fails after "cabal update") created by
- I've got cabal-install version 0.5.2 and Cabal version 1.4.0.2. After …
- 16:01 Ticket #93 (Incorrect permissions on library install) closed by
- fixed: Fixed in cabal head and the 1.6 branch. The behavior now when installing …
01/26/09:
- 05:40 Ticket #316 (on Windows, include paths with spaces not properly passed to c2hs) closed by
- fixed: Seems to work now when using c2hs-0.16.0.
01/25/09:
- 10:23 Ticket #479 (Enforce build-type Simple) created by
- When a package claims to have "build-type Simple", it would be good to …
- 09:40 Ticket #392 (Use the constraint solver for cabal configure) closed by
- fixed: […] Currently we do not really use the error message produced by the …
- 05:54 Ticket #91 (Building executables that use Template Haskell for profiling) closed by
- fixed: The bug is in pandoc. It does not declare that it uses TemplateHaskell? for …
01/24/09:
- 07:27 Ticket #478 (allow comments on any line, don't require '.' for blank lines) created by
- It confuses people that in .cabal files, comments can only appear on …
- 07:13 Ticket #477 (re-configure when the .cabal file changes) created by
- From …
- 07:13 Ticket #476 (cabal should handle missing build-depends better) created by
- It is a common complaint that missing build-depends causes unfriendly …
- 07:12 Ticket #475 (don't describe build actions that are no-ops) created by
- from …
01/23/09:
- 11:18 Ticket #474 (cabal-install needlessly reinstalls an existing package) created by
- With ghc-6.10.1, Cabal-1.6.0.1 and cabal-install-0.6 (or HEAD): […] …
01/22/09:
- 16:51 Ticket #361 (Add documentation location information to cabal list package command) closed by
- fixed
- 16:50 Ticket #456 (`cabal info pkg` command) closed by
- fixed: […] The printing of dependencies is a bit dodgy but will do for now. …
- 09:25 Ticket #473 (Cabal-1.6 does not work on Windows with ghc-6.6.x) closed by
- fixed: […] This still needs to be pushed to the 1.6 branch.
- 09:13 Ticket #473 (Cabal-1.6 does not work on Windows with ghc-6.6.x) created by
- http://haskell.org/pipermail/cabal-devel/2009-January/004622.html The …
01/21/09:
- 18:18 Ticket #317 (filter -threaded when profiling is on) closed by
- fixed: […]
- 09:23 Ticket #472 (new field for version policy) created by
- We would like packages to be able to describe what version policy they …
01/20/09:
- 15:51 Ticket #471 (check for ambigious module names) created by
- Consider a example: […] The package base-2.1.x and …
- 08:33 Ticket #470 (identify and exclude broken or unusable packages when constructing and ...) created by
- The following error appears like nonsense: […] It actually means that …
- 06:50 Ticket #468 (resolve version conflicts that are resolvable) closed by
- duplicate: Duplicate of #462.
- 06:33 Ticket #469 (Support relocatable packages) created by
- This is both useful and doable on both Windows and Unix systems. We …
- 06:27 Ticket #468 (resolve version conflicts that are resolvable) created by
- http://www.haskell.org/pipermail/haskell-cafe/2009-January/053247.html
01/19/09:
- 11:00 Ticket #467 (Add support for HPC profiling.) created by
- Similar to how we support ghc's "normal" profiling way, we should enable …
- 10:27 Ticket #466 (datadir does not follow prefix on windows (for libs)) created by
- On Windows the --datadir is set independently of the --prefix (at …
- 10:26 Ticket #465 (default global install on windows is a problem) created by
- Lots of windows users have problems installing things globally. Some are …
- 08:35 Ticket #464 (install needs a --package-conf=FILE flag) created by
- It's not possible to use a non-standard package configuration file while …
01/18/09:
- 21:51 Ticket #463 (Do not work in Windows with Unicode directory names) created by
- My Environment: Os: Windows Vista Home Ru + sp1 User name: Леново ghc …
- 19:04 Ticket #449 (cabal-install should list bug reporting url for packages) closed by
- fixed: Done. […] Of course hopefully more packages will start to use this …
- 13:08 Ticket #461 ("ghc-options: -O0" causes upload error; blocks xmonad-contrib release) closed by
- fixed: sorry, must have been a rebuild error
- 11:24 Ticket #461 ("ghc-options: -O0" causes upload error; blocks xmonad-contrib release) reopened by
- The online 'check-pkg' feature now accepts -O0, but upload-pkg still fails …
- 09:20 Ticket #461 ("ghc-options: -O0" causes upload error; blocks xmonad-contrib release) closed by
- fixed: updated
- 05:46 Ticket #462 (Automatic rebuild of depending packages once failed dependency re-uploaded ...) created by
- Given these packages: C depends on B, B depends on A. A failed to build, B …
- 00:36 Ticket #461 ("ghc-options: -O0" causes upload error; blocks xmonad-contrib release) created by
- When attempting to upload …
Note: See TracTimeline
for information about the timeline view.
