mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
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.
This commit is contained in:
parent
6369346e54
commit
c237721ea5
1 changed files with 5 additions and 4 deletions
|
@ -9364,7 +9364,7 @@ (define-public ghc-rerebase
|
|||
(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 @@ (define-public ghc-vector-builder
|
|||
"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.
|
||||
|
|
Loading…
Reference in a new issue