guix-commits
[Top][All Lists]
Advanced

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

02/49: gnu: ghc-aeson: Propagate input.


From: Ricardo Wurmus
Subject: 02/49: gnu: ghc-aeson: Propagate input.
Date: Thu, 10 Dec 2015 13:36:36 +0000

rekado pushed a commit to branch master
in repository guix.

commit 6ff4a50d75cd6acdc4e3dde72a398440dc76c717
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 26 17:02:42 2015 +0100

    gnu: ghc-aeson: Propagate input.
    
    * gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move
      "ghc-unordered-containers" from here ...
    [propagated-inputs]: ... to here.
---
 gnu/packages/haskell.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fb3dca9..7731e24 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4811,11 +4811,11 @@ notation}.")
        ("ghc-mtl" ,ghc-mtl)
        ("ghc-scientific" ,ghc-scientific)
        ("ghc-syb" ,ghc-syb)
+       ("ghc-unordered-containers" ,ghc-unordered-containers)
        ("ghc-vector" ,ghc-vector)))
     (inputs
      `(("ghc-hashable" ,ghc-hashable)
        ("ghc-text" ,ghc-text)
-       ("ghc-unordered-containers" ,ghc-unordered-containers)
        ("ghc-hunit" ,ghc-hunit)
        ("ghc-quickcheck" ,ghc-quickcheck)))
     (home-page "https://github.com/bos/aeson";)



reply via email to

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