3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-hashtables: Update to 1.2.3.1.

* gnu/packages/haskell.scm (ghc-hashtables): Update to 1.2.3.1.
[arguments]: Remove unneeded "--allow-newer" configure flag.
This commit is contained in:
Timothy Sample 2018-09-06 14:13:09 -04:00 committed by Ricardo Wurmus
parent 75c07ef519
commit fef71dbc9d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7804,7 +7804,7 @@ Haskell, using gnuplot for rendering.")
(define-public ghc-hashtables (define-public ghc-hashtables
(package (package
(name "ghc-hashtables") (name "ghc-hashtables")
(version "1.2.1.0") (version "1.2.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7812,10 +7812,8 @@ Haskell, using gnuplot for rendering.")
"https://hackage.haskell.org/package/hashtables/hashtables-" "https://hackage.haskell.org/package/hashtables/hashtables-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1b6w9xznk42732vpd8ili60k12yq190xnajgga0iwbdpyg424lgg")))) (base32 "1giw9caajr07slf09j7zry9b0kvm4yj9q78zy1mawzi6gk3wglcg"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments
`(#:configure-flags (list "--allow-newer=vector")))
(inputs (inputs
`(("ghc-hashable" ,ghc-hashable) `(("ghc-hashable" ,ghc-hashable)
("ghc-primitive" ,ghc-primitive) ("ghc-primitive" ,ghc-primitive)