haskellPackages.arch-web: remove no longer needed jailbreak

This commit is contained in:
Dennis Gosnell
2022-06-18 12:53:34 +09:00
parent 2f880206cd
commit 88dcf0ff20
@@ -678,9 +678,6 @@ self: super: {
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;
# 2022-03-24: Strict aeson bound:
arch-web = throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web;
# Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal
# https://github.com/augustss/djinn/pull/8
djinn = appendPatch (fetchpatch {