Skip to content

Commit fe6eb94

Browse files
committed
Update all links to repositories
1 parent f65f65d commit fe6eb94

15 files changed

Lines changed: 62 additions & 44 deletions

File tree

packages/distributed-process-async/distributed-process-async.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ stability: experimental
88
Copyright: Tim Watson 2012 - 2016
99
Author: Tim Watson
1010
maintainer: The Distributed Haskell team
11-
Homepage: http://github.com/haskell-distributed/distributed-process-async
12-
Bug-Reports: http://github.com/haskell-distributed/distributed-process-async/issues
11+
Homepage: http://github.com/haskell-distributed/distributed-process
12+
Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues
1313
synopsis: Cloud Haskell Async API
1414
description: This package provides a higher-level interface over Processes, in which an Async a is a
1515
concurrent, possibly distributed Process that will eventually deliver a value of type a.
@@ -18,8 +18,9 @@ category: Control
1818
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1
1919

2020
source-repository head
21-
type: git
22-
location: https://github.com/haskell-distributed/distributed-process-async
21+
Type: git
22+
Location: https://github.com/haskell-distributed/distributed-process
23+
SubDir: packages/distributed-process-async
2324

2425
common warnings
2526
ghc-options: -Wall

packages/distributed-process-client-server/distributed-process-client-server.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ stability: experimental
88
Copyright: Tim Watson 2012 - 2017
99
Author: Tim Watson
1010
maintainer: The Distributed Haskell team
11-
Homepage: http://github.com/haskell-distributed/distributed-process-client-server
12-
Bug-Reports: http://github.com/haskell-distributed/distributed-process-client-server/issues
11+
Homepage: http://github.com/haskell-distributed/distributed-process
12+
Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues
1313
synopsis: The Cloud Haskell Application Platform
1414
description: Modelled after Erlang OTP's gen_server, this framework provides similar
1515
facilities for Cloud Haskell, grouping essential practices for client/server
@@ -19,8 +19,9 @@ category: Control
1919
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1
2020

2121
source-repository head
22-
type: git
23-
location: https://github.com/haskell-distributed/distributed-process-client-server
22+
Type: git
23+
Location: https://github.com/haskell-distributed/distributed-process
24+
SubDir: packages/distributed-process-client-server
2425

2526
common warnings
2627
ghc-options: -Wall

packages/distributed-process-execution/distributed-process-execution.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ stability: experimental
88
Copyright: Tim Watson 2012 - 2013
99
Author: Tim Watson
1010
maintainer: The Distributed Haskell team
11-
Homepage: http://github.com/haskell-distributed/distributed-process-execution
12-
Bug-Reports: http://github.com/haskell-distributed/distributed-process-execution/issues
11+
Homepage: http://github.com/haskell-distributed/distributed-process
12+
Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues
1313
synopsis: Execution Framework for The Cloud Haskell Application Platform
1414
description:
1515
The Execution Framework provides tools for load regulation, workload shedding and remote hand-off.
@@ -20,8 +20,9 @@ tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.
2020
extra-source-files: ChangeLog
2121

2222
source-repository head
23-
type: git
24-
location: https://github.com/haskell-distributed/distributed-process-execution
23+
Type: git
24+
Location: https://github.com/haskell-distributed/distributed-process
25+
SubDir: packages/distributed-process-execution
2526

2627
common warnings
2728
ghc-options: -Wall

packages/distributed-process-extras/distributed-process-extras.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ stability: experimental
88
Copyright: Tim Watson 2012 - 2017
99
Author: Tim Watson
1010
maintainer: The Distributed Haskell team
11-
Homepage: http://github.com/haskell-distributed/distributed-process-extras
12-
Bug-Reports: http://github.com/haskell-distributed/distributed-process-extras/issues
11+
Homepage: http://github.com/haskell-distributed/distributed-process
12+
Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues
1313
synopsis: Cloud Haskell Extras
1414
description: Supporting library, providing common types and utilities used by the
1515
various libraries built on top of distributed-process
@@ -18,8 +18,9 @@ tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8
1818
extra-source-files: ChangeLog
1919

2020
source-repository head
21-
type: git
22-
location: https://github.com/haskell-distributed/distributed-process-extras
21+
Type: git
22+
Location: https://github.com/haskell-distributed/distributed-process
23+
SubDir: packages/distributed-process-extras
2324

2425
common warnings
2526
ghc-options: -Wall

packages/distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Author: Duncan Coutts, Nicolas Wu, Edsko de Vries
99
maintainer: The Distributed Haskell team
1010
Stability: experimental
1111
Homepage: http://haskell-distributed.github.com
12-
Bug-Reports: https://github.com/haskell-distributed/distributed-process-simplelocalnet/issues
12+
Bug-Reports: https://github.com/haskell-distributed/distributed-process/issues
1313
Synopsis: Simple zero-configuration backend for Cloud Haskell
1414
Description: Simple backend based on the TCP transport which offers node
1515
discovery based on UDP multicast. This is a zero-configuration
@@ -19,9 +19,10 @@ tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.
1919
Category: Control
2020
extra-source-files: ChangeLog
2121

22-
Source-Repository head
22+
source-repository head
2323
Type: git
24-
Location: https://github.com/haskell-distributed/distributed-process-simplelocalnet
24+
Location: https://github.com/haskell-distributed/distributed-process
25+
SubDir: packages/distributed-process-simplelocalnet
2526

2627
common warnings
2728
ghc-options: -Wall

packages/distributed-process-supervisor/distributed-process-supervisor.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Copyright: Tim Watson 2012 - 2013
88
Author: Tim Watson
99
maintainer: The Distributed Haskell team
1010
Stability: experimental
11-
Homepage: http://github.com/haskell-distributed/distributed-process-supervisor
12-
Bug-Reports: http://github.com/haskell-distributed/distributed-process-supervisor/issues
11+
Homepage: http://github.com/haskell-distributed/distributed-process
12+
Bug-Reports: http://github.com/haskell-distributed/distributed-process/issues
1313
synopsis: Supervisors for The Cloud Haskell Application Platform
1414
description: A part of the Cloud Haskell framework
1515

@@ -24,8 +24,9 @@ tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8
2424
extra-source-files: ChangeLog
2525

2626
source-repository head
27-
type: git
28-
location: https://github.com/haskell-distributed/distributed-process-supervisor
27+
Type: git
28+
Location: https://github.com/haskell-distributed/distributed-process
29+
SubDir: packages/distributed-process-supervisor
2930

3031
common warnings
3132
ghc-options: -Wall

packages/distributed-process-systest/distributed-process-systest.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ category: Control, Cloud Haskell
1313
build-type: Simple
1414

1515
source-repository head
16-
type: git
17-
location: https://github.com/haskell-distributed/distributed-process-systest
16+
Type: git
17+
Location: https://github.com/haskell-distributed/distributed-process
18+
SubDir: packages/distributed-process-systest
1819

1920
common warnings
2021
ghc-options: -Wall

packages/distributed-process-tests/distributed-process-tests.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ copyright: Well-Typed LLP
1212
category: Control, Cloud Haskell
1313
build-type: Simple
1414

15+
source-repository head
16+
Type: git
17+
Location: https://github.com/haskell-distributed/distributed-process
18+
SubDir: packages/distributed-process-tests
19+
1520
flag tcp
1621
Description: build and run TCP tests
1722
Default: False

packages/distributed-process/distributed-process.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ common warnings
3535
-fhide-source-paths
3636
-Wpartial-fields
3737

38-
Source-Repository head
38+
source-repository head
3939
Type: git
4040
Location: https://github.com/haskell-distributed/distributed-process
41-
SubDir: distributed-process
41+
SubDir: packages/distributed-process
4242

4343
flag th
4444
description: Build with Template Haskell support

packages/distributed-static/distributed-static.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ License: BSD-3-Clause
2020
License-File: LICENSE
2121
Author: Edsko de Vries
2222
maintainer: The Distributed Haskell team
23-
Bug-Reports: https://github.com/haskell-distributed/distributed-static/issues
23+
Bug-Reports: https://github.com/haskell-distributed/distributed-process/issues
2424
Copyright: Well-Typed LLP
2525
Category: Control
2626
Build-Type: Simple
2727
extra-source-files: ChangeLog
2828
tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1
2929

30-
Source-Repository head
30+
source-repository head
3131
Type: git
32-
Location: https://github.com/haskell-distributed/distributed-static
32+
Location: https://github.com/haskell-distributed/distributed-process
33+
SubDir: packages/distributed-static
3334

3435
common warnings
3536
ghc-options: -Wall

0 commit comments

Comments
 (0)