gnu: ghc-haskeline: Update to 0.7.4.2.

* gnu/packages/haskell.scm (ghc-haskeline): Update to 0.7.4.2.
[inputs]: Add ghc-stm.
This commit is contained in:
Ricardo Wurmus 2018-02-13 12:03:09 +01:00
parent 54afb52e1f
commit 973075a091
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6211,7 +6211,7 @@ (define-public ghc-data-ordlist
(define-public ghc-haskeline
(package
(name "ghc-haskeline")
(version "0.7.2.3")
(version "0.7.4.2")
(source
(origin
(method url-fetch)
@ -6220,12 +6220,13 @@ (define-public ghc-haskeline
version ".tar.gz"))
(sha256
(base32
"09wd6sxgn65xxpk7dhy1cg3ywlbk0ccqq7xylycwk4zazy3gjgkd"))))
"1sxhdhy9asinxn0gvd4zandbk6xkb04vy1y7lmh66f9jv66fqhsm"))))
(build-system haskell-build-system)
(inputs
`(("ncurses" ,ncurses)))
(arguments
`(#:configure-flags (list "-fterminfo")))
(inputs
`(("ncurses" ,ncurses)
("ghc-stm" ,ghc-stm)))
(home-page "https://github.com/judah/haskeline")
(synopsis "Command-line interface for user input")
(description