me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/haskell.scm (ghc-utf8-string)[arguments]: Allow building with
newer "base".
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -1662,6 +1662,8 @@ School of Functional Programming', 1995. See
(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