~ruther/guix-local

1fd90622ffd1fe719dd39f217bfb555bd2b05bb0 — Tobias Geerinckx-Rice 8 years ago f3ec986
gnu: ghc-tasty-smallcheck: Use HTTPS for home page.

* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck)[home-page]: Use
HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/haskell-check.scm
M gnu/packages/haskell-check.scm => gnu/packages/haskell-check.scm +1 -1
@@ 85,7 85,7 @@ framework.")
       ("ghc-smallcheck" ,ghc-smallcheck)
       ("ghc-async" ,ghc-async)
       ("ghc-tagged" ,ghc-tagged)))
    (home-page "http://documentup.com/feuerbach/tasty")
    (home-page "https://documentup.com/feuerbach/tasty")
    (synopsis "SmallCheck support for the Tasty test framework")
    (description "This package provides SmallCheck support for the Tasty
Haskell test framework.")