Skip to content

Commit a67de79

Browse files
authored
Merge pull request #8176 from Mikolaj/vilius
Update repo URL in doc example and Drop outdated Hackage vs CPAN package counts
2 parents eab532c + 20eb804 commit a67de79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/cabal-package.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,12 +2764,12 @@ repository specifies a tag.
27642764
::
27652765

27662766
source-repository head
2767-
type: darcs
2768-
location: http://darcs.haskell.org/cabal/
2767+
type: git
2768+
location: https://github.com/haskell/cabal
27692769

27702770
source-repository this
2771-
type: darcs
2772-
location: http://darcs.haskell.org/cabal-branches/cabal-1.6/
2771+
type: git
2772+
location: https://github.com/haskell/cabal
27732773
tag: 1.6.1
27742774

27752775
The exact fields are as follows:

doc/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Ruby Gems or Perl distributions. Each system has a notion of
156156
distributable packages, and has tools to manage the process of
157157
distributing and installing packages.
158158

159-
Hackage is an online archive of Cabal packages. It is roughly comparable
160-
to CPAN but with rather fewer packages (around 5,000 vs 28,000).
159+
Hackage is an online archive of Cabal packages, roughly comparable to
160+
CPAN.
161161

162162
Cabal is often compared with autoconf and automake and there is some
163163
overlap in functionality. The most obvious similarity is that the

0 commit comments

Comments
 (0)