diff mbox series

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

Message ID 20190605214322.81385-1-rob@vllmrt.net
State Accepted
Headers show
Series [bug#36041] gnu: ghc-http-types: Update to 0.12.3. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Robert Vollmert June 5, 2019, 9:43 p.m. UTC
* 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(-)

Comments

Robert Vollmert June 5, 2019, 9:44 p.m. UTC | #1
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.
Arun Isaac June 6, 2019, 6:40 p.m. UTC | #2
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
diff mbox series

Patch

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