guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/27: gnu: ghc-hedgehog: Use ghc-ansi-terminal.


From: guix-commits
Subject: 05/27: gnu: ghc-hedgehog: Use ghc-ansi-terminal.
Date: Thu, 1 Aug 2019 12:07:10 -0400 (EDT)

rob pushed a commit to branch wip-haskell-updates
in repository guix.

commit ab65171e03dccc54be4372f2778f2845051545c8
Author: Robert Vollmert <address@hidden>
Date:   Tue Jul 9 16:13:43 2019 +0200

    gnu: ghc-hedgehog: Use ghc-ansi-terminal.
    
    * gnu/packages/haskell-check.scm (ghc-hedgehog)[inputs]: Use 
ghc-ansi-terminal.
---
 gnu/packages/haskell-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 2f0b842..589eee7 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -811,7 +811,7 @@ implementations of cryptographic ciphers.")
          "0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-ansi-terminal" ,ghc-ansi-terminal-0.8)
+     `(("ghc-ansi-terminal" ,ghc-ansi-terminal)
        ("ghc-async" ,ghc-async)
        ("ghc-concurrent-output" ,ghc-concurrent-output)
        ("ghc-exceptions" ,ghc-exceptions)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]