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:
Ricardo Wurmus 2018-02-12 18:56:48 +01:00
parent e2dc97d69a
commit afff0b6d42
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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