Re: [Hackage] #438: Cabal should warn or fail if user specifies a bad configuration flag

2009-01-07 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/438#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #445: Simple builds ignore .buildinfo

2009-01-07 Thread Hackage
I'm inclined to leave it as is given how simple the workaround is. I don't think we want to generally encourange the use of .buildinfo files. I'm leaving the ticket open to give others a chance to comment. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/445#comment:1 Hackage http

Re: [Hackage] #445: Simple builds ignore .buildinfo

2009-01-07 Thread Hackage
: defect = enhancement * milestone: = _|_ -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/445#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

[Hackage] #447: do parallel builds

2009-01-10 Thread Hackage
a package fails to install. We will need an improved download api, probably involving sending requests off to a dedicated download thread (which would serialise them). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/447 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #447: build multiple packages in parallel

2009-01-10 Thread Hackage
: -+-- Changes (by duncan): * summary: do parallel builds = build multiple packages in parallel -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/447#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

[Hackage] #448: cabal-install needs new http download component

2009-01-10 Thread Hackage
than just using `IOError`s. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/448 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo

Re: [Hackage] #449: cabal-install should list bug reporting url for packages

2009-01-11 Thread Hackage
` to give more detailed info on a specific package. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

[Hackage] #451: dependency not listed on the hackageDB page

2009-01-11 Thread Hackage
-0.6 package uses the terminfo package by default on POSIX systems. However, the hackageDB page for haskeline does not list terminfo as a possible dependency: http://hackage.haskell.org/cgi-bin/hackage- scripts/package/haskeline-0.5.0.1 -Judah -- Ticket URL: http://hackage.haskell.org/trac

Re: [Hackage] #451: dependency not listed on the hackageDB page

2009-01-11 Thread Hackage
: +--- Old description: The haskeline-0.6 package uses the terminfo package by default on POSIX systems. However, the hackageDB page for haskeline does not list terminfo as a possible dependency: http://hackage.haskell.org/cgi-bin/hackage- scripts/package/haskeline-0.5.0.1 -Judah New

Re: [Hackage] #451: dependency not listed on the hackageDB page

2009-01-11 Thread Hackage
- like setting all the terminfo items and then unsetting them in a (!terminfo) conditional. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/451#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

Re: [Hackage] #451: dependency not listed on the hackageDB page

2009-01-11 Thread Hackage
of default values of flags. It's not entirely clear that this is wrong. Certainly we want to consider both values of other flags, such as splitBase. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/451#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

[Hackage] #452: Improve --help. Add info about installing specific versions and the use of predicates

2009-01-11 Thread Hackage
to install a particular version of a package. This should also be mentioned in the --help (along with a helpful remind to quote the character with \ if you don't want to redirect your output in most shells! -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/452 Hackage http

Re: [Hackage] #452: Improve --help. Add info about installing specific versions and the use of predicates

2009-01-12 Thread Hackage
| Platform: +--- Changes (by duncan): * difficulty: normal = very easy (1 hour) Comment: Yep. Nice easy ticket for a new cabal hacker. :-) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/452

Re: [Hackage] #348: Wrong login details for `cabal upload' is not handled gracefully

2009-01-12 Thread Hackage
| Platform: -+-- Changes (by duncan): * status: new = closed * resolution: = fixed Comment: Since cabal-install version 0.6 it reports: {{{ $ cabal upload test.tar.gz Hackage username: foo Hackage

Re: [Hackage] #395: Warn about dependencies like parsec = 2.1.0.0

2009-01-12 Thread Hackage
: +--- Changes (by duncan): * milestone: = Cabal-1.6 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/395#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #410: cabal sdist does not call the sdist build hook in custom Setup.hs

2009-01-12 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/410#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #372: cabal sdist --snapshot does not work, while ./setup sdist snapshot does

2009-01-12 Thread Hackage
-+-- Comment (by duncan): See #410. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/372#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel

Re: [Hackage] #373: doubled field

2009-01-12 Thread Hackage
): Yes, it should be caught by the parser. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/373#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #338: use of HTTP needs overhauling

2009-01-12 Thread Hackage
: -+-- Comment (by duncan): See also #448. Note that HTTP-4000 allows the use of `ByteString` and I think allows lazy downloads. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/338#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #379: compiler directive of cabal-install's config file is case sensitive

2009-01-12 Thread Hackage
using the `Text` instance for `CompilerFlavor` because that is not case sensitive. Doing this properly involves rewriting the command line option / config file field description subsystem. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/379#comment:1 Hackage http://haskell.org

Re: [Hackage] #452: Improve --help. Add info about installing specific versions and the use of predicates

2009-01-12 Thread Hackage
| Platform: +--- Changes (by duncan): * milestone: = cabal-install-0.6 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/452#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #449: cabal-install should list bug reporting url for packages

2009-01-12 Thread Hackage
: -+-- Changes (by duncan): * milestone: = cabal-install-0.6 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #439: cabal install: dependency on ghc-prim?

2009-01-12 Thread Hackage
-+-- Changes (by duncan): * milestone: = cabal-install-0.6 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/439#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

[Hackage] #453: cabal fetch should take output arguments

2009-01-12 Thread Hackage
if cabal fetch could output the fetched tarball to a location specified on the command line, i.e.: cabal fetch bytestring -o foo.tgz This probably depends on #423. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/453 Hackage http://haskell.org/cabal/ Hackage: Cabal

Re: [Hackage] #453: cabal fetch should take output arguments

2009-01-12 Thread Hackage
: -+-- Comment (by duncan): Should this also save a copy in the normal local package cache or really just make the one copy at the target location? -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/453#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #453: cabal fetch should take output arguments

2009-01-12 Thread Hackage
: -+-- Comment (by gregorycollins): Just the one copy, methinks. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/453#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel

Re: [Hackage] #453: cabal fetch should take output arguments

2009-01-12 Thread Hackage
: -+-- Comment (by duncan): If it's already cached of course it's just a cp. In which case it may be simpler just to download it to the cache and then cp. Fewer different code paths. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/453#comment:3 Hackage http://haskell.org/cabal

Re: [Hackage] #423: add option to fetch a single package without dependencies

2009-01-13 Thread Hackage
for the first use case use deps and for the second not do. But reversing the default could be done with a command line arg. I expect it's not necessary though. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/423#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #454: file permissions of executable on vista

2009-01-13 Thread Hackage
of the traditional unix `install` program. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/454#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #453: cabal fetch should take output arguments

2009-01-13 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/453#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #413: cabal --help should report the location of the config file

2009-01-13 Thread Hackage
defaults: /home/username/.cabal/config }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/413#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #452: Improve --help. Add info about installing specific versions and the use of predicates

2009-01-13 Thread Hackage
Package in the current directory cabal install foo Package from the hackage server cabal install foo-1.0 Specific version of a package cabal install 'foo 2' Constrained package version }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/452

[Hackage] #456: `cabal info pkg` command

2009-01-13 Thread Hackage
. In particular the bug report url (#449) and the location of any installed documentation (#361). Alternatively we could do this in `cabal list` with some flag to get more detailed information. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/456 Hackage http://haskell.org/cabal/ Hackage: Cabal

Re: [Hackage] #455: cabal update should report if a newer cabal-install version is available.

2009-01-14 Thread Hackage
://hackage.haskell.org/packages/archive' Note: there is a new version of cabal-install available. To upgrade, run: cabal install cabal-install }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/455#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #439: cabal install: dependency on ghc-prim?

2009-01-14 Thread Hackage
that are not installed In particular fixes a problem (ticket #439) where we required the installed version of ghc-prim with compilers that do not have that package such as ghc-6.8 and older, hugs, nhc, lhc etc. }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/439#comment:4 Hackage

Re: [Hackage] #358: cabal-install bootstrap.sh missing some dependencies

2009-01-15 Thread Hackage
package db, since that only causes problems. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/358#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

[Hackage] #457: cabal list: filter by pattern

2009-01-15 Thread Hackage
request: a way to filter the output of cabal list by field (e.g. cabal list Section=Games. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/457 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing

Re: [Hackage] #436: cabal-install readme could mention zlib dependency

2009-01-15 Thread Hackage
using your system package manager. This is because the Haskell zlib package uses the system zlib C library and header files. }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/436#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #379: compiler directive of cabal-install's config file is case sensitive

2009-01-15 Thread Hackage
parser for that field only. Really the command line and config file infrastructure needs rewriting again. Sigh. }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/379#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #365: new cabal-install ignores prefix settings in my config file, fails every install

2009-01-15 Thread Hackage
correctly from old-style .cabal/config files Should fix ticket #365 }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/365#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal

Re: [Hackage] #352: cabal-install has problems with some HTTP proxies

2009-01-16 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/352#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #317: filter -threaded when profiling is on

2009-01-16 Thread Hackage
: +--- Comment (by alexeevg): darcs send doesn't work on my system, so I thought I'd attach my patch here -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/317#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

[Hackage] #458: inconsistent use of CPPFLAGS, LDFLAGS etc with build-type Configure

2009-01-16 Thread Hackage
URL: http://hackage.haskell.org/trac/hackage/ticket/458 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #432: cabal-install patches for HTTP 4000.0.0

2009-01-16 Thread Hackage
* Update to using HTTP-4000.x This should fix a long-standing bug with http proxies (ticket #352) It should also make downloads faster, or at least use less memory. }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/432#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal

Re: [Hackage] #438: Cabal should warn or fail if user specifies a bad configuration flag

2009-01-16 Thread Hackage
: +--- Changes (by duncan): * difficulty: normal = easy (4 hours) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/438#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #400: fail and warnings for build configurations

2009-01-16 Thread Hackage
(by duncan): * milestone: = Cabal-1.8 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/400#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #401: better support for multi-valued configuration flags

2009-01-16 Thread Hackage
: +--- Changes (by duncan): * milestone: = Cabal-2.0 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/401#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #399: More information in the Paths_pkg.hs module, or a new module

2009-01-16 Thread Hackage
: +--- Changes (by duncan): * milestone: = Cabal-1.8 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/399#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel

Re: [Hackage] #262: Check for required C libraries during configure

2009-01-16 Thread Hackage
` but that's pretty hairy since the user can modify the hooks however they like and there is no requirement that they use any particular file. So we may have to only do this check for `build-type: Simple`. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/262#comment:6 Hackage http

[Hackage] #459: Find out what we can learn from SCons

2009-01-16 Thread Hackage
for various languages. This task is to do some research to compare SCons to the build component in Cabal and find out what lessons we can learn from SCons. The findings should be recorded on the [wiki:SCons] wiki page. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/459 Hackage

Re: [Hackage] #459: Find out what we can learn from SCons

2009-01-16 Thread Hackage
SCons quite extensively. I can't allow as how I have any good things to say about it. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/459#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

Re: [Hackage] #460: find the http proxy on windows more reliably

2009-01-16 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/460#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #460: find the http proxy on windows more reliably

2009-01-16 Thread Hackage
: -+-- Changes (by ganesh): * cc: ganesh.sittampa...@credit-suisse.com (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/460#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #459: Find out what we can learn from SCons

2009-01-17 Thread Hackage
this way. Or APIs it provides to custom build scripts: * simple support for `foo-config --cflags --libs` style programs * autoconf like functions to check C header files, libs etc. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/459#comment:3 Hackage http://haskell.org/cabal

Re: [Hackage] #460: find the http proxy on windows more reliably

2009-01-17 Thread Hackage
: -+-- Changes (by guest): * cc: ndmitch...@gmail.com (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/460#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #289: symlink binaries into ~/bin

2009-01-17 Thread Hackage
: -+-- Comment (by duncan): Some relevant information for what python does: http://python.org/dev/peps/pep-0370/ -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/289#comment:15 Hackage http://haskell.org/cabal/ Hackage

[Hackage] #461: ghc-options: -O0 causes upload error; blocks xmonad-contrib release

2009-01-18 Thread Hackage
: | +--- When attempting to upload [http://code.haskell.org/~sjanssen/xmonad- contrib-0.8.1.tar.gz xmonad-contrib-0.8.1] to Hackage: {{{ 400 Error in upload 'ghc-options: -O0' is not needed. Use the --disable-optimization configure flag. }}} xmonad-contrib.cabal has the following

[Hackage] #462: Automatic rebuild of depending packages once failed dependency re-uploaded and builds.

2009-01-18 Thread Hackage
that rebuilt OK (their dependencies are scheduled for rebuild). Thanks. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/462 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel

Re: [Hackage] #461: ghc-options: -O0 causes upload error; blocks xmonad-contrib release

2009-01-18 Thread Hackage
| Platform: +--- Changes (by duncan): * owner: = r...@soi.city.ac.uk Comment: Done in the Cabal lib. Hackage will need updating. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461

Re: [Hackage] #461: ghc-options: -O0 causes upload error; blocks xmonad-contrib release

2009-01-18 Thread Hackage
| Platform: +--- Changes (by ross): * status: new = closed * resolution: = fixed Comment: updated -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461#comment:2 Hackage http

Re: [Hackage] #262: Check for required C libraries during configure

2009-01-18 Thread Hackage
: +--- Changes (by jeffwheeler): * cc: j...@nokrev.com (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/262#comment:8 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

Re: [Hackage] #461: ghc-options: -O0 causes upload error; blocks xmonad-contrib release

2009-01-18 Thread Hackage
| Platform: +--- Changes (by ross): * status: reopened = closed * resolution: = fixed Comment: sorry, must have been a rebuild error -- Ticket URL: http://hackage.haskell.org/trac/hackage

Re: [Hackage] #456: `cabal info pkg` command

2009-01-18 Thread Hackage
: http://hackage.haskell.org/trac/hackage/ticket/456#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #361: Add documentation location information to cabal list package command

2009-01-18 Thread Hackage
left which is to check the dir really exists and that ghc-pkg is not lying to us (which if it is is really our fault in the first place). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/361#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #449: cabal-install should list bug reporting url for packages

2009-01-18 Thread Hackage
Homepage: http://www.haskell.org/cabal/ Bug reports: [ Not specified ] ... }}} Of course hopefully more packages will start to use this field and it will become more useful. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449#comment:3 Hackage http

[Hackage] #463: Do not work in Windows Vista

2009-01-18 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/463 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #463: Do not work in Windows Vista

2009-01-19 Thread Hackage
: -+-- Comment (by duncan): Does the directory `C:\Users\Леново\AppData\Roaming` really not exist? -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/463#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #463: Do not work in Windows Vista

2009-01-19 Thread Hackage
: -+-- Comment (by duncan): Looks related to: http://hackage.haskell.org/trac/ghc/ticket/2963 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/463#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

[Hackage] #464: install needs a --package-conf=FILE flag

2009-01-19 Thread Hackage
package configuration file while installing at the moment. It would be very convenient to have. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/464 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing

Re: [Hackage] #463: Do not work in Windows with Unicode directory names

2009-01-19 Thread Hackage
(by Tonal): See also http://bugs.darcs.net/issue1320 and http://hackage.haskell.org/trac/ghc/ticket/2964 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/463#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___

[Hackage] #466: libdir does not follow prefix on windows

2009-01-19 Thread Hackage
this way. We should find out what that reason is and determine if it is valid and if so if there is any way to make it work in a less annoying way. If we think it will not break anything then changing the default is trivial. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/466

Re: [Hackage] #465: default global install on windows is a problem

2009-01-19 Thread Hackage
URL: http://hackage.haskell.org/trac/hackage/ticket/465#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #134: Clean up hooks

2009-01-19 Thread Hackage
: +--- Changes (by duncan): * priority: high = normal -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/134#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing

Re: [Hackage] #335: GHC_PACKAGE_PATH disrespected

2009-01-19 Thread Hackage
(by duncan): * priority: high = normal -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/335#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #137: setup sdist places implementation-dependent preprocessor output in the source bundle

2009-01-19 Thread Hackage
--+- Changes (by duncan): * priority: high = normal * milestone: Cabal-1.6 = Cabal-1.8 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/137#comment:9 Hackage http://haskell.org/cabal/ Hackage: Cabal

Re: [Hackage] #15: implement make-style module/file dependency framework

2009-01-19 Thread Hackage
: +--- Changes (by duncan): * priority: high = normal -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/15#comment:11 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

Re: [Hackage] #454: file permissions of executable on vista

2009-01-19 Thread Hackage
(by duncan): See #93. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/454#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman

Re: [Hackage] #93: Incorrect permissions on library install

2009-01-19 Thread Hackage
(by duncan): See #454. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/93#comment:6 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman

Re: [Hackage] #464: install needs a --package-conf=FILE flag

2009-01-19 Thread Hackage
): Have we broken the `--package-db=` flag? If so we should fix it. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/464#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel

Re: [Hackage] #430: HackageDB is overly pessimistic about HPC.

2009-01-19 Thread Hackage
: +--- Comment (by duncan): We should do this generically and keep the current ban on doing it ad-hoc. It should not be hard. See #467. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/430#comment:3 Hackage http://haskell.org

Re: [Hackage] #310: Install with multiple compilers

2009-01-20 Thread Hackage
the other settings have to be shared? For example install directories, profiling options etc. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/310#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

[Hackage] #468: resolve version conflicts that are resolvable

2009-01-20 Thread Hackage
://www.haskell.org/pipermail/haskell-cafe/2009-January/053247.html -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/468 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http

[Hackage] #469: Support relocatable packages

2009-01-20 Thread Hackage
.manifest files). On Unix a wrapper script using `LD_LIBRARY_PATH` will probably be necessary. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/469 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing

Re: [Hackage] #466: datadir does not follow prefix on windows (for libs)

2009-01-20 Thread Hackage
to the executable. See #469. Comment: I was remembering this wrong, it's the datadir not the libdir. Updated the description. Filed ticket #469 for better support for relocatable packages. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/466#comment:1 Hackage http://haskell.org/cabal

Re: [Hackage] #469: Support relocatable packages

2009-01-20 Thread Hackage
/hackage/ticket/469#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #462: Automatic rebuild of depending packages once failed dependency re-uploaded and builds.

2009-01-20 Thread Hackage
). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/462#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #462: Automatic rebuild of depending packages once failed dependency re-uploaded and builds.

2009-01-20 Thread Hackage
| Platform: +--- Changes (by duncan): * cc: ca...@henning-thielemann.de (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/462#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #468: resolve version conflicts that are resolvable

2009-01-20 Thread Hackage
: +--- Changes (by duncan): * status: new = closed * resolution: = duplicate Comment: Duplicate of #462. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/468#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

[Hackage] #470: bad error message when a package transtively depends on two versions of the same one

2009-01-20 Thread Hackage
on that now is built against the newer process. It should tell the name of the other package(s), too. This is made worse by user-installed packages of the same version shadowing global ones, in this case there is no real error. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/470

[Hackage] #471: check for ambigious module names

2009-01-20 Thread Hackage
to get the constraint solver to avoid the situation (perhaps by adding it to the checks for if a package is installable at all, see #420). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/471 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #179: support GHC's main-is extension

2009-01-20 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/179#comment:6 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel

Re: [Hackage] #471: check for ambigious module names

2009-01-21 Thread Hackage
is installable at all, see #420). Comment (by duncan): Changed description to pick a true example. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/471#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel

Re: [Hackage] #454: file permissions of executable on vista

2009-01-21 Thread Hackage
(by duncan): http://haskell.org/pipermail/libraries/2009-January/011202.html Looks like it can affect all files. In `copyFile` uses the `copyPermissions` too. It's not yet clear why this affects ghc-6.10 but does not appear to affect 6.8. -- Ticket URL: http://hackage.haskell.org/trac/hackage

Re: [Hackage] #317: filter -threaded when profiling is on

2009-01-21 Thread Hackage
...@gmail.com }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/317#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo

Re: [Hackage] #262: Check for required C libraries during configure

2009-01-22 Thread Hackage
do it. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/262#comment:9 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal

Re: [Hackage] #262: Check for required C libraries during configure

2009-01-22 Thread Hackage
or not the program depends on it. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/262#comment:10 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org

Re: [Hackage] #177: Check Include-dirs, extra-lib-dirs etc exist at configure time.

2009-01-22 Thread Hackage
absolute path that actually exists, when both components do not, and in such a case suggest that the user perhaps meant to use a path with an embedded space in which case they must use Haskell String syntax. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/177#comment:10 Hackage http

Re: [Hackage] #395: Warn about dependencies like parsec = 2.1.0.0

2009-01-22 Thread Hackage
: +--- Changes (by duncan): * milestone: Cabal-1.6 = Cabal-1.8 Comment: This is much easier to do using the new `VersionIntervals` type in Cabal-1.8. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/395#comment:5 Hackage

Re: [Hackage] #362: Disallow uploads of libraries that provide binaries called 'test' and similar

2009-01-22 Thread Hackage
: +--- Changes (by duncan): * milestone: Cabal-1.6 = Cabal-1.8 Comment: It does not need to be done in 1.6 since the important place to have the check is in Hackage and that can use development versions of Cabal ok. -- Ticket URL: http://hackage.haskell.org/trac/hackage

Re: [Hackage] #200: Allow more convenient use of ghc profiling options -auto and -auto-all

2009-01-22 Thread Hackage
it changes the API by changing an exposed type (the type of command line settings which is passed to the user hooks). So perhaps we have to punt for 1.8. That's probably ok as nobody seems to be shouting about this one. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/200#comment:9

<    5   6   7   8   9   10   11   12   13   14   >