mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: ghc-exceptions: Update to 0.10.0.
* gnu/packages/haskell.scm (ghc-exceptions): Update to 0.10.0. [arguments]: Remove unneeded "--allow-newer=QuickCheck" configure flag. [native-inputs]: Add ghc-quickcheck, ghc-test-framework, and ghc-test-framework-hunit.
This commit is contained in:
parent
d340ee858f
commit
5f192d52a3
1 changed files with 5 additions and 5 deletions
|
@ -3302,7 +3302,7 @@ consuming feeds in both RSS (Really Simple Syndication) and Atom format.")
|
||||||
(define-public ghc-exceptions
|
(define-public ghc-exceptions
|
||||||
(package
|
(package
|
||||||
(name "ghc-exceptions")
|
(name "ghc-exceptions")
|
||||||
(version "0.8.3")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3312,12 +3312,12 @@ consuming feeds in both RSS (Really Simple Syndication) and Atom format.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd"))))
|
"1ms9zansv0pwzwdjncvx4kf18lnkjy2p61hvjhvxmjx5bqp93p8y"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
|
||||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-test-framework" ,ghc-test-framework)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-stm" ,ghc-stm)
|
`(("ghc-stm" ,ghc-stm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue