From be3aabda6bedd553e9e681e63649b0f1e2ea89aa Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 5 Nov 2021 15:36:00 +0800 Subject: [PATCH] haskellPackages.haskell-ci-unstable: bump attoparsec dependency --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index aa2997f71f18..3bc070f99315 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1824,7 +1824,7 @@ self: super: { sha256 = "1zhv1cg047lfyxfs3mvc73vv96pn240zaj7f2yl4lw5yj6y5rfk9"; }; }).overrideScope (self: super: { - attoparsec = self.attoparsec_0_14_1; + attoparsec = self.attoparsec_0_14_2; Cabal = self.Cabal_3_6_2_0; });