~ruther/guix-local

abfec9b375a78144ece06b36a033412a105dccaf — Alex ter Weele 8 years ago 9f29ecc
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 <mbakke@fastmail.com>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -0
@@ 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)