diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index d6b5f79de17..1724e52c12d 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")