gnu: ghc-utf8-string: Update Cabal file to r3.

* gnu/packages/haskell.scm (ghc-utf8-string): Update Cabal file to r3.
[arguments]: Remove unneeded "--allow-newer" configure flag.
This commit is contained in:
Timothy Sample 2018-08-30 10:53:19 -04:00 committed by Ricardo Wurmus
parent f871a55502
commit c325dde270
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -1903,7 +1903,8 @@ configuration. This library provides the common bits for writing custom
(base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv")))) (base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments (arguments
`(#:configure-flags (list "--allow-newer=base"))) `(#:cabal-revision
("3" "02vhj5gykkqa2dyn7s6gn8is1b5fdn9xcqqvlls268g7cpv6rk38")))
(home-page "https://github.com/glguy/utf8-string/") (home-page "https://github.com/glguy/utf8-string/")
(synopsis "Support for reading and writing UTF8 Strings") (synopsis "Support for reading and writing UTF8 Strings")
(description (description