guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

136/177: gnu: ghc-blaze-markup: Update to 0.8.2.0.


From: Ricardo Wurmus
Subject: 136/177: gnu: ghc-blaze-markup: Update to 0.8.2.0.
Date: Tue, 13 Feb 2018 07:38:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 969d0c6454f6906f9a6f3c6017623e61f16a979d
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 09:56:19 2018 +0100

    gnu: ghc-blaze-markup: Update to 0.8.2.0.
    
    * gnu/packages/haskell.scm (ghc-blaze-markup): Update to 0.8.2.0.
    [arguments]: Enable tests.
    [native-inputs]: Add ghc-hunit, ghc-quickcheck, ghc-tasty, ghc-tasty-hunit,
    and ghc-tasty-quickcheck.
---
 gnu/packages/haskell.scm | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 37b5417..2eb8f87 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3821,22 +3821,26 @@ interoperate with code that uses the new 
implementation.")
 (define-public ghc-blaze-markup
   (package
     (name "ghc-blaze-markup")
-    (version "0.7.0.3")
+    (version "0.8.2.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://hackage.haskell.org/package/blaze-markup/blaze-markup-";
-             version
-             ".tar.gz"))
+       (uri (string-append "https://hackage.haskell.org/package/";
+                           "blaze-markup/blaze-markup-"
+                           version ".tar.gz"))
        (sha256
         (base32
-         "080vlhd8dwjxrma4bb524lh8gxs5lm3xh122icy6lnnyipla0s9y"))))
+         "0m3h3ryxj5r74mv5g5dnfq5jbbwmvkl7ray18vi20d5vd93sydj4"))))
     (build-system haskell-build-system)
-    (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)
        ("ghc-text" ,ghc-text)))
+    (native-inputs
+     `(("ghc-hunit" ,ghc-hunit)
+       ("ghc-quickcheck" ,ghc-quickcheck)
+       ("ghc-tasty" ,ghc-tasty)
+       ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+       ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
     (home-page "http://jaspervdj.be/blaze";)
     (synopsis "Fast markup combinator library for Haskell")
     (description "This library provides core modules of a markup combinator



reply via email to

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