1
0

Compare commits

...

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 101 additions and 108 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.osc

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sun Jun 23 14:18:55 UTC 2024 - Peter Simons <psimons@suse.com>
- Update network-bsd to version 2.8.1.0 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Aug 6 09:54:49 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-network-bsd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: POSIX network database (<netdb.h>) API
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: network-bsd
version: 2.8.1.0
x-revision: 6
x-revision: 5
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Herbert Valerio Riedel
@ -86,7 +86,7 @@ library
-- changes that aren't reflected in `network-bsd`'s
-- API version.
, network (>= 3.0.0.0 && < 3.0.2)
|| (>= 3.1.0.0 && < 3.3)
|| (>= 3.1.0.0 && < 3.2)
build-tools: hsc2hs >= 0.67 && < 0.69
ghc-options: -Wall