rekado pushed a commit to branch master
in repository guix.

commit b8afa2da58bb04ea5ac021547601e956341f814e
Author: Timothy Sample <[email protected]>
Date:   Tue Aug 28 23:39:02 2018 -0400

    gnu: ghc-blaze-html: Update to 0.9.1.1.
    
    * gnu/packages/haskell-web.scm (ghc-blaze-html): Update to 0.9.1.1.
    [arguments]: Remove unneeded "--allow-newer" configure flags.
---
 gnu/packages/haskell-web.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 72defb3..a60bf00 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -754,7 +754,7 @@ Strict, Transitional and Frameset variants.")
 (define-public ghc-blaze-html
   (package
     (name "ghc-blaze-html")
-    (version "0.9.0.1")
+    (version "0.9.1.1")
     (source
      (origin
        (method url-fetch)
@@ -763,11 +763,8 @@ Strict, Transitional and Frameset variants.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0r0acv47nh75bmf7kjyfvhcwz8f02rn9x0a1l80pzgyczfrsmkmf"))))
+         "06xv8fqhclfjj61z74cgggn4lmx1s7diakxg84mnkgfvk11983pa"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck"
-                               "--allow-newer=HUnit")))
     (inputs
      `(("ghc-blaze-builder" ,ghc-blaze-builder)
        ("ghc-text" ,ghc-text)

Reply via email to