haskell.packages.ghc921.attoparsec: 0.14.3 -> 0.14.4

This commit is contained in:
Ellie Hermaszewska 2022-01-14 22:33:17 +08:00
parent 1f4dff4634
commit 72b3fbc969
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A

View file

@ -83,7 +83,7 @@ self: super: {
# Jailbreaks & Version Updates
assoc = doJailbreak super.assoc;
async = doJailbreak super.async;
attoparsec = super.attoparsec_0_14_3;
attoparsec = super.attoparsec_0_14_4;
base64-bytestring = doJailbreak super.base64-bytestring;
base-compat = self.base-compat_0_12_1;
base-compat-batteries = self.base-compat-batteries_0_12_1;