mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01: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
|
(sha256
|
||||||
(base32 "0l3viphiszvz5wqzg7a45zp40grwlab941q5ay29iyw8p3v8pbyv"))))
|
(base32 "0l3viphiszvz5wqzg7a45zp40grwlab941q5ay29iyw8p3v8pbyv"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "--allow-newer=base")))
|
||||||
(home-page "https://hackage.haskell.org/package/old-locale")
|
(home-page "https://hackage.haskell.org/package/old-locale")
|
||||||
(synopsis "Adapt to locale conventions")
|
(synopsis "Adapt to locale conventions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue