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>
This commit is contained in:
parent
9f29ecc1b1
commit
abfec9b375
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue