gnu: haskell-check: Use HTTPS for hspec.github.io home pages.

* gnu/packages/haskell-check.scm (hspec-discover, ghc-hspec-core)
(ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-16 17:15:52 +01:00
parent 3ca1545b21
commit 78724a5a91
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -583,7 +583,7 @@ (define-public hspec-discover
(arguments `(#:haddock? #f)) ; Haddock phase fails because there are no (arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
; documentation files. ; documentation files.
(inputs `(("ghc-hspec-meta" ,ghc-hspec-meta))) (inputs `(("ghc-hspec-meta" ,ghc-hspec-meta)))
(home-page "http://hspec.github.io/") (home-page "https://hspec.github.io/")
(synopsis "Automatically discover and run Hspec tests") (synopsis "Automatically discover and run Hspec tests")
(description "hspec-discover is a tool which automatically discovers and (description "hspec-discover is a tool which automatically discovers and
runs Hspec tests.") runs Hspec tests.")
@ -614,7 +614,7 @@ (define-public ghc-hspec-core
("ghc-quickcheck" ,ghc-quickcheck) ("ghc-quickcheck" ,ghc-quickcheck)
("ghc-hspec-expectations" ,ghc-hspec-expectations) ("ghc-hspec-expectations" ,ghc-hspec-expectations)
("ghc-silently" ,ghc-silently))) ("ghc-silently" ,ghc-silently)))
(home-page "http://hspec.github.io/") (home-page "https://hspec.github.io/")
(synopsis "Testing framework for Haskell") (synopsis "Testing framework for Haskell")
(description "This library exposes internal types and functions that can (description "This library exposes internal types and functions that can
be used to extend Hspec's functionality.") be used to extend Hspec's functionality.")
@ -644,7 +644,7 @@ (define-public ghc-hspec-meta
("ghc-setenv" ,ghc-setenv) ("ghc-setenv" ,ghc-setenv)
("ghc-random" ,ghc-random) ("ghc-random" ,ghc-random)
("ghc-quickcheck-io" ,ghc-quickcheck-io))) ("ghc-quickcheck-io" ,ghc-quickcheck-io)))
(home-page "http://hspec.github.io/") (home-page "https://hspec.github.io/")
(synopsis "Version of Hspec to test Hspec itself") (synopsis "Version of Hspec to test Hspec itself")
(description "This library provides a stable version of Hspec which is (description "This library provides a stable version of Hspec which is
used to test the in-development version of Hspec.") used to test the in-development version of Hspec.")
@ -673,7 +673,7 @@ (define-public ghc-hspec
("ghc-hunit" ,ghc-hunit) ("ghc-hunit" ,ghc-hunit)
("ghc-stringbuilder" ,ghc-stringbuilder) ("ghc-stringbuilder" ,ghc-stringbuilder)
("ghc-hspec-meta" ,ghc-hspec-meta))) ("ghc-hspec-meta" ,ghc-hspec-meta)))
(home-page "http://hspec.github.io/") (home-page "https://hspec.github.io/")
(synopsis "Testing Framework for Haskell") (synopsis "Testing Framework for Haskell")
(description "This library provides the Hspec testing framework for (description "This library provides the Hspec testing framework for
Haskell, inspired by the Ruby library RSpec.") Haskell, inspired by the Ruby library RSpec.")
@ -699,7 +699,7 @@ (define-public ghc-hspec-contrib
("ghc-quickcheck" ,ghc-quickcheck))) ("ghc-quickcheck" ,ghc-quickcheck)))
(native-inputs (native-inputs
`(("hspec-discover" ,hspec-discover))) `(("hspec-discover" ,hspec-discover)))
(home-page "http://hspec.github.io/") (home-page "https://hspec.github.io/")
(synopsis "Contributed functionality for Hspec") (synopsis "Contributed functionality for Hspec")
(description (description
"This package provides contributed Hspec extensions.") "This package provides contributed Hspec extensions.")