guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ghc: remove unused 'libedit' input


From: Ludovic Courtès
Subject: 01/04: gnu: ghc: remove unused 'libedit' input
Date: Mon, 13 Feb 2017 09:56:36 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3adab88faf7e1052861f36676f13d5d7359e809e
Author: Sergei Trofimovich <address@hidden>
Date:   Sat Feb 11 17:49:47 2017 +0000

    gnu: ghc: remove unused 'libedit' input
    
    ghc stopped using libedit (via editline) in 2009:
        
https://git.haskell.org/ghc.git/commitdiff/46aed8a4a084add708bbd119d19905105d5f0d72
    
    * gnu/packages/haskell.scm (ghc, ghc-8): remove 'libedit' input
    
    Signed-off-by: Sergei Trofimovich <address@hidden>
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/haskell.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 37e35c4..f9534b3 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -33,7 +33,6 @@
   #:use-module (gnu packages gcc)
   #:use-module (gnu packages ghostscript)
   #:use-module (gnu packages gl)
-  #:use-module (gnu packages libedit)
   #:use-module (gnu packages libffi)
   #:use-module (gnu packages lua)
   #:use-module (gnu packages maths)
@@ -107,7 +106,6 @@
      `(("gmp" ,gmp)
        ("ncurses" ,ncurses)
        ("libffi" ,libffi)
-       ("libedit" ,libedit)
        ("ghc-testsuite"
         ,(origin
            (method url-fetch)
@@ -286,7 +284,6 @@ interactive environment for the functional language 
Haskell.")
      `(("gmp" ,gmp)
        ("ncurses" ,ncurses)
        ("libffi" ,libffi)
-       ("libedit" ,libedit)
        ("ghc-testsuite"
         ,(origin
            (method url-fetch)



reply via email to

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