~ruther/guix-local

4fe3ce822f02bb23fa234f5b5d326d4d97d325cd — Ricardo Wurmus 8 years ago 05c08ec
gnu: ghc-utf8-string: Fix build with GHC 8.

* gnu/packages/haskell.scm (ghc-utf8-string)[arguments]: Allow building with
newer "base".
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -0
@@ 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