guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: ghc-http-types: Update to 0.11.


From: Tobias Geerinckx-Rice
Subject: 01/09: gnu: ghc-http-types: Update to 0.11.
Date: Wed, 6 Dec 2017 09:00:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a08801e205e0800c60e99743d9d47fe76a3a3aee
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 5 18:23:32 2017 +0100

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

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 0d4129f..fb7e270 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -95,7 +95,7 @@ for screen-scraping.")
 (define-public ghc-http-types
   (package
     (name "ghc-http-types")
-    (version "0.9")
+    (version "0.11")
     (source
      (origin
        (method url-fetch)
@@ -105,7 +105,7 @@ for screen-scraping.")
              ".tar.gz"))
        (sha256
         (base32
-         "0ny15jgm5skhs2yx6snr13lrnw19hwjgfygrpsmhib8wqa8cz8cc"))))
+         "08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: Tests cannot find
                                ; Blaze.Bytestring.Builder, which should be



reply via email to

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