guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: cabal-install, ghc-cabal-syntax: Use HTTPS home page.


From: guix-commits
Subject: 02/02: gnu: cabal-install, ghc-cabal-syntax: Use HTTPS home page.
Date: Fri, 14 Jul 2023 19:32:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 00ed2901f5171e4f9435641a91678217cae38030
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: cabal-install, ghc-cabal-syntax: Use HTTPS home page.
    
    * gnu/packages/haskell-apps.scm (cabal-install)[home-page]: Use HTTPS.
    * gnu/packages/haskell-xyz.scm (ghc-cabal-syntax)[home-page]: Likewise.
---
 gnu/packages/haskell-apps.scm | 2 +-
 gnu/packages/haskell-xyz.scm  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 9aba12b713..4286ce206d 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -121,7 +121,7 @@ library.  It is primarily used with HLint's 
@code{--refactor} flag.")
    (arguments
     `(#:cabal-revision ("2"
                         
"1kpgyfl5njxp4c8ax5ziag1bhqvph3h0pn660v3vpxalz8d1j6xv")))
-   (home-page "http://www.haskell.org/cabal/";)
+   (home-page "https://www.haskell.org/cabal/";)
    (synopsis "Command-line interface for Cabal and Hackage")
    (description
     "The cabal command-line program simplifies the process of managing
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 12d1246c58..71df4192dc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -15813,7 +15813,7 @@ 
benchmarks](https://hackage.haskell.org/package/random-bytestring-0.1.3.2/src/be
                 "0lcj4g55sj5iv727g7k57pscgyj0fx3smwapm1gmd5qkc3yfa9fa"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "Cabal-syntax")))
-    (home-page "http://www.haskell.org/cabal/";)
+    (home-page "https://www.haskell.org/cabal/";)
     (synopsis "A library for working with .cabal files")
     (description
      "This library provides tools for reading and manipulating the .cabal file 
format.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]