guix-commits
[Top][All Lists]
Advanced

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

194/272: gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag.


From: Ricardo Wurmus
Subject: 194/272: gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag.
Date: Mon, 1 Oct 2018 06:13:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4979dcd195366faa70534ced47982613eee9eb0f
Author: Timothy Sample <address@hidden>
Date:   Sat Sep 1 09:28:53 2018 -0400

    gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag.
    
    * gnu/packages/haskell.scm (ghc-pandoc-types)[arguments]: Remove the
    unneeded "--allow-newer=QuickCheck" confingure flag.
---
 gnu/packages/haskell.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d50aef9..d359ce4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5481,8 +5481,6 @@ and bytestrings.")
                (base32
                 "1q6v2bynij724fv347mhqxdscwifzrx5jb9mq80608qf638fn717"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
     (inputs
      `(("ghc-syb" ,ghc-syb)
        ("ghc-aeson" ,ghc-aeson)



reply via email to

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