guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: ghc-streaming-commons: Remove standard packages from inputs.


From: Ricardo Wurmus
Subject: 01/07: gnu: ghc-streaming-commons: Remove standard packages from inputs.
Date: Thu, 6 Oct 2016 12:21:25 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit b376463552839285106a70780f25c4a50f19d6be
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 4 15:08:22 2016 +0200

    gnu: ghc-streaming-commons: Remove standard packages from inputs.
    
    The "directory" and "transformers" modules are part of GHC and should
    not be among the inputs to avoid conflicts.
    
    * gnu/packages/haskell.scm (ghc-streaming-commons)[inputs]: Remove
    "ghc-directory" and "ghc-transformers".
---
 gnu/packages/haskell.scm |    2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index cf17c4f..022cfd6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1170,12 +1170,10 @@ version 1.3).")
     (build-system haskell-build-system)
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)
-       ("ghc-directory" ,ghc-directory)
        ("ghc-network" ,ghc-network)
        ("ghc-random" ,ghc-random)
        ("ghc-stm" ,ghc-stm)
        ("ghc-text" ,ghc-text)
-       ("ghc-transformers" ,ghc-transformers)
        ("ghc-zlib" ,ghc-zlib)))
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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