diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-03 16:50:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 16:37:45 +0100 |
commit | 6bfcb59d0251472917058eb99927a96c293be7a6 (patch) | |
tree | 62ad0bba04ce253b5189426ec8a414418e6a7e48 | |
parent | 39bcc9328391c9e35856a6d4f1e4acac91498331 (diff) | |
download | guix-6bfcb59d0251472917058eb99927a96c293be7a6.tar guix-6bfcb59d0251472917058eb99927a96c293be7a6.tar.gz |
gnu: ghc-bytestring-handle: Alphabetise inputs.
* gnu/packages/haskell.scm (ghc-bytestring-handle)[inputs]: Order alphabetically.
-rw-r--r-- | gnu/packages/haskell.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 9cdde32e14..8ee111f2e5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5701,11 +5701,11 @@ this problem.") "18f17aja1ivhr3zyg2cccn2m03hdn5jf5410dndkhf12gvgiqs7y")))) (build-system haskell-build-system) (inputs - `(("ghc-quickcheck" ,ghc-quickcheck) - ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2) - ("ghc-hunit" ,ghc-hunit) + `(("ghc-hunit" ,ghc-hunit) + ("ghc-quickcheck" ,ghc-quickcheck) + ("ghc-test-framework" ,ghc-test-framework) ("ghc-test-framework-hunit" ,ghc-test-framework-hunit) - ("ghc-test-framework" ,ghc-test-framework))) + ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2))) (home-page "http://hub.darcs.net/ganesh/bytestring-handle") (synopsis "ByteString-backed Handles") (description "ByteString-backed Handles") ; There is no description |