Oleg Grenrus

Results 547 comments of Oleg Grenrus

I tagged this to high priority, as e.g. `haddock` uses data

@Mikolaj the release checklist contains an entry about updating the *license list data*, i.e. https://github.com/spdx/license-list-data. This is issue is about looking whether the specification (of grammar) has changed, i.e. difference...

@tmcdonell completely wild guess: check what `inline-c` -package is doing.

From my experience with `cabal-env`, you not only want to store `[TargetSelector]` but also: - explicitly hidden packages (e.g. to hide `base-compat` where you have `base-compat-batteries`) I.e. you need a...

I removed the `blocked: info-needed`. The issue is well understood. Software has bugs, some are fixed on time, some aren't. This is bad, but not critical, that the release could...

I prototyped a variant along @fgaz comment in `cabal-env` (debug messages show how long the commands take to run) --- Let's install `some` ```sh [mymachine] ~ % cabal-env some [...

Something not mentioned previously. Users are able to configure using `CABAL_CONFIG` and having user specific paths in their `cabal.config`. E.g. mine looks like: ``` repository hackage.haskell.org url: http://hackage.haskell.org/ remote-build-reporting: anonymous...

It's quite laborious to clean up them by hand. In particular every upload I made in past few years have gone through candidate first. I'll wait for some script to...

Because we cannot know for sure what compiler user will use in a `v2-exec` shell, I'll propose that we'll setup - `HC` - points to `ghc` or `ghcjs` or ......

@michaelpj because e.g. of ghcjs. In fact I agree with @hvr, and tried to convince Ryan to use environment files based approach. Yet, until https://github.com/haskell/cabal/issues/5559 is fixed, that's a non-argument.