Accepting request 1104411 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1104411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-network-bsd?expand=0&rev=8
This commit is contained in:
commit
9f07bfa283
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 6 09:54:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update network-bsd to version 2.8.1.0 revision 5.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:07:40 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -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/4.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
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: 1.12
|
||||
name: network-bsd
|
||||
version: 2.8.1.0
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
maintainer: Kazu Yamamoto, Herbert Valerio Riedel
|
||||
@ -49,12 +49,21 @@ category: Network
|
||||
build-type: Simple
|
||||
homepage: https://github.com/haskell/network-bsd
|
||||
bug-reports: https://github.com/haskell/network-bsd/issues
|
||||
tested-with: GHC == 7.8.4
|
||||
, GHC == 7.10.3
|
||||
, GHC == 8.0.2
|
||||
, GHC == 8.2.2
|
||||
, GHC == 8.4.4
|
||||
, GHC == 8.6.3
|
||||
|
||||
tested-with:
|
||||
GHC == 9.6.2
|
||||
GHC == 9.4.5
|
||||
GHC == 9.2.8
|
||||
GHC == 9.0.2
|
||||
GHC == 8.10.7
|
||||
GHC == 8.8.4
|
||||
GHC == 8.6.5
|
||||
GHC == 8.4.4
|
||||
GHC == 8.2.2
|
||||
GHC == 8.0.2
|
||||
GHC == 7.10.3
|
||||
GHC == 7.8.4
|
||||
|
||||
extra-source-files: CHANGELOG.md
|
||||
|
||||
library
|
||||
@ -62,7 +71,7 @@ library
|
||||
other-extensions: CPP, NondecreasingIndentation
|
||||
exposed-modules: Network.BSD
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, deepseq >= 1.3.0.0 && < 1.5
|
||||
, deepseq >= 1.3.0.0 && < 1.6
|
||||
-- NOTES on `network` depdendency
|
||||
--
|
||||
-- `network-bsd` heavily relies on `network`'s
|
||||
@ -87,4 +96,4 @@ library
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/haskell/network-bsd.git
|
||||
location: https://github.com/haskell/network-bsd.git
|
||||
|
Loading…
Reference in New Issue
Block a user