me
/
guix
Archived
1
0
Fork 0

gnu: ghc-vector-builder: Update to 0.3.8.

* gnu/packages/haskell-xyz.scm (ghc-vector-builder): Update to 0.3.8.
master
Timothy Sample 2019-10-31 13:20:56 -04:00
parent ef53b1f59e
commit 1fc05441da
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -11563,7 +11563,7 @@ boxed and storable vectors.")
(define-public ghc-vector-builder
(package
(name "ghc-vector-builder")
(version "0.3.6")
(version "0.3.8")
(source
(origin
(method url-fetch)
@ -11572,7 +11572,7 @@ boxed and storable vectors.")
"vector-builder-" version ".tar.gz"))
(sha256
(base32
"06d2pa1fb3ydrl7l6rjazqyxv5i73v65x2f5fp0ypjxfbm6jsmn8"))))
"0ww0l52p8s6gmh985adnjbvm1vrqpqbm08qdcrvxwhhcqmxgv6m3"))))
(build-system haskell-build-system)
(inputs `(("ghc-vector" ,ghc-vector)
("ghc-semigroups" ,ghc-semigroups)