From 751de3d65cf9872cf94ff0b1c7aa64349656a366 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 3 Dec 2017 17:09:44 +0100 Subject: [PATCH] gnu: ghc-cheapskate: Alphabetise inputs. * gnu/packages/haskell.scm (ghc-cheapskate)[inputs]: Order alphabetically. --- gnu/packages/haskell.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7e665e1af5..288b510863 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -3944,17 +3944,17 @@ (define-public ghc-cheapskate "0drx1hlqvdcrij4097q6bxhbfcqm73jsqv1wwhd3hsnjdmr46ch2")))) (build-system haskell-build-system) (inputs - `(("ghc-xss-sanitize" ,ghc-xss-sanitize) - ("ghc-data-default" ,ghc-data-default) - ("ghc-mtl" ,ghc-mtl) - ("ghc-text" ,ghc-text) + `(("ghc-aeson" ,ghc-aeson) ("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-text" ,ghc-text) ("ghc-uniplate" ,ghc-uniplate) - ("ghc-aeson" ,ghc-aeson) ("ghc-wai-extra" ,ghc-wai-extra) ("ghc-wai" ,ghc-wai) - ("ghc-http-types" ,ghc-http-types))) + ("ghc-xss-sanitize" ,ghc-xss-sanitize))) (home-page "https://github.com/jgm/cheapskate") (synopsis "Experimental markdown processor") (description "Cheapskate is an experimental Markdown processor in pure