guix-commits
[Top][All Lists]
Advanced

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

192/272: gnu: ghc-http-api-data: Update to 0.3.8.1.


From: Ricardo Wurmus
Subject: 192/272: gnu: ghc-http-api-data: Update to 0.3.8.1.
Date: Mon, 1 Oct 2018 06:13:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit de02e56bcb6ac6baef80a015d587208fd97319f7
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:49:42 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d604526..521f02c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9771,7 +9771,7 @@ parser that uses ByteStrings for parsing and representing 
the URI data.")
 (define-public ghc-http-api-data
   (package
     (name "ghc-http-api-data")
-    (version "0.3.7.1")
+    (version "0.3.8.1")
     (source
      (origin
        (method url-fetch)
@@ -9780,7 +9780,7 @@ parser that uses ByteStrings for parsing and representing 
the URI data.")
                            "http-api-data-" version ".tar.gz"))
        (sha256
         (base32
-         "1zbmf0kkfsw7pfznisi205gh7jd284gfarxsyiavd2iw26akwqwc"))))
+         "1cq6459b8wz6nvkvpi89dg189n5q2xdq4rdq435hf150555vmskf"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f))  ;  FIXME: Tests require QuickCheck >= 2.9
     (inputs `(("ghc-attoparsec" ,ghc-attoparsec)



reply via email to

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