haskellPackages.arch-web: remove no longer needed jailbreak

main
Dennis Gosnell 2 years ago
parent 2f880206cd
commit 88dcf0ff20
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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 {

Loading…
Cancel
Save