[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/177: gnu: ghc-haskeline: Update to 0.7.4.2.
From: |
Ricardo Wurmus |
Subject: |
163/177: gnu: ghc-haskeline: Update to 0.7.4.2. |
Date: |
Tue, 13 Feb 2018 07:38:29 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 973075a091843a881d74e74748ff65075376aa2e
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 12:03:09 2018 +0100
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.
---
gnu/packages/haskell.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5336a21..1b545e0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6211,7 +6211,7 @@ been observed, so this library should be suitable for
high performance scenarios
(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 @@ been observed, so this library should be suitable for
high performance scenarios
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
- 132/177: gnu: Add ghc-tasty-expected-failure., (continued)
- 132/177: gnu: Add ghc-tasty-expected-failure., Ricardo Wurmus, 2018/02/13
- 138/177: gnu: ghc-aeson-pretty: Update to 0.8.5., Ricardo Wurmus, 2018/02/13
- 142/177: gnu: ghc-conduit-extra: Update to 1.1.13.3., Ricardo Wurmus, 2018/02/13
- 147/177: gnu: ghc-lens: Update to 4.15.4., Ricardo Wurmus, 2018/02/13
- 172/177: gnu: ghc-directory: Add note., Ricardo Wurmus, 2018/02/13
- 160/177: gnu: ghc-pandoc-citeproc: Update to 0.12.2.5., Ricardo Wurmus, 2018/02/13
- 157/177: gnu: ghc-monad-control: Update to 1.0.1.0., Ricardo Wurmus, 2018/02/13
- 73/177: gnu: ghc-lifted-base: Update to 0.2.3.8., Ricardo Wurmus, 2018/02/13
- 151/177: gnu: ghc-logging-facade: Update to 0.1.1., Ricardo Wurmus, 2018/02/13
- 149/177: gnu: ghc-th-expand-syns: Update to 0.4.0.0., Ricardo Wurmus, 2018/02/13
- 163/177: gnu: ghc-haskeline: Update to 0.7.4.2.,
Ricardo Wurmus <=
- 169/177: gnu: ghc-graphviz: Fix build with newer QuickCheck., Ricardo Wurmus, 2018/02/13
- 66/177: gnu: ghc-directory: Update to 1.3.2.0., Ricardo Wurmus, 2018/02/13
- 75/177: gnu: ghc-adjunctions: Update to 4.3., Ricardo Wurmus, 2018/02/13
- 09/177: gnu: ghc-vector: Update to 0.12.0.1., Ricardo Wurmus, 2018/02/13
- 21/177: gnu: Add ghc-th-abstraction., Ricardo Wurmus, 2018/02/13
- 29/177: gnu: ghc-generic-deriving: Update to 1.11.1., Ricardo Wurmus, 2018/02/13
- 36/177: gnu: Add ghc-haddock-test., Ricardo Wurmus, 2018/02/13
- 39/177: gnu: Add ghc-haskell-lexer., Ricardo Wurmus, 2018/02/13
- 42/177: gnu: ghc-exceptions: Allow newer version of QuickCheck., Ricardo Wurmus, 2018/02/13
- 44/177: gnu: ghc-network-uri: Update to 2.6.1.0., Ricardo Wurmus, 2018/02/13