mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
Merge remote-tracking branch 'origin/master' into staging
This commit is contained in:
commit
de3c03a471
424 changed files with 70881 additions and 9809 deletions
|
@ -489,7 +489,7 @@ use HUnit assertions as QuickCheck properties.")
|
|||
(package
|
||||
(name "ghc-quickcheck")
|
||||
(version "2.13.2")
|
||||
(outputs '("out" "doc"))
|
||||
(outputs '("out" "static" "doc"))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -648,7 +648,7 @@ using Template Haskell")
|
|||
(package
|
||||
(name "ghc-hunit")
|
||||
(version "1.6.0.0")
|
||||
(outputs '("out" "doc"))
|
||||
(outputs '("out" "static" "doc"))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -763,6 +763,7 @@ used to test the in-development version of Hspec.")
|
|||
(base32
|
||||
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-hspec-core" ,ghc-hspec-core)
|
||||
("hspec-discover" ,hspec-discover)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue