Skip to content

Commit 16ed5a5

Browse files
committed
Updated repo location in cabal files.
1 parent 1926e44 commit 16ed5a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cabal/Cabal.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Extra-Source-Files:
2727
README changelog
2828

2929
source-repository head
30-
type: darcs
31-
location: http://darcs.haskell.org/cabal/
30+
type: git
31+
location: https://github.com/haskell/cabal/
3232
subdir: Cabal
3333

3434
Flag base4

cabal-install/cabal-install.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Extra-Source-Files: README bash-completion/cabal bootstrap.sh
2626
Cabal-Version: >= 1.6
2727

2828
source-repository head
29-
type: darcs
30-
location: http://darcs.haskell.org/cabal/
29+
type: git
30+
location: https://github.com/haskell/cabal/
3131
subdir: cabal-install
3232

3333
flag old-base

0 commit comments

Comments
 (0)