gnu: ghc-bytestring-handle: Alphabetise inputs.
* gnu/packages/haskell.scm (ghc-bytestring-handle)[inputs]: Order alphabetically.
This commit is contained in:
parent
39bcc93283
commit
6bfcb59d02
|
@ -5701,11 +5701,11 @@ this problem.")
|
||||||
"18f17aja1ivhr3zyg2cccn2m03hdn5jf5410dndkhf12gvgiqs7y"))))
|
"18f17aja1ivhr3zyg2cccn2m03hdn5jf5410dndkhf12gvgiqs7y"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
("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")
|
(home-page "http://hub.darcs.net/ganesh/bytestring-handle")
|
||||||
(synopsis "ByteString-backed Handles")
|
(synopsis "ByteString-backed Handles")
|
||||||
(description "ByteString-backed Handles") ; There is no description
|
(description "ByteString-backed Handles") ; There is no description
|
||||||
|
|
Loading…
Reference in New Issue