summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-06-04 09:35:52 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-06-04 09:39:23 +0200
commitd7a228b1cd2d0bd62c129ff631b4e198feced7fa (patch)
tree169330c14c62d0762fe90b0e8dc6bc28eb185991 /packages
parentdd9943472d385b55f9baa56780f333a190794bcf (diff)
downloadhaskell-d7a228b1cd2d0bd62c129ff631b4e198feced7fa.tar.gz
Set/update upstream repo url for haddock
In the future, some script will use the last column to configure Git to redirect `push` operations to the respective primary Git repo. One way could be via the `pushInsteadOf` facility described in https://ghc.haskell.org/trac/ghc/wiki/WorkingConventions/Git/Submodules Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'packages')
-rw-r--r--packages7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages b/packages
index c324d2d8c3..1416cd8f9d 100644
--- a/packages
+++ b/packages
@@ -26,7 +26,10 @@
# * 'remotepath' is where the repository is in the central repository.
# It is - for submodules.
# * 'upstreamurl' is the upstream Git repo location for packages
-# maintained outside of GHC HQ.
+# maintained outside of GHC HQ. Repositories which are hosted on
+# GitHub and GHC developers are granted push-rights for are denoted by
+# being specified with the `ssh://` scheme. Thus, `https://`
+# repo urls denote read-only access.
#
# * The 'tag' determines when "sync-all get" will get the
# repo. If the tag is "-" then it will always get it, but if there
@@ -47,7 +50,7 @@
ghc-tarballs windows ghc-tarballs.git -
libffi-tarballs - libffi-tarballs.git -
utils/hsc2hs - hsc2hs.git -
-utils/haddock - - -
+utils/haddock - - ssh://git@github.com/haskell/haddock.git
libraries/array - packages/array.git -
libraries/binary - - https://github.com/kolmodin/binary.git
libraries/bytestring - - https://github.com/haskell/bytestring.git