guix-commits
[Top][All Lists]
Advanced

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

100/177: gnu: ghc-vector-binary-instances: Update to 0.2.4.


From: Ricardo Wurmus
Subject: 100/177: gnu: ghc-vector-binary-instances: Update to 0.2.4.
Date: Tue, 13 Feb 2018 07:38:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a7c0b95a5b13135c50f33ba778ab623f9354dbfb
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 23:56:23 2018 +0100

    gnu: ghc-vector-binary-instances: Update to 0.2.4.
    
    * gnu/packages/haskell.scm (ghc-vector-binary-instances): Update to 0.2.4.
    [inputs]: Remove ghc-cereal.
    [native-inputs]: Add ghc-tasty and ghc-tasty-quickcheck.
---
 gnu/packages/haskell.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ad410b3..dfb7404 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3437,7 +3437,7 @@ optimisation framework.")
 (define-public ghc-vector-binary-instances
   (package
     (name "ghc-vector-binary-instances")
-    (version "0.2.1.0")
+    (version "0.2.4")
     (source
      (origin
        (method url-fetch)
@@ -3447,11 +3447,13 @@ optimisation framework.")
              version ".tar.gz"))
        (sha256
         (base32
-         "028rsf2w193rhs1gic5yvvrwidw9sblczcn10aw64npfc6502l4l"))))
+         "1y236jb72iab9ska1mc48z6yb0xgwmj45laaqdyjxksd84z7hbrb"))))
     (build-system haskell-build-system)
     (inputs
-     `(("ghc-cereal" ,ghc-cereal)
-       ("ghc-vector" ,ghc-vector)))
+     `(("ghc-vector" ,ghc-vector)))
+    (native-inputs
+     `(("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
     (home-page "https://github.com/bos/vector-binary-instances";)
     (synopsis "Instances of Data.Binary and Data.Serialize for vector")
     (description "This library provides instances of @code{Binary} for the



reply via email to

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