From 7ac5aca5a5933ed81e656a208ee31be812d701c6 Mon Sep 17 00:00:00 2001 From: Martijn Schrage Date: Tue, 18 Aug 2015 17:13:54 +0200 Subject: [PATCH] Use https in Location url to get clickable link on hackage web page --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 105a1f5..e1876f1 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -251,4 +251,4 @@ Test-Suite spec Source-Repository head Type: git - Location: git://github.com/kazu-yamamoto/ghc-mod.git + Location: https://github.com/kazu-yamamoto/ghc-mod.git