mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue