Matthew Pickering

Results 129 issues of Matthew Pickering

This fixes the DynWay case to match the other cases which take into account extra-dyn-lib-flavours.

merge me

The current logic says ``` compilerAbiTag :: AbiTag compilerAbiTag = maybe NoAbiTag AbiTag (Map.lookup "Project Unit Id" ghcInfoMap >>= stripPrefix (prettyShow compilerId "-")) ``` If we look at `ghc --info`...

type: bug
needs triage

There is currently a warning implemented in `-Wcompat` which warns you when importing `Data.List` in a non-qualified manner. ``` A.hs:3:8: warning: [-Wcompat-unqualified-imports] To ensure compatibility with future core libraries changes...

I wanted to test pins so I created a pin running.. ``` cachix pin ... ... ... ``` it displays on the web ui, so far so good. But now...

bug

Only munge internal dependencies when printing when there is no explicit syntax * In `postProcessInternalDeps` the shadowing logic which existed prior to cabal format 3.4 is implemented in a post...

It would be very good if there could be a release of the `Cabal` library far in advance of the next GHC release so that `hadrian` can be built with...

type: user-question
release

There is currently quite a lot of back-and-forth which is required when contributing patches to Cabal which makes the developer experience sometimes cumbersome. In my mind, the goal should be...

type: enhancement
re: devx
re: code formatting

Cabal and cabal-install have a large amount of legacy code. Much legacy code for supporting different Haskell compilers, which is surely bitrotted at this point (untested on CI) - [...

type: refactor
meta: tracking

Something goes wrong during installation which means not all the files are copied into the installation directories. * https://github.com/haskell/ghcup-metadata/actions/runs/9990740016/job/27612053068 I tried in a container unpacking and manually `./configure && make...