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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36041 in the body.
You can then email your comments to 36041 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#36041; Package guix-patches. (Sat, 01 Jun 2019 20:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Robert Vollmert <rob <at> vllmrt.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 01 Jun 2019 20:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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)





Information forwarded to guix-patches <at> gnu.org:
bug#36041; Package guix-patches. (Sat, 01 Jun 2019 20:28:01 GMT) Full text and rfc822 format available.

Message #8 received at 36041 <at> debbugs.gnu.org (full text, mbox):

From: Robert Vollmert <rob <at> vllmrt.net>
To: 36041 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: ghc-http-types: Update to 0.12.3.
Date: Sat, 1 Jun 2019 22:27:13 +0200
> On 1. Jun 2019, at 22:23, Robert Vollmert <rob <at> vllmrt.net> wrote:
> 
> * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.

As a minor version update I expect this to not cause any dependency
problems.

The reason for this update is that it’s a dependency of PostgREST
which I’m in the process of packaging.





Information forwarded to guix-patches <at> gnu.org:
bug#36041; Package guix-patches. (Wed, 05 Jun 2019 21:44:02 GMT) Full text and rfc822 format available.

Message #11 received at 36041 <at> debbugs.gnu.org (full text, mbox):

From: Robert Vollmert <rob <at> vllmrt.net>
To: 36041 <at> debbugs.gnu.org
Cc: Robert Vollmert <rob <at> vllmrt.net>
Subject: [PATCH] gnu: ghc-http-types: Update to 0.12.3.
Date: Wed,  5 Jun 2019 23:43:22 +0200
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.
---
 gnu/packages/haskell-web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 4ce5d6fdb1..2536cdf199 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -118,7 +118,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)
@@ -126,7 +126,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)
@@ -136,7 +136,6 @@ requests, and the library is intended for implementing Ajax APIs.")
        ("hspec-discover" ,hspec-discover)))
     (inputs
      `(("ghc-case-insensitive" ,ghc-case-insensitive)
-       ("ghc-blaze-builder" ,ghc-blaze-builder)
        ("ghc-text" ,ghc-text)))
     (home-page "https://github.com/aristidb/http-types")
     (synopsis "Generic HTTP types for Haskell")
-- 
2.20.1 (Apple Git-117)





Information forwarded to guix-patches <at> gnu.org:
bug#36041; Package guix-patches. (Wed, 05 Jun 2019 21:45:02 GMT) Full text and rfc822 format available.

Message #14 received at 36041 <at> debbugs.gnu.org (full text, mbox):

From: Robert Vollmert <rob <at> vllmrt.net>
To: 36041 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: ghc-http-types: Update to 0.12.3.
Date: Wed, 5 Jun 2019 23:44:25 +0200
On 5. Jun 2019, at 23:43, Robert Vollmert <rob <at> vllmrt.net> wrote:
> 
> * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.

This fixes the patch to apply to current master, instead of
on top of https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36038.





Reply sent to Arun Isaac <arunisaac <at> systemreboot.net>:
You have taken responsibility. (Thu, 06 Jun 2019 18:42:01 GMT) Full text and rfc822 format available.

Notification sent to Robert Vollmert <rob <at> vllmrt.net>:
bug acknowledged by developer. (Thu, 06 Jun 2019 18:42:02 GMT) Full text and rfc822 format available.

Message #19 received at 36041-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 05 Jul 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 269 days ago.

Previous Next


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