From 936b0885ee794db83dc8473e17e153936e56d62f Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Wed, 26 Apr 2017 19:02:28 +0200
Subject: [PATCH] Use http:// git repo url

---
 hsc2hs.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 0e17e71..e8e2322 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -27,7 +27,7 @@ extra-source-files: changelog.md
 
 source-repository head
     Type: git
-    Location: git://git.haskell.org/hsc2hs
+    Location: http://git.haskell.org/hsc2hs.git
 
 Executable hsc2hs
     Default-Language: Haskell2010
-- 
GitLab