summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:17 +0200
commit00ed2901f5171e4f9435641a91678217cae38030 (patch)
tree52470d79bffb477d3a083534e89b57ab0fd1bae5 /gnu/packages/haskell-xyz.scm
parent2195645725d1509e601f6bbc5b5e0f5ba7a755ff (diff)
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.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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.