1
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=61
This commit is contained in:
2024-05-03 13:45:33 +00:00
committed by Git OBS Bridge
parent 16c1c4fde4
commit 674a677005
4 changed files with 17 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.33
Version: 1.33.1
Release: 0
Summary: A library providing the core functionality of hledger
License: GPL-3.0-or-later
@@ -121,6 +121,10 @@ BuildRequires: ghc-unordered-containers-prof
BuildRequires: ghc-utf8-string-devel
BuildRequires: ghc-utf8-string-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-doctest-devel
BuildRequires: ghc-doctest-prof
%endif
%description
This library contains hledger's core functionality. It is used by most hledger*