use https for hackage url

This commit is contained in:
Ben Boeckel 2015-07-24 19:00:44 -04:00
parent 8b9049d652
commit 4e4c3ae63c
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ Release: 2%{?dist}
Summary: Pure and impure Bloom Filter implementations
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros