gnu: ghc-aeson: Propagate input.
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move "ghc-unordered-containers" from here ... [propagated-inputs]: ... to here.master
parent
172bb3b86d
commit
6ff4a50d75
|
@ -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")
|
||||
|
|
Reference in New Issue