guix-commits
[Top][All Lists]
Advanced

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

165/177: gnu: ghc-hslogger: Remove ghc-process from inputs.


From: Ricardo Wurmus
Subject: 165/177: gnu: ghc-hslogger: Remove ghc-process from inputs.
Date: Tue, 13 Feb 2018 07:38:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 831cb41906a04d51f04f31e40e9f18ac954cff56
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 12:07:07 2018 +0100

    gnu: ghc-hslogger: Remove ghc-process from inputs.
    
    * gnu/packages/haskell.scm (ghc-hslogger)[inputs]: Remove ghc-process.
---
 gnu/packages/haskell.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c551f44..ecfbe5e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7582,8 +7582,7 @@ files in Haskell.")
      `(("ghc-mtl" ,ghc-mtl)
        ("ghc-network" ,ghc-network)
        ("ghc-directory", ghc-directory)
-       ("ghc-old-locale" ,ghc-old-locale)
-       ("ghc-process" ,ghc-process)))
+       ("ghc-old-locale" ,ghc-old-locale)))
     (native-inputs
      `(("ghc-hunit" ,ghc-hunit)))
     (home-page "http://software.complete.org/hslogger";)



reply via email to

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