about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-05-28 12:48:16 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-05-28 12:48:16 -0700
commite8c5d867a1403a7cbaee94d96644db0ac5c4ec57 (patch)
tree53e7299cb6d9dd882bb53e84caffcd9025ccc161
parent9317c05cb388190b1764e520722b7f526ff4cd5e (diff)
downloadnixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.tar
nixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.tar.gz
nixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.tar.bz2
nixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.tar.lz
nixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.tar.xz
nixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.tar.zst
nixlib-e8c5d867a1403a7cbaee94d96644db0ac5c4ec57.zip
use https for default Hackage homepage
-rw-r--r--pkgs/development/haskell-modules/generic-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix
index 349f19c96808..a1b92595c78d 100644
--- a/pkgs/development/haskell-modules/generic-builder.nix
+++ b/pkgs/development/haskell-modules/generic-builder.nix
@@ -35,7 +35,7 @@ in
 , enableStaticLibraries ? !hostPlatform.isWindows
 , enableHsc2hsViaAsm ? hostPlatform.isWindows && stdenv.lib.versionAtLeast ghc.version "8.4"
 , extraLibraries ? [], librarySystemDepends ? [], executableSystemDepends ? []
-, homepage ? "http://hackage.haskell.org/package/${pname}"
+, homepage ? "https://hackage.haskell.org/package/${pname}"
 , platforms ? with stdenv.lib.platforms; unix ++ windows # GHC can cross-compile
 , hydraPlatforms ? null
 , hyperlinkSource ? true