all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36042] [PATCH] gnu: ghc-conduit-extra: Update to 1.3.1.1.
@ 2019-06-01 20:28 Robert Vollmert
  2019-06-04 11:35 ` bug#36042: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Vollmert @ 2019-06-01 20:28 UTC (permalink / raw)
  To: 36042; +Cc: Robert Vollmert

Fixes failing test "Data.Conduit.Process.Typed cat works"
https://github.com/snoyberg/conduit/issues/385

* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.1.1.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 58067baed8..962511ed60 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6831,7 +6831,7 @@ upon it.")
 (define-public ghc-conduit-extra
   (package
     (name "ghc-conduit-extra")
-    (version "1.3.0")
+    (version "1.3.1.1")
     (source
      (origin
        (method url-fetch)
@@ -6840,7 +6840,7 @@ upon it.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1bi2b6kdzy5f9glq46jzsk02has95jkxqz0cchpbmnakzhjwjh9c"))))
+         "0jaj350vv6mbb26gdwcqz4gwzfzrjydv5pis2da49wz1npbakcfw"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-conduit" ,ghc-conduit)
-- 
2.20.1 (Apple Git-117)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36042: [PATCH] gnu: ghc-conduit-extra: Update to 1.3.1.1.
  2019-06-01 20:28 [bug#36042] [PATCH] gnu: ghc-conduit-extra: Update to 1.3.1.1 Robert Vollmert
@ 2019-06-04 11:35 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2019-06-04 11:35 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36042-done

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]


Pushed to master with a few minor changes. Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-04 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01 20:28 [bug#36042] [PATCH] gnu: ghc-conduit-extra: Update to 1.3.1.1 Robert Vollmert
2019-06-04 11:35 ` bug#36042: " Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.