From 158d4bf3958cd7bd86fe345365286b66b9613be8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 20 2020 18:35:00 +0000 Subject: drop network-bsd dep --- diff --git a/ghc-network-multicast.spec b/ghc-network-multicast.spec index 9861018..3aec3c2 100644 --- a/ghc-network-multicast.spec +++ b/ghc-network-multicast.spec @@ -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