diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:14:38 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:29 -0500 |
commit | 1a4fbc3647923d0133890eaa536b51f6a874d9db (patch) | |
tree | e4dc8091302315af6cc5a2af964d7af784dad8a9 | |
parent | 0eaa88c8ac8536f600a101fdd5187e18afd81328 (diff) |
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'.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index ad8f498b60..bd7073b081 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -5390,7 +5390,7 @@ primitives for I/O using 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 @@ primitives for I/O using streams.") version ".tar.gz")) (sha256 (base32 - "11nh9q158mgnvvb23s5ffg87lkhl5smk039yl43jghxmb214z0bp")))) + "1dcn5hd4fiwyq7m01r6fi93vfvygca5s6mz87c78m0zyj29clkmp")))) (build-system haskell-build-system) (inputs `(("ghc-attoparsec" ,ghc-attoparsec) @@ -5409,9 +5409,6 @@ primitives for I/O using streams.") `(("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 |