gnu: ghc-utf8-string: Fix build with GHC 8.

* gnu/packages/haskell.scm (ghc-utf8-string)[arguments]: Allow building with
newer "base".
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:09:16 +01:00
parent 05c08ec9f6
commit 4fe3ce822f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1662,6 +1662,8 @@ (define-public ghc-utf8-string
(sha256
(base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=base")))
(home-page "https://github.com/glguy/utf8-string/")
(synopsis "Support for reading and writing UTF8 Strings")
(description