guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ghc-hashtables: Allow newer version of vector.


From: Marius Bakke
Subject: 02/04: gnu: ghc-hashtables: Allow newer version of vector.
Date: Sun, 25 Feb 2018 19:44:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit abfec9b375a78144ece06b36a033412a105dccaf
Author: Alex ter Weele <address@hidden>
Date:   Tue Feb 20 18:51:16 2018 -0600

    gnu: ghc-hashtables: Allow newer version of vector.
    
    * gnu/packages/haskell.scm (ghc-hashtables)[arguments]: Allow newer version 
of
      vector.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/haskell.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 737b7a4..dbb9ebc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7360,6 +7360,8 @@ Haskell, using gnuplot for rendering.")
        (sha256
         (base32 "1b6w9xznk42732vpd8ili60k12yq190xnajgga0iwbdpyg424lgg"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:configure-flags (list "--allow-newer=vector")))
     (inputs
      `(("ghc-hashable" ,ghc-hashable)
        ("ghc-primitive" ,ghc-primitive)



reply via email to

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