guix-commits
[Top][All Lists]
Advanced

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

18/53: gnu: ghc-http-types: Update to 0.12.1.


From: Ricardo Wurmus
Subject: 18/53: gnu: ghc-http-types: Update to 0.12.1.
Date: Thu, 16 Aug 2018 11:04:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7da274a808a40bc23d2d854a3e96070d31a56d95
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Aug 15 11:22:55 2018 +0200

    gnu: ghc-http-types: Update to 0.12.1.
    
    * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.1.
---
 gnu/packages/haskell-web.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 6154aa2..32a7d29 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -118,17 +118,15 @@ requests, and the library is intended for implementing 
Ajax APIs.")
 (define-public ghc-http-types
   (package
     (name "ghc-http-types")
-    (version "0.11")
+    (version "0.12.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://hackage.haskell.org/package/http-types/http-types-";
-             version
-             ".tar.gz"))
+       (uri (string-append "https://hackage.haskell.org/package/http-types/";
+                           "http-types-" version ".tar.gz"))
        (sha256
         (base32
-         "08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss"))))
+         "1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-doctest" ,ghc-doctest)



reply via email to

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