Mike Pilgrem

Results 51 issues of Mike Pilgrem

See actions/cache issue https://github.com/actions/cache/issues/705.

`process-1.6.19.0` is a boot package of GHC 9.10.1 which is tied to `base-4.20.0.0`. However, the Cabal file for `process` on Hackage specifies `base < 4.20`. I have been tryng to...

I am not sure how 'Recommended' is meant to work for the vanilla channel - it that the GHCup project's decision or is it the origin's decision? From the perspective...

I am having problems with GHC 9.4.2/`Cabal-3.8.1.0` and `PackageImports` with Cabal's `reexported-modules`. I think what I am experiencing is a bug - I apologise if it is 'by design'. To...

blocked: ghc
blocked: upstream
status: consider closing

`mysql-haskell-1.1.5` specifies `tls >=1.7.0 && =1.8.0 || ^>=1.9.0 || ^>=2.0.0`. This is given as one reason why `tls >= 2.1` is blocked on Stackage, see: * https://github.com/commercialhaskell/stackage/issues/7464 However, on Windows...

`elif` was introduced in `cabal-version: 2.2` (released March 2018). For example: ~~~yaml when: - condition: os(windows) then: source-dirs: windows else: when: - condition: "os(darwin) || os(linux)" then: source-dirs: unix-like else:...

enhancement

Motivation: In connection with: * #292; and * (misconceived) #307 and a desire to give users complete alternatives to popular partial functions this makes two related proposals, namely: (1) add...

Based on my experiments on Windows, issue: * #96 can be fixed by writing files with UTF8 encoding, instead of, effectively, `char8`.

This issue applies to the executable provided with, at least, GHC 9.4.8, 9.6.6, 9.8.4 and 9.10.1. On Windows 11 in Windows Terminal, with Hebrew characters (a right-to-left language): ~~~text ❯...