aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2015-11-26 17:02:42 +0100
committerRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2015-12-10 14:34:50 +0100
commit6ff4a50d75cd6acdc4e3dde72a398440dc76c717 (patch)
tree3faf811d03c864e89f900989a00d18ec855750d9 /gnu
parent172bb3b86def40491bdcdc6c05d230dcc77e90f5 (diff)
downloadguix-6ff4a50d75cd6acdc4e3dde72a398440dc76c717.tar
guix-6ff4a50d75cd6acdc4e3dde72a398440dc76c717.tar.gz
gnu: ghc-aeson: Propagate input.
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move "ghc-unordered-containers" from here ... [propagated-inputs]: ... to here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fb3dca9d5f..7731e2447a 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")