Matthijs

Results 66 comments of Matthijs

@devkabiir I don't think there is a need for force-pushes. The commits will probably be squashed at the end anyway. On the other hand force-pushes make it slightly harder for...

@kytrinyx Going by > Our overall guideline here would be: don't aim for perfection. Merge optimistically, and refine iteratively. this should be merged now-ish. I expect all my insecurities about...

@ErikSchierboom @petertseng I believe this PR was closed erroneously. As far as I know, Learning Mode PRs are [still welcome](https://github.com/exercism/haskell/issues/1132#issuecomment-1361508576).

I have tested (parts) of this: - **directories `~\Haskell\GHC` & `~\Haskell\Cabal`** ✔️ - **download & extract GHC** ✔️ - **download & extract Cabal** ✔️ - **add both to Path** ✔️...

> That was fast! Thank you for testing! Yup, started almost immediately; most of the delay was typing it up. > Can I ask, what directory does it output when...

Sure. I tend to use Stack, so no worries about breaking environments here. ``` PS ~ > pacman -S mingw-w64-x86_64-pkg-config warning: mingw-w64-x86_64-pkg-config-0.29.2-9002 is up to date -- reinstalling resolving dependencies......

> Also, could you tell me the output if you type `pacman -Ss pkg-config`? The output reported above comes from MSYS; the output in PowerShell is ``` mingw32/mingw-w64-i686-pkg-config 0.29.2-9002 (mingw-w64-i686-toolchain)...

Same story. ``` PS ~ > pacman -S mingw-w64-x86_64-cairo warning: mingw-w64-x86_64-cairo-1.16.0-9500 is up to date -- reinstalling resolving dependencies... looking for conflicting packages... Packages (1) mingw-w64-x86_64-cairo-1.16.0-9500 Total Installed Size: 3.56...

- Exact same Cabal failure after `pacman -S mingw32/mingw-w64-i686-cairo`. - `C:\msys64\mingw32\lib` is empty. - `C:\msys64\mingw32\lib` contains nothing 'cairo'. - The only occurrences of 'cairo' in `C:\msys64` I can find refer...

PS ~ > pacman -Ql mingw-w64-x86_64-cairo mingw-w64-x86_64-cairo /mingw64/ mingw-w64-x86_64-cairo /mingw64/include/ mingw-w64-x86_64-cairo /mingw64/include/cairo/ mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-deprecated.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-features.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-ft.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-pdf.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-ps.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-script-interpreter.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-script.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-svg.h mingw-w64-x86_64-cairo /mingw64/include/cairo/cairo-version.h...