use network-bsd

This commit is contained in:
Jens Petersen 2020-06-20 11:40:58 +08:00
parent 7863b34246
commit 7e9d6e919c
1 changed files with 1 additions and 2 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,7 +67,6 @@ 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