Accepting request 430776 from devel:languages:haskell:lts:7
update devel:languages:haskell to LTS 7.x OBS-URL: https://build.opensuse.org/request/show/430776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=7
This commit is contained in:
parent
a4dbb8b941
commit
47a8312c46
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d
|
|
||||||
size 4838
|
|
3
aeson-pretty-0.8.2.tar.gz
Normal file
3
aeson-pretty-0.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cb429821040bdd6f819b1c6170cac630a4155fa57fa24eb3d496c06030fb9b0
|
||||||
|
size 5456
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 06:46:30 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.8.2 revision 0 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:22:38 UTC 2016 - psimons@suse.com
|
Sun Jul 10 17:22:38 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -18,20 +18,22 @@
|
|||||||
|
|
||||||
%global pkg_name aeson-pretty
|
%global pkg_name aeson-pretty
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.2
|
Version: 0.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON pretty-printing library and command-line tool
|
Summary: JSON pretty-printing library and command-line tool
|
||||||
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: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-aeson-devel
|
BuildRequires: ghc-aeson-devel
|
||||||
BuildRequires: ghc-attoparsec-devel
|
BuildRequires: ghc-attoparsec-devel
|
||||||
|
BuildRequires: ghc-base-compat-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-cmdargs-devel
|
BuildRequires: ghc-cmdargs-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-scientific-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-unordered-containers-devel
|
BuildRequires: ghc-unordered-containers-devel
|
||||||
BuildRequires: ghc-vector-devel
|
BuildRequires: ghc-vector-devel
|
||||||
@ -66,16 +68,13 @@ 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
|
||||||
%ghc_fix_dynamic_rpath %{pkg_name}
|
%ghc_fix_dynamic_rpath %{pkg_name}
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user