all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3.
@ 2019-06-01 20:23 Robert Vollmert
  2019-06-01 20:27 ` Robert Vollmert
  2019-06-05 21:43 ` Robert Vollmert
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Vollmert @ 2019-06-01 20:23 UTC (permalink / raw)
  To: 36041; +Cc: Robert Vollmert

* 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)

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

* [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3.
  2019-06-01 20:23 [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3 Robert Vollmert
@ 2019-06-01 20:27 ` Robert Vollmert
  2019-06-05 21:43 ` Robert Vollmert
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Vollmert @ 2019-06-01 20:27 UTC (permalink / raw)
  To: 36041


> On 1. Jun 2019, at 22:23, Robert Vollmert <rob@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.

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

* [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3.
  2019-06-01 20:23 [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3 Robert Vollmert
  2019-06-01 20:27 ` Robert Vollmert
@ 2019-06-05 21:43 ` Robert Vollmert
  2019-06-05 21:44   ` Robert Vollmert
  1 sibling, 1 reply; 5+ messages in thread
From: Robert Vollmert @ 2019-06-05 21:43 UTC (permalink / raw)
  To: 36041; +Cc: Robert Vollmert

* 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)

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

* [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3.
  2019-06-05 21:43 ` Robert Vollmert
@ 2019-06-05 21:44   ` Robert Vollmert
  2019-06-06 18:40     ` bug#36041: " Arun Isaac
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Vollmert @ 2019-06-05 21:44 UTC (permalink / raw)
  To: 36041

On 5. Jun 2019, at 23:43, Robert Vollmert <rob@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.

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

* bug#36041: [PATCH] gnu: ghc-http-types: Update to 0.12.3.
  2019-06-05 21:44   ` Robert Vollmert
@ 2019-06-06 18:40     ` Arun Isaac
  0 siblings, 0 replies; 5+ messages in thread
From: Arun Isaac @ 2019-06-06 18:40 UTC (permalink / raw)
  To: Robert Vollmert; +Cc: 36041-done

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


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

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

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

end of thread, other threads:[~2019-06-06 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01 20:23 [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3 Robert Vollmert
2019-06-01 20:27 ` Robert Vollmert
2019-06-05 21:43 ` Robert Vollmert
2019-06-05 21:44   ` Robert Vollmert
2019-06-06 18:40     ` bug#36041: " 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.