Skip to content

Commit 71ae57f

Browse files
committed
Fix link to https://haskell-distributed.github.io in multiple packages
1 parent 5746a28 commit 71ae57f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright: Well-Typed LLP
88
Author: Duncan Coutts, Nicolas Wu, Edsko de Vries
99
maintainer: The Distributed Haskell team
1010
Stability: experimental
11-
Homepage: http://haskell-distributed.github.com
11+
Homepage: https://haskell-distributed.github.io
1212
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

packages/distributed-static/distributed-static.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Description: /Towards Haskell in the Cloud/ (Epstein et al, Haskell
1515
'RemoteTable'). In this module we implement this mimickry
1616
and various extensions: type safety (including for
1717
polymorphic static values) and compositionality.
18-
Homepage: http://haskell-distributed.github.com
18+
Homepage: https://haskell-distributed.github.io
1919
License: BSD-3-Clause
2020
License-File: LICENSE
2121
Author: Edsko de Vries

packages/network-transport-inmemory/network-transport-inmemory.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright: Well-Typed LLP, Tweag I/O Limited
88
Author: Duncan Coutts, Nicolas Wu, Edsko de Vries, Alexander Vershilov
99
maintainer: The Distributed Haskell team
1010
Stability: experimental
11-
Homepage: http://haskell-distributed.github.com
11+
Homepage: https://haskell-distributed.github.io
1212
Bug-Reports: https://github.com/haskell-distributed/distributed-process/issues
1313
Synopsis: In-memory instantiation of Network.Transport
1414
Description: This is a transport implementation that could be used for local

packages/network-transport-quic/network-transport-quic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright: Laurent P. René de Cotret
88
Author: Laurent P. René de Cotret
99
maintainer: The Distributed Haskell team
1010
Stability: experimental
11-
Homepage: http://haskell-distributed.github.com
11+
Homepage: https://haskell-distributed.github.io
1212
Bug-Reports: https://github.com/haskell-distributed/distributed-process/issues
1313
Synopsis: Networking layer for Cloud Haskell based on QUIC
1414
Description: Networking layer for Cloud Haskell based on QUIC

packages/network-transport-tcp/network-transport-tcp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright: Well-Typed LLP, Tweag I/O Limited
88
Author: Duncan Coutts, Nicolas Wu, Edsko de Vries
99
maintainer: The Distributed Haskell team
1010
Stability: experimental
11-
Homepage: http://haskell-distributed.github.com
11+
Homepage: https://haskell-distributed.github.io
1212
Bug-Reports: https://github.com/haskell-distributed/distributed-process/issues
1313
Synopsis: TCP instantiation of Network.Transport
1414
Description: TCP instantiation of Network.Transport, which can be used to create Cloud Haskell backends

packages/network-transport-tests/network-transport-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: network-transport-tests
33
version: 0.3.4
44
synopsis: Unit tests for Network.Transport implementations
55
description: Unit tests for Network-Transport implementations.
6-
homepage: http://haskell-distributed.github.com
6+
homepage: https://haskell-distributed.github.io
77
license: BSD-3-Clause
88
license-file: LICENSE
99
author: Edsko de Vries

packages/rank1dynamic/rank1dynamic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Synopsis: Like Data.Dynamic/Data.Typeable but with support for rank-1
55
Description: "Data.Typeable" and "Data.Dynamic" only support monomorphic types.
66
In this package we provide similar functionality but with
77
support for rank-1 polymorphic types.
8-
Homepage: http://haskell-distributed.github.com
8+
Homepage: https://haskell-distributed.github.io
99
License: BSD-3-Clause
1010
License-File: LICENSE
1111
Author: Edsko de Vries

0 commit comments

Comments
 (0)