guix-commits
[Top][All Lists]
Advanced

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

120/272: gnu: ghc-blaze-markup: Update to 0.8.2.1.


From: Ricardo Wurmus
Subject: 120/272: gnu: ghc-blaze-markup: Update to 0.8.2.1.
Date: Mon, 1 Oct 2018 06:13:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c70f00e203e913226c08c5bba4bc2b9c57571117
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:31:40 2018 -0400

    gnu: ghc-blaze-markup: Update to 0.8.2.1.
    
    * gnu/packages/haskell.scm (ghc-blaze-markup): Update to 0.8.2.1.
    [arguments]: Add a phase that patches the Cabal file to allow newer
    versions of tasty.
---
 gnu/packages/haskell.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d621c00..92703ee 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4284,7 +4284,7 @@ interoperate with code that uses the new implementation.")
 (define-public ghc-blaze-markup
   (package
     (name "ghc-blaze-markup")
-    (version "0.8.2.0")
+    (version "0.8.2.1")
     (source
      (origin
        (method url-fetch)
@@ -4293,8 +4293,16 @@ interoperate with code that uses the new 
implementation.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0m3h3ryxj5r74mv5g5dnfq5jbbwmvkl7ray18vi20d5vd93sydj4"))))
+         "0ih1c3qahkdgzbqihdhny5s313l2m66fbb88w8jbx7yz56y7rawh"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'update-constraints
+           (lambda _
+             (substitute* "blaze-markup.cabal"
+               (("tasty            >= 1\\.0  && < 1\\.1")
+                "tasty            >= 1.0  && < 1.2")))))))
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)
        ("ghc-text" ,ghc-text)))



reply via email to

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