emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36041: closed ([PATCH] gnu: ghc-http-types: Update


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36041: closed ([PATCH] gnu: ghc-http-types: Update to 0.12.3.)
Date: Thu, 06 Jun 2019 18:42:01 +0000

Your message dated Fri, 07 Jun 2019 00:10:52 +0530
with message-id <address@hidden>
and subject line Re: [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3.
has caused the debbugs.gnu.org bug report #36041,
regarding [PATCH] gnu: ghc-http-types: Update to 0.12.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36041: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36041
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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)




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36041] [PATCH] gnu: ghc-http-types: Update to 0.12.3. Date: Fri, 07 Jun 2019 00:10:52 +0530
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]