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 <andreas@enge.fr>
This commit is contained in:
Saku Laesvuori
2025-10-18 17:20:49 +03:00
committed by Andreas Enge
parent 88aff62d8e
commit 86aa4e3bfc

View File

@@ -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")