mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
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:
committed by
Andreas Enge
parent
88aff62d8e
commit
86aa4e3bfc
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user