gnu: ghc-doclayout: Update to 0.3.1.1.
* gnu/packages/haskell-xyz.scm (ghc-doclayout): Update to 0.3.1.1. [inputs]: Add ghc-emojis. [native-inputs]: Add ghc-tasty-quickcheck.master
parent
2ee674ff3d
commit
546d057833
|
@ -9266,7 +9266,7 @@ Implementations using both of these examples are provided.")
|
||||||
(define-public ghc-doclayout
|
(define-public ghc-doclayout
|
||||||
(package
|
(package
|
||||||
(name "ghc-doclayout")
|
(name "ghc-doclayout")
|
||||||
(version "0.3.0.2")
|
(version "0.3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9274,14 +9274,16 @@ Implementations using both of these examples are provided.")
|
||||||
"https://hackage.haskell.org/package/doclayout/"
|
"https://hackage.haskell.org/package/doclayout/"
|
||||||
"doclayout-" version ".tar.gz"))
|
"doclayout-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hfqagf5rmdjjx3xzx153d769b2vwarmyx7k7cwh872cgasndb3q"))))
|
(base32 "1p9kgjlf7y4p1symvkwndgs4lvyw2c45bsgld09y9r4aiqbhdrxp"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-safe" ,ghc-safe)))
|
`(("ghc-safe" ,ghc-safe)
|
||||||
|
("ghc-emojis" ,ghc-emojis)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-tasty" ,ghc-tasty)
|
`(("ghc-tasty" ,ghc-tasty)
|
||||||
("ghc-tasty-golden" ,ghc-tasty-golden)
|
("ghc-tasty-golden" ,ghc-tasty-golden)
|
||||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)))
|
("ghc-tasty-hunit" ,ghc-tasty-hunit)
|
||||||
|
("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
|
||||||
(home-page "https://github.com/jgm/doclayout")
|
(home-page "https://github.com/jgm/doclayout")
|
||||||
(synopsis "Pretty-printing library for laying out text documents")
|
(synopsis "Pretty-printing library for laying out text documents")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue