osc copypac from project:devel:languages:haskell:lts:6 package:ghc-aeson revision:5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=18
This commit is contained in:
Peter Simons 2016-07-22 21:35:56 +00:00 committed by Git OBS Bridge
parent 5bf744e6af
commit 896dc01bc5

View File

@ -28,7 +28,6 @@ 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/1.cabal
BuildRequires: ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
@ -58,7 +57,6 @@ BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
%description
A JSON parsing and encoding library optimized for ease of use and high
@ -106,9 +104,7 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
%check
%if %{with tests}
%{cabal} test
%endif
%cabal_test
%post devel