drop network-bsd dep

This commit is contained in:
Jens Petersen 2020-02-21 02:35:00 +08:00
parent e7c07b4e56
commit 158d4bf395
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-prof
BuildRequires: ghc-network-prof
BuildRequires: ghc-network-bsd-prof
#BuildRequires: ghc-network-bsd-prof
# End cabal-rpm deps
%description
@ -67,6 +67,7 @@ This package provides the Haskell %{pkg_name} profiling library.
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
# End cabal-rpm setup
sed -i.orig -e "s/network, network-bsd/network/" %{pkg_name}.cabal
%build