gnu: ghc-io-streams-haproxy: Update to 1.0.1.0.
* gnu/packages/haskell-xyz.scm (ghc-io-streams-haproxy): Update to 1.0.1.0. [arguments]: Remove '#:cabal-revision'.
This commit is contained in:
parent
0eaa88c8ac
commit
1a4fbc3647
1 changed files with 2 additions and 5 deletions
|
@ -5390,7 +5390,7 @@ primitives for I/O using streams.")
|
||||||
(define-public ghc-io-streams-haproxy
|
(define-public ghc-io-streams-haproxy
|
||||||
(package
|
(package
|
||||||
(name "ghc-io-streams-haproxy")
|
(name "ghc-io-streams-haproxy")
|
||||||
(version "1.0.0.2")
|
(version "1.0.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5399,7 +5399,7 @@ primitives for I/O using streams.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11nh9q158mgnvvb23s5ffg87lkhl5smk039yl43jghxmb214z0bp"))))
|
"1dcn5hd4fiwyq7m01r6fi93vfvygca5s6mz87c78m0zyj29clkmp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-attoparsec" ,ghc-attoparsec)
|
`(("ghc-attoparsec" ,ghc-attoparsec)
|
||||||
|
@ -5409,9 +5409,6 @@ primitives for I/O using streams.")
|
||||||
`(("ghc-hunit" ,ghc-hunit)
|
`(("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-test-framework" ,ghc-test-framework)
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
||||||
(arguments
|
|
||||||
`(#:cabal-revision
|
|
||||||
("4" "06c51a057n5bc9xfbp2m4jz5ds4z1xvmsx5mppch6qfwbz7x5i9l")))
|
|
||||||
(home-page "http://snapframework.com/")
|
(home-page "http://snapframework.com/")
|
||||||
(synopsis "HAProxy protocol 1.5 support for io-streams")
|
(synopsis "HAProxy protocol 1.5 support for io-streams")
|
||||||
(description "HAProxy protocol version 1.5 support
|
(description "HAProxy protocol version 1.5 support
|
||||||
|
|
Reference in a new issue