Accepting request 857709 from devel:languages:haskell
update haskell stack in openSUSE OBS-URL: https://build.opensuse.org/request/show/857709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-network?expand=0&rev=26
This commit is contained in:
commit
cd8162f005
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- disable %{ix86} build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 4 10:51:26 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update network to version 3.1.2.1 revision 1.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 27 09:27:38 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update network to version 3.1.2.1.
|
||||||
|
Upstream has edited the change log file since the last release in
|
||||||
|
a non-trivial way, i.e. they did more than just add a new entry
|
||||||
|
at the top. You can review the file at:
|
||||||
|
http://hackage.haskell.org/package/network-3.1.2.1/src/CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com
|
Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name network
|
%global pkg_name network
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.1.2.0
|
Version: 3.1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Low-level networking interface
|
Summary: Low-level networking interface
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -31,6 +31,7 @@ BuildRequires: ghc-bytestring-devel
|
|||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e02abd759a09d689eb0b802ff3c4c734e5ba23fe6b96873b613603479452eb1f
|
|
||||||
size 137615
|
|
3
network-3.1.2.1.tar.gz
Normal file
3
network-3.1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fcaa954445cb575ff04d088e719452e356324b6acb98c5aefd2541a069439d4a
|
||||||
|
size 136889
|
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 1.18
|
cabal-version: 1.18
|
||||||
name: network
|
name: network
|
||||||
version: 3.1.2.0
|
version: 3.1.2.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -85,10 +85,11 @@ library
|
|||||||
Network.Socket.SockAddr
|
Network.Socket.SockAddr
|
||||||
Network.Socket.Syscall
|
Network.Socket.Syscall
|
||||||
Network.Socket.Types
|
Network.Socket.Types
|
||||||
|
Network.Socket.Unix
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.9 && < 5,
|
base >= 4.9 && < 5,
|
||||||
bytestring == 0.10.*,
|
bytestring >= 0.10 && < 0.12,
|
||||||
deepseq,
|
deepseq,
|
||||||
directory
|
directory
|
||||||
|
|
||||||
@ -108,7 +109,6 @@ library
|
|||||||
Network.Socket.Posix.CmsgHdr
|
Network.Socket.Posix.CmsgHdr
|
||||||
Network.Socket.Posix.IOVec
|
Network.Socket.Posix.IOVec
|
||||||
Network.Socket.Posix.MsgHdr
|
Network.Socket.Posix.MsgHdr
|
||||||
Network.Socket.Unix
|
|
||||||
|
|
||||||
if os(solaris)
|
if os(solaris)
|
||||||
extra-libraries: nsl, socket
|
extra-libraries: nsl, socket
|
||||||
|
Loading…
Reference in New Issue
Block a user