m4dc4p
m4dc4p
Kalium with libsodium 1.0.15 & 1.0.16 is broken, due to incorrect string handling in jnr-ffi. * libsodium stores the version string in 1.0.15 as `1.0.15\0\0xsalsa20....` (https://github.com/jedisct1/libsodium/issues/665) * jnr-ffi does not...
Added an annotation to the sodium_version_string() method so it is always read as an ASCII string. Avoids some issues on Windows with reading multi-byte strings by default. Added a test...
…rotocol. Based on patches found at https://github.com/samm-git/aws-vpn-client, this updates OpenVPN for compatibility with AWS' (and other vendors) use of the dynamic challenge/response protocol to implement SAML-based authentication. Those vendors submit...
I'm looking ahead and trying to compile gogol with 9.6. The `gogol` component fails to compile due to missing instances: ``` src/Gogol/Auth/ApplicationDefault.hs:172:12: error: [GHC-39999] • No instance for ‘Alternative (Either...
Updates base restrictions so cabal-fmt can build with GHC 9.8.1.
4.0.0.0 (`esqueleto-next`/ https://github.com/bitemyapp/esqueleto/pull/325) updates Database.Esqueleto to the new syntax. I was migrating some code and struggled with confusing error messages ("Could not deduce (Database.Esqueleto.Internal.Internal.SqlSelect a0 (Entity record)) arising from a...
When ghcid is exited, it writes "Ghcid has stopped." to the log file. The VS Code extension tries to parse that as an error, but there is no file to...
I use ghcid with a multi-package project frequently; that means I'm starting and stopping ghcid sessions frequently. When ghcid stops, it writes "Ghcid has stopped" to the log file. The...
I've found that a module using barbies takes exponentially longer to compile under GHC 9.8 as I add fields to a data type. The repo at https://github.com/m4dc4p/ghc98-bug demonstrates the problem....
**Describe the bug** When trying to create a shell with GHC 9.10.1 and cabal-fmt, the build fails with the following error: > error: The Haskell package set does not contain...