[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/33: gnu: ghc-bytestring: Alphabetise inputs.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/33: gnu: ghc-bytestring: Alphabetise inputs. |
Date: |
Tue, 5 Dec 2017 10:38:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit df906169d6c6d44da4ac9e00a9c31fa7d930b490
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Dec 3 16:46:06 2017 +0100
gnu: ghc-bytestring: Alphabetise inputs.
* gnu/packages/haskell.scm (ghc-bytestring)[inputs]: Order alphabetically.
---
gnu/packages/haskell.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a1e6259..ac22da4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5892,15 +5892,15 @@ the @code{mtl-tf} package.")
"0fjc5ybxx67l0kh27l6vq4saf88hp1wnssj5ka90ii588y76cvys"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-random" ,ghc-random)
+ `(("ghc-dlist" ,ghc-dlist)
+ ("ghc-byteorder" ,ghc-byteorder)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-random" ,ghc-random)
("ghc-test-framework" ,ghc-test-framework)
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
- ("ghc-quickcheck" ,ghc-quickcheck)
- ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
- ("ghc-hunit" ,ghc-hunit)
- ("ghc-byteorder" ,ghc-byteorder)
- ("ghc-dlist" ,ghc-dlist)
- ("ghc-mtl" ,ghc-mtl)))
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
(arguments
`(#:tests? #f)) ; Test number two becomes non-responsive for 20+ minutes
(home-page "https://github.com/haskell/bytestring")
- branch master updated (d20b738 -> 006a245), Tobias Geerinckx-Rice, 2017/12/05
- 02/33: gnu: ghc-bytestring: Update to 0.10.8.2, Tobias Geerinckx-Rice, 2017/12/05
- 05/33: gnu: ghc-bytestring-handle: Update to 0.1.0.6., Tobias Geerinckx-Rice, 2017/12/05
- 01/33: gnu: ghc-base-compat: Update to 0.9.3., Tobias Geerinckx-Rice, 2017/12/05
- 03/33: gnu: ghc-bytestring: Alphabetise inputs.,
Tobias Geerinckx-Rice <=
- 07/33: gnu: ghc-chasingbottoms: Update to 1.3.1.3., Tobias Geerinckx-Rice, 2017/12/05
- 08/33: gnu: ghc-cheapskate: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 11/33: gnu: ghc-cmark: Update to 0.5.6., Tobias Geerinckx-Rice, 2017/12/05
- 04/33: gnu: ghc-bytestring-builder: Update to 0.10.8.1.0., Tobias Geerinckx-Rice, 2017/12/05
- 10/33: gnu: ghc-clock: Update to 0.7.2., Tobias Geerinckx-Rice, 2017/12/05
- 09/33: gnu: ghc-cheapskate: Expand description., Tobias Geerinckx-Rice, 2017/12/05
- 06/33: gnu: ghc-bytestring-handle: Alphabetise inputs., Tobias Geerinckx-Rice, 2017/12/05
- 20/33: gnu: ghc-exceptions: Run tests., Tobias Geerinckx-Rice, 2017/12/05
- 12/33: gnu: ghc-cmdargs: Update to 0.10.18., Tobias Geerinckx-Rice, 2017/12/05
- 18/33: gnu: ghc-enclosed-exceptions: Update to 2.0.1., Tobias Geerinckx-Rice, 2017/12/05