guix-commits
[Top][All Lists]
Advanced

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

218/257: gnu: ghc-vector-builder: Update to 0.3.6.


From: Ricardo Wurmus
Subject: 218/257: gnu: ghc-vector-builder: Update to 0.3.6.
Date: Thu, 27 Sep 2018 15:47:33 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit d88165d5f7f57121bb77e0d8a4bb67e444b20d58
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:00:52 2018 -0400

    gnu: ghc-vector-builder: Update to 0.3.6.
    
    * gnu/packages/haskell.scm (ghc-vector-builder): Update to 0.3.6.
    [native-inputs]: Add ghc-attoparsec and ghc-rerebase; remove ghc-rebase.
---
 gnu/packages/haskell.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3423164..2272fd4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9364,7 +9364,7 @@ the project's home page}.")
 (define-public ghc-vector-builder
   (package
     (name "ghc-vector-builder")
-    (version "0.3.1")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
@@ -9373,17 +9373,18 @@ the project's home page}.")
                            "vector-builder-" version ".tar.gz"))
        (sha256
         (base32
-         "1l6sfgd2s107zkp1qd1w6jdjcbznp31769qf99pxar087f697wvp"))))
+         "06d2pa1fb3ydrl7l6rjazqyxv5i73v65x2f5fp0ypjxfbm6jsmn8"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-vector" ,ghc-vector)
               ("ghc-semigroups" ,ghc-semigroups)
               ("ghc-base-prelude" ,ghc-base-prelude)))
-    (native-inputs `(("ghc-tasty" ,ghc-tasty)
+    (native-inputs `(("ghc-attoparsec" ,ghc-attoparsec)
+                     ("ghc-tasty" ,ghc-tasty)
                      ("ghc-tasty-hunit" ,ghc-tasty-hunit)
                      ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
                      ("ghc-hunit" ,ghc-hunit)
                      ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
-                     ("ghc-rebase" ,ghc-rebase)))
+                     ("ghc-rerebase" ,ghc-rerebase)))
     (home-page "https://github.com/nikita-volkov/vector-builder";)
     (synopsis "Vector builder for Haskell")
     (description "This Haskell package provides an API for constructing 
vectors.



reply via email to

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