haskellPackages.matrix-client: drop jailbreak

This commit is contained in:
Malte Brandy 2022-03-20 15:47:32 +01:00
parent 48b01ad75f
commit d2fe726d1c

View File

@ -2160,9 +2160,6 @@ self: super: {
# https://github.com/dagit/zenc/issues/5
zenc = doJailbreak super.zenc;
# 2022-03-19: retry bounds to strict: https://github.com/softwarefactory-project/matrix-client-haskell/pull/24
matrix-client = assert super.matrix-client.version == "0.1.4.1"; doJailbreak super.matrix-client;
# Release 1.0.0.0 added version bounds (was unrestricted before),
# but with too strict lower bounds for our lts-18.
# Disable aeson for now, future release should support it