diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6d19e2477aba..c531b013a4b6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1670,6 +1670,11 @@ self: super: revision = null; }) super.svgcairo; + # Too strict upper bound on tasty-hedgehog (<1.5) + # https://github.com/typeclasses/ascii-predicates/pull/1 + ascii-predicates = doJailbreak super.ascii-predicates; + ascii-numbers = doJailbreak super.ascii-numbers; + # Upstream PR: https://github.com/jkff/splot/pull/9 splot = appendPatch (fetchpatch { url = "https://github.com/jkff/splot/commit/a6710b05470d25cb5373481cf1cfc1febd686407.patch";