mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: ghc-bytestring-lexing: Update to 0.5.0.7.
* gnu/packages/haskell-xyz.scm (ghc-bytestring-lexing): Update to 0.5.0.7. [native-inputs]: Add ghc-tasty, ghc-tasty-quickcheck, and ghc-tasty-smallcheck.
This commit is contained in:
parent
28ba576ff5
commit
4580d2d380
1 changed files with 6 additions and 2 deletions
|
@ -1370,7 +1370,7 @@ (define-public ghc-bytestring-handle
|
|||
(define-public ghc-bytestring-lexing
|
||||
(package
|
||||
(name "ghc-bytestring-lexing")
|
||||
(version "0.5.0.2")
|
||||
(version "0.5.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1379,8 +1379,12 @@ (define-public ghc-bytestring-lexing
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wrzniawhgpphc6yx1v972gyqxdbv0pizaz9bafahrshyb9svy81"))))
|
||||
"1p7i2haix4m11an3djaq65cnd293hzwqy4cd2i8jxzcl248pk6iy"))))
|
||||
(build-system haskell-build-system)
|
||||
(native-inputs
|
||||
`(("ghc-tasty" ,ghc-tasty)
|
||||
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
|
||||
("ghc-tasty-smallcheck" ,ghc-tasty-smallcheck)))
|
||||
(home-page "http://code.haskell.org/~wren/")
|
||||
(synopsis "Parse and produce literals from strict or lazy bytestrings")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue