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:
parent
54afb52e1f
commit
973075a091
|
@ -6211,7 +6211,7 @@ been observed, so this library should be suitable for high performance scenarios
|
||||||
(define-public ghc-haskeline
|
(define-public ghc-haskeline
|
||||||
(package
|
(package
|
||||||
(name "ghc-haskeline")
|
(name "ghc-haskeline")
|
||||||
(version "0.7.2.3")
|
(version "0.7.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6220,12 +6220,13 @@ been observed, so this library should be suitable for high performance scenarios
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09wd6sxgn65xxpk7dhy1cg3ywlbk0ccqq7xylycwk4zazy3gjgkd"))))
|
"1sxhdhy9asinxn0gvd4zandbk6xkb04vy1y7lmh66f9jv66fqhsm"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
|
||||||
`(("ncurses" ,ncurses)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-fterminfo")))
|
`(#:configure-flags (list "-fterminfo")))
|
||||||
|
(inputs
|
||||||
|
`(("ncurses" ,ncurses)
|
||||||
|
("ghc-stm" ,ghc-stm)))
|
||||||
(home-page "https://github.com/judah/haskeline")
|
(home-page "https://github.com/judah/haskeline")
|
||||||
(synopsis "Command-line interface for user input")
|
(synopsis "Command-line interface for user input")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue