forked from pool/ghc-network-bsd
osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-network-bsd revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network-bsd?expand=0&rev=22
This commit is contained in:
parent
e62997a13d
commit
ba0f819075
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-network-bsd
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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/5.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: 1.12
|
||||
name: network-bsd
|
||||
version: 2.8.1.0
|
||||
x-revision: 5
|
||||
x-revision: 6
|
||||
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.2)
|
||||
|| (>= 3.1.0.0 && < 3.3)
|
||||
build-tools: hsc2hs >= 0.67 && < 0.69
|
||||
ghc-options: -Wall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user