guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

192/290: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0.


From: guix-commits
Subject: 192/290: gnu: ghc-io-streams-haproxy: Update to 1.0.1.0.
Date: Wed, 6 Nov 2019 08:23:02 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 53fc64425ec4ed28c6e4d66befe0f3f070b5c78a
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:14:38 2019 -0400

    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'.
---
 gnu/packages/haskell-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 86ae07a..7ce797b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5389,7 +5389,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)
@@ -5398,7 +5398,7 @@ primitives for I/O using streams.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "11nh9q158mgnvvb23s5ffg87lkhl5smk039yl43jghxmb214z0bp"))))
+         "1dcn5hd4fiwyq7m01r6fi93vfvygca5s6mz87c78m0zyj29clkmp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-attoparsec" ,ghc-attoparsec)
@@ -5408,9 +5408,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]