Skip to content
Snippets Groups Projects
Commit da427b91 authored by Simon Hengel's avatar Simon Hengel
Browse files

Use https url to git repository in cabal file

This way it gets hyperlinked on Hackage, and still works with `git
clone`.
parent babffcc2
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ Cabal-version: >= 1.6 ...@@ -18,7 +18,7 @@ Cabal-version: >= 1.6
Source-repository head Source-repository head
type: git type: git
location: git@github.com:haskell/xhtml.git location: https://github.com/haskell/xhtml
library library
Build-depends: base >= 4.0 && < 4.6 Build-depends: base >= 4.0 && < 4.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment