me
/
guix
Archived
1
0
Fork 0

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 (define-public ghc-vector-builder
(package (package
(name "ghc-vector-builder") (name "ghc-vector-builder")
(version "0.3.1") (version "0.3.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9373,17 +9373,18 @@ the project's home page}.")
"vector-builder-" version ".tar.gz")) "vector-builder-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1l6sfgd2s107zkp1qd1w6jdjcbznp31769qf99pxar087f697wvp")))) "06d2pa1fb3ydrl7l6rjazqyxv5i73v65x2f5fp0ypjxfbm6jsmn8"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-vector" ,ghc-vector) (inputs `(("ghc-vector" ,ghc-vector)
("ghc-semigroups" ,ghc-semigroups) ("ghc-semigroups" ,ghc-semigroups)
("ghc-base-prelude" ,ghc-base-prelude))) ("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-hunit" ,ghc-tasty-hunit)
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck) ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
("ghc-hunit" ,ghc-hunit) ("ghc-hunit" ,ghc-hunit)
("ghc-quickcheck-instances" ,ghc-quickcheck-instances) ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)
("ghc-rebase" ,ghc-rebase))) ("ghc-rerebase" ,ghc-rerebase)))
(home-page "https://github.com/nikita-volkov/vector-builder") (home-page "https://github.com/nikita-volkov/vector-builder")
(synopsis "Vector builder for Haskell") (synopsis "Vector builder for Haskell")
(description "This Haskell package provides an API for constructing vectors. (description "This Haskell package provides an API for constructing vectors.