guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: Add ghc-ansi-terminal-0.8.


From: guix-commits
Subject: 06/13: gnu: Add ghc-ansi-terminal-0.8.
Date: Tue, 2 Jul 2019 12:34:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cbff89d126bf5985cfa4884f543c0908c437ff41
Author: Jacob MacDonald <address@hidden>
Date:   Fri Jun 7 06:00:26 2019 -0500

    gnu: Add ghc-ansi-terminal-0.8.
    
    * gnu/packages/haskell.scm (ghc-ansi-terminal-0.8): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f40d92b..a7a8b76 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4383,6 +4383,21 @@ allows cursor movement, screen clearing, color output 
showing or hiding the
 cursor, and changing the title.")
     (license license:bsd-3)))
 
+(define-public ghc-ansi-terminal-0.8
+  (package (inherit ghc-ansi-terminal)
+           (name "ghc-ansi-terminal")
+           (version "0.8.0.4")
+           (source
+            (origin
+              (method url-fetch)
+              (uri (string-append
+                    
"https://hackage.haskell.org/package/ansi-terminal/ansi-terminal-";
+                    version
+                    ".tar.gz"))
+              (sha256
+               (base32
+                "0428gq8m3fdnb7ldcsyk97qcch76hcxbgh2666p6f76fs2qbhg7b"))))))
+
 (define-public ghc-vault
   (package
     (name "ghc-vault")



reply via email to

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