[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/177: gnu: ghc-pandoc-types: Update to 1.17.3.1.
From: |
Ricardo Wurmus |
Subject: |
103/177: gnu: ghc-pandoc-types: Update to 1.17.3.1. |
Date: |
Tue, 13 Feb 2018 07:38:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9d08707665083f37dcc45b19549bce00c5459c18
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 00:01:00 2018 +0100
gnu: ghc-pandoc-types: Update to 1.17.3.1.
* gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.17.3.1.
[arguments]: Allow using a newer QuickCheck.
[inputs]: Add ghc-string-qq; remove ghc-deepseq-generics.
[native-inputs]: Add ghc-quickcheck, ghc-test-framework,
ghc-test-framework-hunit, ghc-test-framework-quickcheck2, and ghc-hunit.
---
gnu/packages/haskell.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bd5480d..3d8f1dc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4785,7 +4785,7 @@ and bytestrings.")
(define-public ghc-pandoc-types
(package
(name "ghc-pandoc-types")
- (version "1.16.1.1")
+ (version "1.17.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -4793,12 +4793,20 @@ and bytestrings.")
version ".tar.gz"))
(sha256
(base32
- "094mzgdxva84kcpjf9m8b5n3chm1wm44bzflh5x6xhddz6pb7zpq"))))
+ "0dhp5bcjl6605n2chiab5rp51zir3671gxkmwy34znh0s3vp85jb"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:configure-flags (list "--allow-newer=QuickCheck")))
(inputs
`(("ghc-syb" ,ghc-syb)
("ghc-aeson" ,ghc-aeson)
- ("ghc-deepseq-generics" ,ghc-deepseq-generics)))
+ ("ghc-string-qq" ,ghc-string-qq)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
+ ("ghc-hunit" ,ghc-hunit)))
(home-page "http://johnmacfarlane.net/pandoc")
(synopsis "Types for representing a structured document")
(description
- 94/177: gnu: ghc-parsers: Update to 0.12.4., (continued)
- 94/177: gnu: ghc-parsers: Update to 0.12.4., Ricardo Wurmus, 2018/02/13
- 95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7., Ricardo Wurmus, 2018/02/13
- 92/177: gnu: ghc-temporary: Update to 1.2.0.4., Ricardo Wurmus, 2018/02/13
- 98/177: gnu: ghc-parsec: Update to 3.1.11., Ricardo Wurmus, 2018/02/13
- 99/177: gnu: ghc-vault: Update to 0.3.0.6., Ricardo Wurmus, 2018/02/13
- 128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2, Ricardo Wurmus, 2018/02/13
- 127/177: gnu: ghc-th-orphans: Update to 0.13.2., Ricardo Wurmus, 2018/02/13
- 155/177: gnu: ghc-connection: Update to 0.2.6., Ricardo Wurmus, 2018/02/13
- 104/177: gnu: ghc-texmath: Update to 0.10.1.1., Ricardo Wurmus, 2018/02/13
- 102/177: gnu: ghc-bifunctors: Update to 5.5.2., Ricardo Wurmus, 2018/02/13
- 103/177: gnu: ghc-pandoc-types: Update to 1.17.3.1.,
Ricardo Wurmus <=
- 109/177: gnu: ghc-wai-logger: Update to 2.3.0., Ricardo Wurmus, 2018/02/13
- 110/177: gnu: ghc-wai-extra: Update to 3.0.18., Ricardo Wurmus, 2018/02/13
- 111/177: gnu: ghc-xss-sanitize: Update to 0.3.5.7., Ricardo Wurmus, 2018/02/13
- 113/177: gnu: ghc-blaze-html: Update to 0.8.1.2., Ricardo Wurmus, 2018/02/13
- 115/177: gnu: ghc-aeson-pretty: Update to 0.8.2., Ricardo Wurmus, 2018/02/13
- 117/177: gnu: ghc-x509: Update to 1.6.4., Ricardo Wurmus, 2018/02/13
- 118/177: gnu: ghc-x509-store: Update to 1.6.2., Ricardo Wurmus, 2018/02/13
- 116/177: gnu: ghc-cryptonite: Update to 0.20., Ricardo Wurmus, 2018/02/13
- 121/177: gnu: ghc-openglraw: Update to 3.2.7.0., Ricardo Wurmus, 2018/02/13
- 125/177: gnu: ghc-opengl: Update to 3.0.1.0., Ricardo Wurmus, 2018/02/13