haskellPackages.matrix-client: remove jailbreak

There is only a restrictive bound on base64 left, but this is correct,
the build fails with a jailbreak.
This commit is contained in:
Wolfgang Walther
2025-02-11 23:09:52 +01:00
committed by sternenseemann
parent b9f70e3c33
commit 7ed949c23e
@@ -2000,10 +2000,6 @@ self: super: {
# https://github.com/obsidiansystems/database-id/issues/1
database-id-class = doJailbreak super.database-id-class;
# https://github.com/softwarefactory-project/matrix-client-haskell/issues/36
# Restrictive bounds on aeson
matrix-client = doJailbreak super.matrix-client;
cabal2nix-unstable = overrideCabal {
passthru = {
updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-unstable.sh;