mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-old-locale: Allow building with newer base package.
* gnu/packages/haskell.scm (ghc-old-locale)[arguments]: Add configure flag to allow newer "base" version.
This commit is contained in:
parent
e2dc97d69a
commit
afff0b6d42
1 changed files with 2 additions and 0 deletions
|
@ -1331,6 +1331,8 @@ (define-public ghc-old-locale
|
|||
(sha256
|
||||
(base32 "0l3viphiszvz5wqzg7a45zp40grwlab941q5ay29iyw8p3v8pbyv"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=base")))
|
||||
(home-page "https://hackage.haskell.org/package/old-locale")
|
||||
(synopsis "Adapt to locale conventions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue