GNU bug report logs - #36041
[PATCH] gnu: ghc-http-types: Update to 0.12.3.

Previous Next

Package: guix-patches;

Reported by: Robert Vollmert <rob <at> vllmrt.net>

Date: Sat, 1 Jun 2019 20:25:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Robert Vollmert <rob <at> vllmrt.net>
Subject: bug#36041: closed (Re: [bug#36041] [PATCH] gnu: ghc-http-types:
 Update to 0.12.3.)
Date: Thu, 06 Jun 2019 18:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#36041: [PATCH] gnu: ghc-http-types: Update to 0.12.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 36041 <at> debbugs.gnu.org.

-- 
36041: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36041
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Robert Vollmert <rob <at> vllmrt.net>
Cc: 36041-done <at> debbugs.gnu.org
Subject: Re: [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3.
Date: Fri, 07 Jun 2019 00:10:52 +0530
[Message part 3 (text/plain, inline)]
Thanks for contributing to Guix! :-)

I applied the patch with the following changes:

- added a copyright header for you
- mentioned removing ghc-blaze-builder in the commit message
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Robert Vollmert <rob <at> vllmrt.net>
To: guix-patches <at> gnu.org
Cc: Robert Vollmert <rob <at> vllmrt.net>
Subject: [PATCH] gnu: ghc-http-types: Update to 0.12.3.
Date: Sat,  1 Jun 2019 22:23:55 +0200
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.
---
 gnu/packages/haskell-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 5e738df634..870c0ba068 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -116,7 +116,7 @@ requests, and the library is intended for implementing Ajax APIs.")
 (define-public ghc-http-types
   (package
     (name "ghc-http-types")
-    (version "0.12.1")
+    (version "0.12.3")
     (source
      (origin
        (method url-fetch)
@@ -124,7 +124,7 @@ requests, and the library is intended for implementing Ajax APIs.")
                            "http-types-" version ".tar.gz"))
        (sha256
         (base32
-         "1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz"))))
+         "05j00b9nqmwh9zaq9y9x50k81v2pd3j7a71kd91zlnbl8xk4m2jf"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-doctest" ,ghc-doctest)
@@ -133,8 +133,7 @@ requests, and the library is intended for implementing Ajax APIs.")
        ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
        ("hspec-discover" ,hspec-discover)))
     (inputs
-     `(("ghc-case-insensitive" ,ghc-case-insensitive)
-       ("ghc-blaze-builder" ,ghc-blaze-builder)))
+     `(("ghc-case-insensitive" ,ghc-case-insensitive)))
     (home-page "https://github.com/aristidb/http-types")
     (synopsis "Generic HTTP types for Haskell")
     (description "This package provides generic HTTP types for Haskell (for
-- 
2.20.1 (Apple Git-117)




This bug report was last modified 5 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.