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;