[commit: hsc2hs] master: Add source repository stanza to cabal file (fbc552f)

git at git.haskell.org git at git.haskell.org
Tue Dec 6 23:01:28 UTC 2016


Repository : ssh://git@git.haskell.org/hsc2hs

On branch  : master
Link       : http://git.haskell.org/hsc2hs.git/commitdiff/fbc552f4bb003edbdd52305a5eb34a903c9fe625

>---------------------------------------------------------------

commit fbc552f4bb003edbdd52305a5eb34a903c9fe625
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 6 18:01:05 2016 -0500

    Add source repository stanza to cabal file


>---------------------------------------------------------------

fbc552f4bb003edbdd52305a5eb34a903c9fe625
 hsc2hs.cabal | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hsc2hs.cabal b/hsc2hs.cabal
index 9a53a8b..e76559b 100644
--- a/hsc2hs.cabal
+++ b/hsc2hs.cabal
@@ -25,6 +25,10 @@ build-type: Simple
 cabal-version: >=1.10
 extra-source-files: changelog.md
 
+source-repository head
+    Type: git
+    Location: git://git.haskell.org/hsc2hs
+
 Executable hsc2hs
     Default-Language: Haskell2010
     Main-Is: Main.hs



More information about the ghc-commits mailing list