Mikhail Glushenkov

Results 17 issues of Mikhail Glushenkov

Here's my terminal session: ``` $ darcs get http://darcs.haskell.org/cabal This is the Cabal HEAD branch. If you're looking for one of the others like the stable 1.10 branch, see http://darcs.haskell.org/cabal-branches/...

An unescaped `$` in a string literal leads to `ParseError "" "Failed reading: satisfy"` being thrown. Which is not fun if you're storing password-like strings in the config. So it...

Hi @tibbe @ejconlon How do you feel about moving all four `ekg-*` packages into a monorepo with a top-level cabal.project (preserving history, of course). This'd simplify CI and people would...

Quoting @ezyang in https://github.com/haskell/cabal/issues/2114#issuecomment-173001567: > [...] I'd prefer it if we could figure out how to get Travis to bleat if you change any of the binary formats. Here's a...

type: enhancement
continuous-integration
release

`sweet_xml` 0.7 was released in July 2021. There are already some libraries like `ex_aws` that [specify `sweet_xml ~> 0.7` in their dependencies](https://github.com/ex-aws/ex_aws/blob/c59ae58ab397cf9eb4c82f590c5c91efafe7f134/mix.exs#L52), which results in an error when `ex_aws` and...

This is what I get when trying to compare Cabal 1.24.1.0 API with 1.24.0.0: ``` $ hackage-diff Cabal 1.24.0.0 1.24.1.0 Downloading / Reading Hoogle DBs... Parsing Hoogle DBs... endOfInput ```...

**Updated summary by @ezyang.** Previously, this ticket talked about all sorts of parallelism at many levels. Component-level parallelism was already addressed in #2623 (fixed by per-component builds), so all that...

type: enhancement
cabal-install: other
type: performance