guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/33: gnu: ghc-bytestring-handle: Alphabetise inputs.


From: Tobias Geerinckx-Rice
Subject: 06/33: gnu: ghc-bytestring-handle: Alphabetise inputs.
Date: Tue, 5 Dec 2017 10:38:14 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6bfcb59d0251472917058eb99927a96c293be7a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 3 16:50:09 2017 +0100

    gnu: ghc-bytestring-handle: Alphabetise inputs.
    
    * gnu/packages/haskell.scm (ghc-bytestring-handle)[inputs]: Order 
alphabetically.
---
 gnu/packages/haskell.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9cdde32..8ee111f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]