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
|
@ -1331,6 +1331,8 @@ configurations to coexist without resorting to mutable global variables or
|
|||
(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 New Issue