From 8694e7845889b88064f05bb994095ccc612648ee Mon Sep 17 00:00:00 2001 From: Ai-Ya-Ya <72513839+Ai-Ya-Ya@users.noreply.github.com> Date: Thu, 19 Feb 2026 23:25:28 -0500 Subject: [PATCH] Bump bounds on bytestring and text Builds with `bytestring-0.12` and `text-2.1` (NixOS; nixpkgs 25.11) --- require.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/require.cabal b/require.cabal index c98bfe6..0316456 100644 --- a/require.cabal +++ b/require.cabal @@ -53,14 +53,14 @@ library build-depends: ansi-terminal , base >=4.9 && <5 - , bytestring ==0.10.* + , bytestring >=0.10 && <0.13 , directory , dlist , megaparsec >=7 && <10 , mtl >=2.2.1 , optparse-generic , relude - , text >=1.2.3.0 && <2 + , text >=1.2.3.0 && <2.2 default-language: Haskell2010 executable autorequirepp