From 40fdae7a02a192541b05434e0ca95167a67caee7 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 18 May 2026 11:28:11 +0200 Subject: [PATCH] haskellPackages.proto-lens-arbitrary: update comment --- 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 750158cb5fca..00431a805935 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2585,7 +2585,7 @@ with haskellLib; + (drv.postPatch or ""); }) super.pdftotext; - # QuickCheck <2.15 + # Allow QuickCheck 2.16 # https://github.com/google/proto-lens/issues/403 proto-lens-arbitrary = doJailbreak super.proto-lens-arbitrary;