gnu: ghc-cheapskate: Alphabetise inputs.
* gnu/packages/haskell.scm (ghc-cheapskate)[inputs]: Order alphabetically.
This commit is contained in:
parent
2c72272a50
commit
751de3d65c
|
@ -3944,17 +3944,17 @@ indexed variants.")
|
||||||
"0drx1hlqvdcrij4097q6bxhbfcqm73jsqv1wwhd3hsnjdmr46ch2"))))
|
"0drx1hlqvdcrij4097q6bxhbfcqm73jsqv1wwhd3hsnjdmr46ch2"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-xss-sanitize" ,ghc-xss-sanitize)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
("ghc-data-default" ,ghc-data-default)
|
|
||||||
("ghc-mtl" ,ghc-mtl)
|
|
||||||
("ghc-text" ,ghc-text)
|
|
||||||
("ghc-blaze-html" ,ghc-blaze-html)
|
("ghc-blaze-html" ,ghc-blaze-html)
|
||||||
|
("ghc-data-default" ,ghc-data-default)
|
||||||
|
("ghc-http-types" ,ghc-http-types)
|
||||||
|
("ghc-mtl" ,ghc-mtl)
|
||||||
("ghc-syb" ,ghc-syb)
|
("ghc-syb" ,ghc-syb)
|
||||||
|
("ghc-text" ,ghc-text)
|
||||||
("ghc-uniplate" ,ghc-uniplate)
|
("ghc-uniplate" ,ghc-uniplate)
|
||||||
("ghc-aeson" ,ghc-aeson)
|
|
||||||
("ghc-wai-extra" ,ghc-wai-extra)
|
("ghc-wai-extra" ,ghc-wai-extra)
|
||||||
("ghc-wai" ,ghc-wai)
|
("ghc-wai" ,ghc-wai)
|
||||||
("ghc-http-types" ,ghc-http-types)))
|
("ghc-xss-sanitize" ,ghc-xss-sanitize)))
|
||||||
(home-page "https://github.com/jgm/cheapskate")
|
(home-page "https://github.com/jgm/cheapskate")
|
||||||
(synopsis "Experimental markdown processor")
|
(synopsis "Experimental markdown processor")
|
||||||
(description "Cheapskate is an experimental Markdown processor in pure
|
(description "Cheapskate is an experimental Markdown processor in pure
|
||||||
|
|
Loading…
Reference in New Issue