mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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 @@ (define-public ghc-io-streams
|
|||
(define-public ghc-io-streams-haproxy
|
||||
(package
|
||||
(name "ghc-io-streams-haproxy")
|
||||
(version "1.0.0.2")
|
||||
(version "1.0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5399,7 +5399,7 @@ (define-public ghc-io-streams-haproxy
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11nh9q158mgnvvb23s5ffg87lkhl5smk039yl43jghxmb214z0bp"))))
|
||||
"1dcn5hd4fiwyq7m01r6fi93vfvygca5s6mz87c78m0zyj29clkmp"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-attoparsec" ,ghc-attoparsec)
|
||||
|
@ -5409,9 +5409,6 @@ (define-public ghc-io-streams-haproxy
|
|||
`(("ghc-hunit" ,ghc-hunit)
|
||||
("ghc-test-framework" ,ghc-test-framework)
|
||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
||||
(arguments
|
||||
`(#:cabal-revision
|
||||
("4" "06c51a057n5bc9xfbp2m4jz5ds4z1xvmsx5mppch6qfwbz7x5i9l")))
|
||||
(home-page "http://snapframework.com/")
|
||||
(synopsis "HAProxy protocol 1.5 support for io-streams")
|
||||
(description "HAProxy protocol version 1.5 support
|
||||
|
|
Loading…
Reference in a new issue