guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]