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.
master
Timothy Sample 2018-08-29 01:00:52 -04:00 committed by Ricardo Wurmus
parent 6369346e54
commit c237721ea5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 4 deletions

View File

@ -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.