summaryrefslogtreecommitdiff
path: root/docs/users_guide/separate_compilation.rst
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-08-29 23:24:58 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-08 03:00:57 -0400
commit330e6e9c7a88d2be6d3f78eff44a9a6fcf9733a2 (patch)
tree149dc88608b6b771e79673d3f115d075f8763baf /docs/users_guide/separate_compilation.rst
parentdcc1599f74d8115b3bd1bd87648866d89070a7e9 (diff)
downloadhaskell-330e6e9c7a88d2be6d3f78eff44a9a6fcf9733a2.tar.gz
Documentation: use https links
Diffstat (limited to 'docs/users_guide/separate_compilation.rst')
-rw-r--r--docs/users_guide/separate_compilation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/separate_compilation.rst b/docs/users_guide/separate_compilation.rst
index 9d11830237..2e4a0df1e2 100644
--- a/docs/users_guide/separate_compilation.rst
+++ b/docs/users_guide/separate_compilation.rst
@@ -855,7 +855,7 @@ GHC 8.2 supports module signatures (``hsig`` files), which allow you to
write a signature in place of a module implementation, deferring the
choice of implementation until a later point in time. This feature is
not intended to be used without `Cabal
-<http://www.haskell.org/cabal/>`__; this manual entry will focus
+<https://www.haskell.org/cabal/>`__; this manual entry will focus
on the syntax and semantics of signatures.
To start with an example, suppose you had a module ``A`` which made use of some