1
Fork 0
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:
Efraim Flashner 2020-09-05 21:56:34 +03:00
commit de3c03a471
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
424 changed files with 70881 additions and 9809 deletions

View file

@ -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)