Repository : ssh://darcs.haskell.org//srv/darcs/packages/xhtml On branch : master
http://hackage.haskell.org/trac/ghc/changeset/da427b918319a9d264c8139a5b07cd613c9edee9 >--------------------------------------------------------------- commit da427b918319a9d264c8139a5b07cd613c9edee9 Author: Simon Hengel <[email protected]> Date: Thu Feb 2 07:54:18 2012 +0100 Use https url to git repository in cabal file This way it gets hyperlinked on Hackage, and still works with `git clone`. >--------------------------------------------------------------- xhtml.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xhtml.cabal b/xhtml.cabal index 89e41c4..62abc92 100644 --- a/xhtml.cabal +++ b/xhtml.cabal @@ -18,7 +18,7 @@ Cabal-version: >= 1.6 Source-repository head type: git - location: [email protected]:haskell/xhtml.git + location: https://github.com/haskell/xhtml library Build-depends: base >= 4.0 && < 4.6 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
