gnu: ghc-bytestring: Alphabetise inputs.
* gnu/packages/haskell.scm (ghc-bytestring)[inputs]: Order alphabetically.
This commit is contained in:
		
							parent
							
								
									2545c92ae5
								
							
						
					
					
						commit
						df906169d6
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue