File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2764,12 +2764,12 @@ repository specifies a tag.
2764
2764
::
2765
2765
2766
2766
source-repository head
2767
- type: darcs
2768
- location: http ://darcs. haskell.org /cabal/
2767
+ type: git
2768
+ location: https ://github.com/ haskell/cabal
2769
2769
2770
2770
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
2773
2773
tag: 1.6.1
2774
2774
2775
2775
The exact fields are as follows:
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ Ruby Gems or Perl distributions. Each system has a notion of
156
156
distributable packages, and has tools to manage the process of
157
157
distributing and installing packages.
158
158
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.
161
161
162
162
Cabal is often compared with autoconf and automake and there is some
163
163
overlap in functionality. The most obvious similarity is that the
You can’t perform that action at this time.
0 commit comments