1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hledger-lib revision:8, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=10
This commit is contained in:
2020-09-04 11:41:12 +00:00
committed by Git OBS Bridge
parent 3c6edb4dce
commit dd6381a231
5 changed files with 96 additions and 270 deletions

View File

@@ -19,13 +19,12 @@
%global pkg_name hledger-lib
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.18.1
Version: 1.19
Release: 0
Summary: A reusable library providing the core functionality of hledger
License: GPL-3.0-or-later
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#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Decimal-devel
BuildRequires: ghc-Glob-devel
@@ -42,7 +41,6 @@ BuildRequires: ghc-cassava-megaparsec-devel
BuildRequires: ghc-cmdargs-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-extra-devel
BuildRequires: ghc-fgl-devel
@@ -68,6 +66,7 @@ BuildRequires: ghc-time-devel
BuildRequires: ghc-timeit-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-uglymemo-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-utf8-string-devel
%if %{with tests}
BuildRequires: ghc-doctest-devel
@@ -96,7 +95,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build