guix-commits
[Top][All Lists]
Advanced

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

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


From: Ricardo Wurmus
Subject: 194/257: gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag.
Date: Thu, 27 Sep 2018 15:47:28 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 3e28ab06f6953d64280ce9a33f7c6184dd4e5881
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]