[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/45: gnu: ghc-doclayout: Update to 0.3.1.1.
From: |
guix-commits |
Subject: |
25/45: gnu: ghc-doclayout: Update to 0.3.1.1. |
Date: |
Tue, 2 Nov 2021 05:07:54 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 546d057833954e2cfbe6d526f1a6a0cbe89fbc2d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Mon Oct 25 14:28:38 2021 +0200
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.
---
gnu/packages/haskell-xyz.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a15cb27..83f2568 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9266,7 +9266,7 @@ Implementations using both of these examples are
provided.")
(define-public ghc-doclayout
(package
(name "ghc-doclayout")
- (version "0.3.0.2")
+ (version "0.3.1.1")
(source
(origin
(method url-fetch)
@@ -9274,14 +9274,16 @@ Implementations using both of these examples are
provided.")
"https://hackage.haskell.org/package/doclayout/"
"doclayout-" version ".tar.gz"))
(sha256
- (base32 "1hfqagf5rmdjjx3xzx153d769b2vwarmyx7k7cwh872cgasndb3q"))))
+ (base32 "1p9kgjlf7y4p1symvkwndgs4lvyw2c45bsgld09y9r4aiqbhdrxp"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-safe" ,ghc-safe)))
+ `(("ghc-safe" ,ghc-safe)
+ ("ghc-emojis" ,ghc-emojis)))
(native-inputs
`(("ghc-tasty" ,ghc-tasty)
("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")
(synopsis "Pretty-printing library for laying out text documents")
(description
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., (continued)
- 18/45: gnu: ghc-hslua: Update to 1.3.0.2., guix-commits, 2021/11/02
- 21/45: gnu: ghc-lzma-conduit: Update to 1.2.2., guix-commits, 2021/11/02
- 29/45: gnu: ghc-prettyprinter-ansi-terminal: Update to 1.1.3., guix-commits, 2021/11/02
- 34/45: gnu: ghc-tldr: Update to 0.9.2., guix-commits, 2021/11/02
- 11/45: gnu: ghc-aeson-compat: Update to 0.3.10., guix-commits, 2021/11/02
- 06/45: gnu: ghc-hsopenssl: Update to 0.11.7.2., guix-commits, 2021/11/02
- 13/45: gnu: ghc-blaze-builder: Update to 0.4.2.2., guix-commits, 2021/11/02
- 19/45: gnu: ghc-ipynb: Update to 0.1.0.2., guix-commits, 2021/11/02
- 22/45: gnu: ghc-mono-traversable: Update to 1.0.15.3., guix-commits, 2021/11/02
- 20/45: gnu: ghc-juicypixels: Update to 3.3.6., guix-commits, 2021/11/02
- 25/45: gnu: ghc-doclayout: Update to 0.3.1.1.,
guix-commits <=
- 35/45: gnu: ghc-tree-diff: Update to 0.2.1., guix-commits, 2021/11/02
- 33/45: gnu: ghc-texmath: Update to 0.12.3.2., guix-commits, 2021/11/02
- 23/45: gnu: ghc-operational: Update to 0.2.4.0., guix-commits, 2021/11/02
- 26/45: gnu: ghc-pandoc-types: Update to 1.22.1., guix-commits, 2021/11/02
- 30/45: gnu: ghc-regex-pcre-builtin: Update to 0.95.2.3.8.44., guix-commits, 2021/11/02
- 37/45: gnu: ghc-vector: Update to 0.12.3.1., guix-commits, 2021/11/02
- 40/45: gnu: ghc-zstd: Update to 0.1.3.0., guix-commits, 2021/11/02
- 44/45: gnu: ghc-mysql-simple: Update to 0.4.7., guix-commits, 2021/11/02
- 45/45: gnu: ghc-persistent-postgresql: Update to 2.13.2.1., guix-commits, 2021/11/02
- 14/45: gnu: ghc-bytestring-lexing: Update to 0.5.0.7., guix-commits, 2021/11/02