mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: ghc-vector: Update to 0.12.3.1.
* gnu/packages/haskell-xyz.scm (ghc-vector): Update to 0.12.3.1. [inputs]: Remove ghc-random and ghc-quickcheck.
This commit is contained in:
parent
2428ab7527
commit
388f8f033e
1 changed files with 2 additions and 4 deletions
|
@ -14683,7 +14683,7 @@ (define-public ghc-vault
|
|||
(define-public ghc-vector
|
||||
(package
|
||||
(name "ghc-vector")
|
||||
(version "0.12.3.0")
|
||||
(version "0.12.3.1")
|
||||
(outputs '("out" "static" "doc"))
|
||||
(source
|
||||
(origin
|
||||
|
@ -14694,7 +14694,7 @@ (define-public ghc-vector
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00xp86yad3yv4ja4q07gkmmcf7iwpcnzkkaf91zkx9nxb981iy0m"))))
|
||||
"0dczbcisxhhix859dng5zhxkn3xvlnllsq60apqzvmyl5g056jpv"))))
|
||||
(build-system haskell-build-system)
|
||||
;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
|
||||
;; disabled for now.
|
||||
|
@ -14702,8 +14702,6 @@ (define-public ghc-vector
|
|||
`(#:tests? #f))
|
||||
(inputs
|
||||
`(("ghc-primitive" ,ghc-primitive)
|
||||
("ghc-random" ,ghc-random)
|
||||
("ghc-quickcheck" ,ghc-quickcheck)
|
||||
;; ("ghc-hunit" ,ghc-hunit)
|
||||
;; ("ghc-test-framework" ,ghc-test-framework)
|
||||
;; ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||
|
|
Loading…
Reference in a new issue