guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ghc-http-types: Update to 0.12.3.


From: guix-commits
Subject: 01/01: gnu: ghc-http-types: Update to 0.12.3.
Date: Thu, 6 Jun 2019 14:40:57 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 4c7ffc2ab0603336d2a76d3892043dec1edb8317
Author: Robert Vollmert <address@hidden>
Date:   Wed Jun 5 23:43:22 2019 +0200

    gnu: ghc-http-types: Update to 0.12.3.
    
    * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.3.
    [inputs]: Remove ghc-blaze-builder.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/haskell-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index ddd03a2..6b71035 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017 rsiddharth <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Robert Vollmert <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -118,7 +119,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 +127,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 +137,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")



reply via email to

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