diff --git a/ghc-network-bsd.changes b/ghc-network-bsd.changes index 996738d..786b967 100644 --- a/ghc-network-bsd.changes +++ b/ghc-network-bsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 09:12:22 UTC 2020 - Peter Simons + +- Tweak Cabal file to accept latest version of network package. + ------------------------------------------------------------------- Tue Jun 9 09:26:36 UTC 2020 - psimons@suse.com diff --git a/ghc-network-bsd.spec b/ghc-network-bsd.spec index 516b66f..9533c02 100644 --- a/ghc-network-bsd.spec +++ b/ghc-network-bsd.spec @@ -80,6 +80,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal +sed -i -e 's/< 3.1.2/< 4/' network-bsd.cabal %build %ghc_lib_build