guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit 673875b615542ff51b818dcdc267901cd3d804b8
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 17:20:49 2025 +0300

    gnu: ghc-roman-numerals: Fix build.
    
    * gnu/packages/haskell-xyz.scm (ghc-roman-numerals)[arguments]<phases>:
    Relax dependency constraints on text.
    
    Change-Id: Iad9e99d49a20925dbbfb41c285325b495c410327
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d6b5f79de1..1724e52c12 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10882,7 +10882,7 @@ expose it from another module in the hierarchy.
          (add-before 'configure 'update-constraints
            (lambda _
              (substitute* "roman-numerals.cabal"
-               (("\\b(bytestring)\\s+[^,]+" all dep)
+               (("\\b(bytestring|text)\\s+[^,\n]+" all dep)
                 dep)))))))
     (home-page "https://github.com/roelvandijk/roman-numerals";)
     (synopsis "Parsing and pretty printing of Roman numerals")

Reply via email to