From 964f9fcd9b97679c94abfe6e48a25183b2639d69 Mon Sep 17 00:00:00 2001
From: Lars-Dominik Braun <lars@6xq.net>
Date: Sat, 10 Aug 2024 10:39:21 +0200
Subject: gnu: Fix https typo in package descriptions.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Introduced by commit 0bce74d458a343e61d054c4b25d6f67bd1086f3c.

* gnu/packages/haskell-xyz.scm (ghc-hackage-security)[description]: Fix type httsp → https.
(ghc-microlens-ghc)[description]: Likewise.
(ghc-microlens-mtl)[description]: Likewise.
(ghc-microlens-platform)[description]: Likewise.
(ghc-process-extras)[description]: Likewise.
(ghc-storablevector)[description]: Likewise.

Change-Id: I637fcdfd6cf782e34dddb8ef642ba000a7fe4783
---
 gnu/packages/haskell-xyz.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

(limited to 'gnu')

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 290ea50ed6..197a556f77 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4774,7 +4774,7 @@ (define-public ghc-hackage-security
     (synopsis "Hackage security library")
     (description
      "This Hackage security library provides both server and
-client utilities for securing @uref{httsp://hackage.haskell.org/, the
+client utilities for securing @uref{https://hackage.haskell.org/, the
 Hackage package server}.  It is based on
 @uref{http://theupdateframework.com/, The Update Framework}, a set of
 recommendations developed by security researchers at various universities
@@ -7234,7 +7234,7 @@ (define-public ghc-microlens-ghc
      "This library provides everything that @code{microlens}
 provides plus instances to make @code{each}, @code{at}, and @code{ix}
 usable with arrays, @code{ByteString}, and containers.  This package is
-a part of the @uref{httsp://hackage.haskell.org/package/microlens,
+a part of the @uref{https://hackage.haskell.org/package/microlens,
 microlens} family; see the readme
 @uref{https://github.com/aelve/microlens#readme, on Github}.")
     (license license:bsd-3)))
@@ -7258,7 +7258,7 @@ (define-public ghc-microlens-mtl
      "This package contains functions (like @code{view} or @code{+=}) which
 work on @code{MonadReader}, @code{MonadWriter}, and @code{MonadState} from the
 mtl package.  This package is a part of the
-@uref{httsp://hackage.haskell.org/package/microlens, microlens} family; see the
+@uref{https://hackage.haskell.org/package/microlens, microlens} family; see the
 readme @uref{https://github.com/aelve/microlens#readme, on Github}.")
     (license license:bsd-3)))
 
@@ -7285,20 +7285,20 @@ (define-public ghc-microlens-platform
     (synopsis "Feature-complete microlens")
     (description
      "This package exports a module which is the recommended starting point
-for using @uref{httsp://hackage.haskell.org/package/microlens, microlens} if
+for using @uref{https://hackage.haskell.org/package/microlens, microlens} if
 you aren't trying to keep your dependencies minimal.  By importing
 @code{Lens.Micro.Platform} you get all functions and instances from
-@uref{httsp://hackage.haskell.org/package/microlens, microlens},
-@uref{httsp://hackage.haskell.org/package/microlens-th, microlens-th},
-@uref{httsp://hackage.haskell.org/package/microlens-mtl, microlens-mtl},
-@uref{httsp://hackage.haskell.org/package/microlens-ghc, microlens-ghc}, as
+@uref{https://hackage.haskell.org/package/microlens, microlens},
+@uref{https://hackage.haskell.org/package/microlens-th, microlens-th},
+@uref{https://hackage.haskell.org/package/microlens-mtl, microlens-mtl},
+@uref{https://hackage.haskell.org/package/microlens-ghc, microlens-ghc}, as
 well as instances for @code{Vector}, @code{Text}, and @code{HashMap}.  The
 minor and major versions of @code{microlens-platform} are incremented whenever
 the minor and major versions of any other @code{microlens} package are
 incremented, so you can depend on the exact version of
 @code{microlens-platform} without specifying the version of @code{microlens}
 you need.  This package is a part of the
-@uref{httsp://hackage.haskell.org/package/microlens, microlens} family; see the
+@uref{https://hackage.haskell.org/package/microlens, microlens} family; see the
 readme @uref{https://github.com/aelve/microlens#readme, on Github}.")
     (license license:bsd-3)))
 
@@ -9526,7 +9526,7 @@ (define-public ghc-process-extras
     (home-page "https://github.com/seereason/process-extras")
     (synopsis "Extra tools for managing processes")
     (description "This package extends
-@url{httsp://hackage.haskell.org/package/process}.  It allows you to read
+@url{https://hackage.haskell.org/package/process}.  It allows you to read
 process input and output as ByteStrings or Text, or write your own
 ProcessOutput instance.  It also provides lazy process input and output,
 and a ProcessMaker class for more flexibility in the process creation
@@ -11916,7 +11916,7 @@ (define-public ghc-storablevector
 
 This library does not do advanced fusion optimization, since especially
 for lazy vectors this would either be incorrect or not applicable.  See
-@url{httsp://hackage.haskell.org/package/storablevector-streamfusion} for
+@url{https://hackage.haskell.org/package/storablevector-streamfusion} for
 a library that provides fusion with lazy lists.")
     (license license:bsd-3)))
 
-- 
cgit v1.2.3