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:
parent
05c08ec9f6
commit
4fe3ce822f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue