Mikhail Glushenkov

Results 17 issues of Mikhail Glushenkov

See https://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Monoid.html#t:Ap Perhaps the constructor in `Control.Applicative.Free` should be renamed to avoid confusion?

Quoting https://github.com/haskell/cabal/issues/1962: > In order to avoid #1602 I upgraded HTTP to version 4000.2.17. But I noticed a new (minor) problem: If the proxy mentioned in http_proxy is down, I...

Bump dependencies, fix a couple of warnings. This warning in particular: ``` warning: negative steps are not supported in Enum.slice/2, pass 0..-2//1 instead ``` breaks compilation on 1.16 with warnings...

In 6c2eba7fca96872b6c8e3bde711feadf3491427f we clarified our `cabal-install` support policy with respect to self-upgrade: upgrading to the latest version with `cabal install cabal-install` must work with all `cabal-install` versions released in the...

type: enhancement
continuous-integration

Right now, setting `verbosity` to `2` or `3` in the config file raises the verbosity level for some commands (e.g. `install` and `configure`), but not others (e.g. `build`). This is...

type: enhancement
Cabal: other
cabal-install: other
attention: pr-welcome

`ecto >= 3.11.0` depends on `decimal ~> 2.0`, therefore `mariaex` can't be used with `ecto >= 3.11.0` out of the box currently. The 2.0 version of `decimal` has some breaking...