Vekhir
Vekhir
When encountering `--` on the commandline, `getopt` stops parsing the arguments. It is customary to then interpret all following arguments as positional (i.e. the targets for `pactrans`). This allows to...
@Porges Builds and tests fine. Please consider making a Hackage release for easier packaging. Resolves #69
mtl 2.3 doesn't export various Control.Monad functions. Explicitly import forM. Fix adapted from https://github.com/stevenfontanella/microlens/commit/ea077dace719fe4ab5a82e45c1986c901a61cd1d
Building `summoner` 2.0.1.1 on GHC 9.6.3 fails with the following error: ``` [22 of 23] Compiling Summoner.CLI src/Summoner/CLI.hs:426:10: error: [GHC-83865] • Couldn't match type: p0 Summoner.Config.:- [GhcVer] with: Last [GhcVer]...
Hi @vrom911 and others, the compile issues mentioned in #568 occur due to changes in relude 1.0 and also occur on GHC 9.0.2 as available on Arch. They are fixed...
When building `summoner` using `relude 1.2.0.0`, the following warning occurs: ``` [11 of 23] Compiling Summoner.Source src/Summoner/Source.hs:92:35: warning: [-Wdeprecations] In the use of ‘readFileText’ (imported from Prelude, but defined in...
Hi, when building `dhall` 1.42.1 on Arch Linux with GHC 9.8.1 and `template-haskell` 2.21.0.0, the following error occurs while building the tests: ``` tests/Dhall/Test/TH.hs:111:1: error: [GHC-58589] Illegal invisible type variable...
The issue in #191 occurs again with GHC 9.6.3 and `sdl2 2.5.5.0`: ``` Running 1 test suites... Test suite sdl-space: RUNNING... pollEvent Case Allocated GCs pollEvent 1 1,376 0 pollEvent...
Hi @TOTBWF, PR #20 made `refinery` compatible with GHC 9.6. The last message in that thread suggested a new hackage release be made, but that never happened in the last...
Data.ByteString.Builder defines an instance Show Builder since bytestring 0.11.1.0 Fixes #60