Accepting request 421609 from devel:languages:haskell:lts:6
version update OBS-URL: https://build.opensuse.org/request/show/421609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-connection?expand=0&rev=7
This commit is contained in:
parent
0f49bc9a2c
commit
b9b9daada0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124
|
|
||||||
size 7576
|
|
3
connection-0.2.6.tar.gz
Normal file
3
connection-0.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03c16c28094a92ccf8fd58c61a4555b60158615914676c5c65c998a69ece37b0
|
||||||
|
size 8392
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 17 18:28:09 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.2.6 revision 0 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:01:51 UTC 2016 - psimons@suse.com
|
Sun Jul 10 17:01:51 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
%global pkg_name connection
|
%global pkg_name connection
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.5
|
Version: 0.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple and easy network connections API
|
Summary: Simple and easy network connections API
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-byteable-devel
|
BuildRequires: ghc-byteable-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
@ -40,7 +39,6 @@ BuildRequires: ghc-x509-store-devel
|
|||||||
BuildRequires: ghc-x509-system-devel
|
BuildRequires: ghc-x509-system-devel
|
||||||
BuildRequires: ghc-x509-validation-devel
|
BuildRequires: ghc-x509-validation-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple network library for all your connection need.
|
Simple network library for all your connection need.
|
||||||
@ -64,15 +62,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user