Re: [Hackage] #935: implementation of Distribution.Version.invertVersionRange

2012-10-26 Thread Hackage
: | --+- Changes (by dsfox): * cc: dsf@… (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/935#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel

Re: [Hackage] #517: make cabal install command support haddock options

2012-09-23 Thread Hackage
: | Platform: -+-- Changes (by nh2): * cc: mail@… (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:21 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #777: cabal install {hledger, others} ExitFailure 11

2012-08-14 Thread Hackage
| -+-- Changes (by alexey): * cc: mrchebas@… (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/777#comment:10 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #402: what the heck is goinjg on here (was: Automatic hoogle database for installed packages)

2012-07-23 Thread Hackage
: http://hackage.haskell.org/trac/hackage/ticket/402#comment:10 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] #282: profiling versions of libraries not managed well

2012-05-23 Thread Hackage
: | -+-- Changes (by rrnewton): * cc: rrnewton@… (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/282#comment:11 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

[Hackage] #955: Incorrect hpcdir during cabal test for testsuites w/ library coverage enabled

2012-05-21 Thread Hackage
. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/955 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

[Hackage] #954: setup haddock fails for packages without modules

2012-05-20 Thread Hackage
packages are not installed. No links will be generated to these packages: rts-1.0 Preprocessing library diagrams-0.5... haddock: No input file(s). }}} Not a big deal, but still a corner-case that could be fixed. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/954 Hackage http

[Hackage] #951: Incorrect error messages for non-existing dependencies

2012-05-15 Thread Hackage
of the Cabal library }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/951 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] #951: Incorrect error messages for non-existing dependencies

2012-05-15 Thread Hackage
that this might not be the error message you expect, and I see it as a valid enhancement request. But the error message given isn't incorrect, and I unfortunately don't see a clear heuristics to apply here. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/951#comment:1 Hackage

[Hackage] #952: cabal-install-0.14.0 dependencies are incorrect

2012-05-15 Thread Hackage
: | -+-- Apparently, we depend on transformers = 0.2.2.0 (indirectly via mtl). Should either adapt the code to work with older versions or fix the dependency. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/952

Re: [Hackage] #951: Incorrect error messages for non-existing dependencies

2012-05-15 Thread Hackage
this: {{{ [_39] fail (unknown package: bogus) [__0] fail (backjumping, conflict set: bogus, foo) }}} Which is what I would expect from cabal-install without increased verbosity. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/951#comment:2 Hackage http://haskell.org/cabal

Re: [Hackage] #951: Incorrect error messages for non-existing dependencies

2012-05-15 Thread Hackage
for error messages. However, it's less clear to me how to define heuristics for what constitutes the best among several error messages. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/951#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #951: Incorrect error messages for non-existing dependencies

2012-05-15 Thread Hackage
verbosity level. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/951#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo

[Hackage] #953: Alex-generated Lexer isn't found when building test-suite

2012-05-15 Thread Hackage
' Perhaps you meant Lexer (needs flag -package ghc-7.4.1) Use -v to see a list of the files searched for. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/953 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal

[Hackage] #950: no dyn_o generated for C files

2012-05-11 Thread Hackage
in the compiler error: {{{ gcc: dist/build/cbits/extra.dyn_o: file not found gcc: dist/build/cbits/free.dyn_o: file not found gcc: dist/build/cbits/malloc.dyn_o: file not found gcc: dist/build/cbits/support.dyn_o: file not found }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/950

[Hackage] #949: cabal should fail if compilation depends on a file not existing in the cabal file

2012-05-10 Thread Hackage
fine. I've got bitten by this several times, especially after pushing a package to hackage, only to get it fail to build on the server because I've failed to put the name of a file in the appropriate section of the cabal file, thus it didn't make it to the .tar.gz bundle that got uploaded

Re: [Hackage] #942: cabal install passes --disable-benchmarks to setups built with Cabal lib versions that don't know that flag

2012-05-04 Thread Hackage
: Platform: | -+-- Comment(by refold): The same probably applies to `--disable-tests`. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/942#comment:3 Hackage http

Re: [Hackage] #942: cabal install passes --disable-benchmarks to setups built with Cabal lib versions that don't know that flag

2012-05-03 Thread Hackage
actually control the environment that setup.hs is built in; as it has /nothing/ to do with the dependencies of the actual program that you're trying to compile. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/942#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

Re: [Hackage] #942: cabal install passes --disable-benchmarks to setups built with Cabal lib versions that don't know that flag

2012-05-02 Thread Hackage
: Platform: | -+-- Changes (by creswick): * cc: creswick@… (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/942#comment:1 Hackage http://haskell.org/cabal

Re: [Hackage] #947: let cabal -fSomeFlag produce error for undeclared flags

2012-04-28 Thread Hackage
'NonExistentFlag'. Declared flags are: ExistentFlag, SomeFlag }}} -- -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/947#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel

Re: [Hackage] #947: let cabal -fSomeFlag produce error for undeclared flags

2012-04-28 Thread Hackage
just perceived as noise. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/947#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

[Hackage] #947: Raspberry Ketone Plus Miracle

2012-04-27 Thread Hackage
risk. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/947 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

[Hackage] #947: let cabal -fSomeFlag produce error for undeclared flags

2012-04-27 Thread Hackage
-- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/947 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

[Hackage] #946: Packages are downloaded insecurely

2012-04-26 Thread Hackage
/trac/hackage/ticket/946 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] #938: cabal test does not tail standard output of the running test executable

2012-04-25 Thread Hackage
: | -+-- Changes (by ttuegel): * owner: = ttuegel * status: new = assigned -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/938#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal

Re: [Hackage] #940: cabal build silently ignores test-suites without Build-Depends

2012-04-25 Thread Hackage
/hackage/ticket/940#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] #945: Fails to find install plan for containers package tests

2012-04-25 Thread Hackage
| -+-- Comment(by kosmikus): A workaround for the low-level libraries might be to manually split into containers and containers-tests. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/945#comment:4 Hackage http

Re: [Hackage] #780: Simpler support for isolated/sandboxed builds

2012-04-25 Thread Hackage
: | -+-- Changes (by refold): * owner: = refold * status: new = assigned -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/780#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

[Hackage] #945: Fails to find install plan for containers package tests

2012-04-24 Thread Hackage
-framework- hunit-0.2.7, test-framework-0.6, regex-posix-0.95.1, regex-base-0.93.2, containers-0.5.0.0, test-framework-quickcheck2-0.2.12.1, QuickCheck-2.4.2, template-haskell-2.7.0.0 }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/945 Hackage http://haskell.org/cabal/ Hackage

Re: [Hackage] #945: Fails to find install plan for containers package tests

2012-04-24 Thread Hackage
to separately build non-profiling and profiling versions of a lib. However, I'm afraid this change will take some more careful design, so don't expect a quick fix. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/945#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal

Re: [Hackage] #945: Fails to find install plan for containers package tests

2012-04-24 Thread Hackage
on quite often nowadays (e.g. Criterion depends on unordered-containers and I use Criterion to benchmark unordered-containers.) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/945#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #810: cabal-install requests credentials even when they are listed in the config

2012-04-24 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/810#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] #447: build multiple packages in parallel

2012-04-24 Thread Hackage
URL: http://hackage.haskell.org/trac/hackage/ticket/447#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-devel

Re: [Hackage] #592: cabal test does not detect that cabal build needs to be re-run

2012-04-24 Thread Hackage
'cabal test' to install packages on their system, so it's probably not a good idea. Just checking, but is this the behavior you would expect, i.e., configure and build, but don't install missing dependencies? -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/592#comment:11 Hackage

[Hackage] #944: Duplicate C symbol names

2012-04-22 Thread Hackage
: http://hackage.haskell.org/trac/hackage/ticket/944 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] #592: cabal test does not detect that cabal build needs to be re-run

2012-04-22 Thread Hackage
before build in most cases. I think we should always do that. That's a good point. I need to remake the patch for the new Git repo anyway; I'll make sure that's included. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/592#comment:10 Hackage http://haskell.org/cabal/ Hackage: Cabal

Re: [Hackage] #943: Synopsis field causes haddock build failure

2012-04-21 Thread Hackage
): * priority: normal = high * milestone: = Cabal-1.16 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/943#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel

Re: [Hackage] #517: make cabal install command support haddock options

2012-04-21 Thread Hackage
: -+-- Comment(by kosmikus): I don't think it's currently possible to do this via the configuration file. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:19 Hackage http

Re: [Hackage] #517: make cabal install command support haddock options

2012-04-21 Thread Hackage
: | Platform: -+-- Changes (by kosmikus): * milestone: cabal-install-0.14 = cabal-install-0.14.2 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:20 Hackage http://haskell.org

Re: [Hackage] #592: cabal test does not detect that cabal build needs to be re-run

2012-04-21 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/592#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-devel

Re: [Hackage] #661: optionally select the oldest available dependencies rather than the newest

2012-04-20 Thread Hackage
: | -+-- Changes (by kosmikus): * difficulty: normal = easy (4 hours) * milestone: cabal-install-0.16 = cabal-install-0.14.2 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/661#comment:6

Re: [Hackage] #921: cabal build should imply cabal configure

2012-04-20 Thread Hackage
: | --+- Changes (by kosmikus): * milestone: cabal-install-0.16 = cabal-install-0.14.2 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/921#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related

[Hackage] #941: add 'hyperlink-source: true/false' to ~/.cabal/config

2012-04-20 Thread Hackage
: | -+-- Having to remember to add the --hyperlink-source flag to cabal install is a major pain. See also #534, where others have requested the same feature. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/941 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

[Hackage] #942: cabal install passes --disable-benchmarks to setups built with Cabal lib versions that don't know that flag

2012-04-20 Thread Hackage
: Platform: | -+-- -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/942 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #941: add 'hyperlink-source: true/false' to ~/.cabal/config

2012-04-20 Thread Hackage
: | -+-- Changes (by kosmikus): * milestone: = cabal-install-0.14.2 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/941#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #810: cabal-install requests credentials even when they are listed in the config

2012-04-20 Thread Hackage
? -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/810#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] #517: make cabal install command support haddock options

2012-04-20 Thread Hackage
The correct incantation, whatever it is, should be added as a comment to the default .cabal/config file. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:18 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

[Hackage] #943: Synopsis field causes haddock build failure

2012-04-20 Thread Hackage
. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/943 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] #943: Synopsis field causes haddock build failure

2012-04-20 Thread Hackage
: {{{ Synopsis: The Disjunction Category Label Format }}} If I remove this line, haddock docs builds fine. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/943#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

[Hackage] #940: cabal build silently ignores test-suites without Build-Depends

2012-04-18 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/940 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] #940: cabal build silently ignores test-suites without Build-Depends

2012-04-18 Thread Hackage
(by kosmikus): * keywords: = test-suite * owner: = ttuegel * version: 1.10.2.0 = 1.14.0 * milestone: = Cabal-1.16 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/940#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #408: cabal install / cabal update should give warning when preferred versions will result in something other than the latest version on hackage

2012-04-18 Thread Hackage
#408: cabal install / cabal update should give warning when preferred versions will result in something other than the latest version on hackage -+-- Reporter: tphyahoo|Owner: duncan coutts

Re: [Hackage] #380: Ability to blacklist packages that are on hackage

2012-04-18 Thread Hackage
#380: Ability to blacklist packages that are on hackage -+-- Reporter: guest |Owner: Type: enhancement | Status: new Priority: normal

Re: [Hackage] #939: Update cabal-install bootstrap.sh

2012-04-16 Thread Hackage
: | -+-- Changes (by kosmikus): * milestone: = cabal-install-0.14 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/939#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #694: mention --constraint flag in error essage when dep planning fails

2012-04-16 Thread Hackage
/trac/hackage/ticket/694#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] #856: windows unicode problem with cabal list

2012-04-16 Thread Hackage
| -+-- Changes (by kosmikus): * milestone: cabal-install-0.14 = cabal-install-0.16 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/856#comment:6 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #922: “lexical error (UTF-8 decoding error)” in WIndows 7

2012-04-16 Thread Hackage
| -+-- Changes (by kosmikus): * milestone: cabal-install-0.14 = cabal-install-0.16 Comment: Most likely will require a change in the Cabal lib. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/922#comment:3 Hackage http

Re: [Hackage] #930: cabal test is dropping --test-option flags

2012-04-16 Thread Hackage
): * milestone: cabal-install-0.14 = Cabal-1.16 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/930#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #380: Ability to blacklist packages that are on hackage

2012-04-16 Thread Hackage
#380: Ability to blacklist packages that are on hackage -+-- Reporter: guest |Owner: Type: enhancement | Status: new Priority: normal

Re: [Hackage] #905: Test-suite extra-libraries conditional

2012-04-16 Thread Hackage
-+-- Changes (by kosmikus): * status: new = closed * resolution: = fixed Comment: Both points listed above are fixed by now. Closing this bug. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/905

Re: [Hackage] #864: worldfile written with incorrect case

2012-04-16 Thread Hackage
of the target resolver so that we can use that info for writing the world file, too. However, this is a change I don't want to make immediately before a release. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/864#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #906: cabal install cabal-install-0.10.2 fails due to dependencies

2012-04-16 Thread Hackage
: | Platform: -+-- Changes (by kosmikus): * status: new = closed * resolution: = fixed Comment: Going to be fixed by the upcoming release. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket

Re: [Hackage] #939: Update cabal-install bootstrap.sh

2012-04-16 Thread Hackage
: -+-- Changes (by kosmikus): * status: new = closed * resolution: = fixed Comment: Applied. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/939#comment:2 Hackage http://haskell.org/cabal/ Hackage

Re: [Hackage] #368: The optimization option in ~/.cabal/config does not work

2012-04-16 Thread Hackage
Loeh and...@well-typed.com * handling the optimization option properly in config file }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/368#comment:6 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal

Re: [Hackage] #412: build-reports: option is invalid in a config file

2012-04-16 Thread Hackage
it to a later release. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/412#comment:4 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] #517: make cabal install command support haddock options

2012-04-16 Thread Hackage
: -+-- Changes (by kosmikus): * status: new = closed * resolution: = fixed Comment: Seems to work. Closing. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:16 Hackage http

Re: [Hackage] #517: make cabal install command support haddock options

2012-04-16 Thread Hackage
URL: http://hackage.haskell.org/trac/hackage/ticket/517#comment:17 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] #137: setup sdist places implementation-dependent preprocessor output in the source bundle

2012-04-12 Thread Hackage
; the current scheme (a separate uuagc-bootstrap package) feels like unnecessary overkill to me. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/137#comment:11 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel

Re: [Hackage] #909: cabal-install-ghc72 tarball has Mac-specific files.

2012-04-12 Thread Hackage
(it was not released by us). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/909#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] #922: “lexical error (UTF-8 decoding error)” in WIndows 7

2012-04-12 Thread Hackage
program launching utils in Cabal should make it easier to set env vars like this. It'd be useful if someone could confirm this hypothesis. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/922#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

[Hackage] #939: Update cabal-install bootstrap.sh

2012-04-12 Thread Hackage
bootstrap.sh. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/939 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

[Hackage] #938: cabal test does not tail standard output of the running test executable

2012-04-10 Thread Hackage
three lines are output along with test result reporting all at once at the end of the test suite. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/938 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel

Re: [Hackage] #789: build-depends on packages that provide no library

2012-04-10 Thread Hackage
enough so that I don't want to do it before the 0.14 release. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/789#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel

Re: [Hackage] #474: cabal-install needlessly reinstalls an existing package

2012-04-09 Thread Hackage
problems like this one would be to actually try to find several install plans for a given problem and try to pick the best. Picking an older uninstalled version should have a higher penalty as picking an older installed version. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/474#comment

Re: [Hackage] #649: better warning messages for why dependencies are missing / cannot be selected

2012-04-09 Thread Hackage
can't use any version but 4.3.1.0 because they're not installed, and we can't use 4.3.1.0 because repa requires 4.5. Closing this bug. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/649#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #597: non-exhaustive patterns when trying to install base

2012-04-09 Thread Hackage
, 4.2.0.2, 4.2.0.1, 4.2.0.0, 4.1.0.0, 4.0.0.0 (global constraint requires ==4.5.0.0) }}} There's still an issue here to figure out a sensible way to specify non- upgradeable packages per compiler. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/597#comment:6 Hackage http

Re: [Hackage] #753: cabal configure choosing base 3 is confusing

2012-04-09 Thread Hackage
to different results than invoking cabal-install, but I think that's unavoidable. If there's still a real problem using a current example, I'd like to see it. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/753#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #538: --constraint= is not respected for base

2012-04-08 Thread Hackage
-wrapping situation, but that's very rare now. Deferring to a later release and lowering priority for now. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/538#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #777: cabal install {hledger, others} ExitFailure 11

2012-04-07 Thread Hackage
of reproducing the problem. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/777#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

Re: [Hackage] #623: when a package is already installed, print the version as well

2012-04-07 Thread Hackage
to install a package without --reinstall that's already there, then we'll show the package and its version in the warning message and suggest the use of the --reinstall flag. }}} Hopefully done, closing. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/623#comment:4 Hackage http

Re: [Hackage] #925: Unused constraints result in no available version (was: More flexible constraints, specified via local preferences file)

2012-04-07 Thread Hackage
constrains the package. So I'll restore the original title and consider this bug as fixed. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/925#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal

Re: [Hackage] #571: bad error message: There is no installed version of base

2012-04-07 Thread Hackage
: | Platform: -+-- Changes (by kosmikus): * status: new = closed * resolution: = fixed Comment: Yes, this works in the HEAD. Closing. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/571

Re: [Hackage] #511: requiring consistent package dependencies can give surprising results

2012-04-07 Thread Hackage
: | -+-- Changes (by kosmikus): * milestone: cabal-install-0.14 = cabal-install-0.16 Comment: Not working properly yet, delaying to the next release. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/511

Re: [Hackage] #904: Solver fails for unknown reason

2012-04-07 Thread Hackage
`deepseq` has to be resolved, and it explains why none of the available versions can be used. I'm closing this one. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/904#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #884: Changed dependencies in locally installed packages ignord

2012-04-07 Thread Hackage
: | Platform: -+-- Changes (by kosmikus): * status: new = closed * resolution: = fixed Comment: Should work with the new solver. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/884#comment

Re: [Hackage] #782: When building a plan, use installed package dependencies in preference to those from Hackage

2012-04-07 Thread Hackage
#782: When building a plan, use installed package dependencies in preference to those from Hackage -+-- Reporter: batterseapower |Owner: Type: enhancement | Status

Re: [Hackage] #762: cabal-install failed to resolve dependencies

2012-04-07 Thread Hackage
now. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/762#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] #410: cabal sdist does not call the sdist build hook in custom Setup.hs

2012-04-07 Thread Hackage
: | -+-- Changes (by iainn): * cc: iain@… (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/410#comment:6 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #405: cabal-install finds non-existent conflict due to picking base 3

2012-04-05 Thread Hackage
URL: http://hackage.haskell.org/trac/hackage/ticket/405#comment:7 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] #928: Modular solver needs support for ghc-6.12's base-wrapping

2012-04-05 Thread Hackage
, it looks like this is a lot of work for a situation that doesn't exist in practice at the moment (but might exist again in the future). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/928#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #470: identify and exclude broken or unusable packages when constructing and merging package dbs

2012-04-05 Thread Hackage
if shadowing was enabled in the index). So I've disabled shadowing for now. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/470#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list

Re: [Hackage] #470: identify and exclude broken or unusable packages when constructing and merging package dbs

2012-04-05 Thread Hackage
: | -+-- Comment(by kosmikus): Also see #937. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/470#comment:6 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #470: identify and exclude broken or unusable packages when constructing and merging package dbs

2012-04-05 Thread Hackage
and the handling of broken packages, are fixed. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/470#comment:7 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #937: cabal-install cannot pass package ids to the build process

2012-04-05 Thread Hackage
(by kosmikus): * keywords: = solver -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/937#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel@haskell.org http

Re: [Hackage] #937: cabal-install cannot pass package ids to the build process

2012-04-05 Thread Hackage
(by kosmikus): Also see #470. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/937#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org

Re: [Hackage] #382: 'cabal ghci' mode

2012-04-05 Thread Hackage
: | -+-- Changes (by duncan): * owner: = duncan Comment: Half the patches now merged. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/382#comment:16 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

Re: [Hackage] #936: Add Haddock-Options field to Cabal package description

2012-04-03 Thread Hackage
://hackage.haskell.org/trac/hackage/ticket/936#comment:4 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] #936: Add Haddock-Options field to Cabal package description

2012-04-03 Thread Hackage
enabled by a flag, that would be a similar one where it's the package author who decides. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/936#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects ___ cabal-devel

Re: [Hackage] #936: Add Haddock-Options field to Cabal package description

2012-04-02 Thread Hackage
: | --+- Comment(by duncan): What would you want to add? In general we think it's inappropriate for the package author to specify haddock options, only the package builder. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/936#comment:1 Hackage http

Re: [Hackage] #936: Add Haddock-Options field to Cabal package description

2012-04-02 Thread Hackage
/trac/hackage/ticket/936#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

  1   2   3   4   5   6   7   8   9   10   >