Accepting request 1137780 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1137780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2024-01-10 20:51:27 +00:00 committed by Git OBS Bridge
commit dbd4c657e4
5 changed files with 14 additions and 342 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc1d7d3b69b501c1ec334c074219c1346710178609b4034fdd358ec526ad110a
size 1103895

3
hledger-1.32.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23b3d962fbc35c5202c757f8ce1fc9ae60e6c0e80f3e2c73b0c92a41b476b6b3
size 1102211

View File

@ -1,335 +0,0 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: hledger
version: 1.32.1
x-revision: 1
synopsis: Command-line interface for the hledger accounting system
description: The command-line interface for the hledger accounting system.
Its basic function is to read a plain text file describing
financial transactions and produce useful reports.
.
hledger is a robust, cross-platform set of tools for tracking money,
time, or any other commodity, using double-entry accounting and a
simple, editable file format, with command-line, terminal and web
interfaces. It is a Haskell rewrite of Ledger, and one of the leading
implementations of Plain Text Accounting. Read more at:
<https://hledger.org>
category: Finance, Console
stability: stable
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL-3
license-file: LICENSE
build-type: Simple
tested-with:
GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.5, GHC==9.6.2
extra-source-files:
CHANGES.md
README.md
test/unittest.hs
bench/10000x1000x10.journal
hledger.1
hledger.txt
hledger.info
embeddedfiles/add.cast
embeddedfiles/balance.cast
embeddedfiles/install.cast
embeddedfiles/print.cast
embeddedfiles/hledger.1
embeddedfiles/hledger.txt
embeddedfiles/hledger.info
embeddedfiles/hledger-ui.1
embeddedfiles/hledger-ui.txt
embeddedfiles/hledger-ui.info
embeddedfiles/hledger-web.1
embeddedfiles/hledger-web.txt
embeddedfiles/hledger-web.info
shell-completion/hledger-completion.bash
Hledger/Cli/Commands/Accounts.txt
Hledger/Cli/Commands/Activity.txt
Hledger/Cli/Commands/Add.txt
Hledger/Cli/Commands/Aregister.txt
Hledger/Cli/Commands/Balance.txt
Hledger/Cli/Commands/Balancesheet.txt
Hledger/Cli/Commands/Balancesheetequity.txt
Hledger/Cli/Commands/Cashflow.txt
Hledger/Cli/Commands/Check.txt
Hledger/Cli/Commands/Close.txt
Hledger/Cli/Commands/Codes.txt
Hledger/Cli/Commands/Commodities.txt
Hledger/Cli/Commands/Demo.txt
Hledger/Cli/Commands/Descriptions.txt
Hledger/Cli/Commands/Diff.txt
Hledger/Cli/Commands/Files.txt
Hledger/Cli/Commands/Help.txt
Hledger/Cli/Commands/Import.txt
Hledger/Cli/Commands/Incomestatement.txt
Hledger/Cli/Commands/Notes.txt
Hledger/Cli/Commands/Payees.txt
Hledger/Cli/Commands/Prices.txt
Hledger/Cli/Commands/Print.txt
Hledger/Cli/Commands/Register.txt
Hledger/Cli/Commands/Rewrite.txt
Hledger/Cli/Commands/Roi.txt
Hledger/Cli/Commands/Stats.txt
Hledger/Cli/Commands/Tags.txt
Hledger/Cli/Commands/Test.txt
source-repository head
type: git
location: https://github.com/simonmichael/hledger
flag terminfo
description: On POSIX systems, build with the terminfo lib for detecting terminal width.
manual: False
default: True
flag threaded
description: Build with support for multithreaded execution
manual: False
default: True
library
exposed-modules:
Hledger.Cli
Hledger.Cli.CliOptions
Hledger.Cli.Commands
Hledger.Cli.Commands.Accounts
Hledger.Cli.Commands.Activity
Hledger.Cli.Commands.Add
Hledger.Cli.Commands.Aregister
Hledger.Cli.Commands.Balance
Hledger.Cli.Commands.Balancesheet
Hledger.Cli.Commands.Balancesheetequity
Hledger.Cli.Commands.Cashflow
Hledger.Cli.Commands.Check
Hledger.Cli.Commands.Close
Hledger.Cli.Commands.Codes
Hledger.Cli.Commands.Commodities
Hledger.Cli.Commands.Demo
Hledger.Cli.Commands.Descriptions
Hledger.Cli.Commands.Diff
Hledger.Cli.Commands.Help
Hledger.Cli.Commands.Files
Hledger.Cli.Commands.Import
Hledger.Cli.Commands.Incomestatement
Hledger.Cli.Commands.Notes
Hledger.Cli.Commands.Payees
Hledger.Cli.Commands.Prices
Hledger.Cli.Commands.Print
Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Rewrite
Hledger.Cli.Commands.Roi
Hledger.Cli.Commands.Stats
Hledger.Cli.Commands.Tags
Hledger.Cli.CompoundBalanceCommand
Hledger.Cli.Anon
Hledger.Cli.DocFiles
Hledger.Cli.Script
Hledger.Cli.Utils
Hledger.Cli.Version
other-modules:
Paths_hledger
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.32.1"
build-depends:
Decimal >=0.5.1
, Diff >=0.2
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, githash >=0.1.6.2
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.32.1 && <1.33
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=1.2.4.1
, text-ansi >=0.2.1
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
default-language: Haskell2010
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
executable hledger
main-is: hledger-cli.hs
other-modules:
Paths_hledger
hs-source-dirs:
app
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.32.1"
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.32.1 && <1.33
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=1.2.4.1
, text-ansi >=0.2.1
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
default-language: Haskell2010
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
if flag(threaded)
ghc-options: -threaded
test-suite unittest
type: exitcode-stdio-1.0
main-is: unittest.hs
hs-source-dirs:
test
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.32.1"
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.32.1 && <1.33
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=1.2.4.1
, text-ansi >=0.2.1
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
default-language: Haskell2010
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
benchmark bench
type: exitcode-stdio-1.0
main-is: bench.hs
hs-source-dirs:
bench
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
, criterion
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, githash >=0.1.6.2
, haskeline >=0.6
, hledger
, hledger-lib >=1.32.1 && <1.33
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=1.2.4.1
, text-ansi >=0.2.1
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
buildable: False
default-language: Haskell2010
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 1 01:43:57 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger to version 1.32.2.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/hledger-1.32.2/src/CHANGES.md
-------------------------------------------------------------------
Thu Dec 14 19:03:52 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package hledger
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,13 +20,12 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: %{pkg_name}
Version: 1.32.1
Version: 1.32.2
Release: 0
Summary: Command-line interface for the hledger accounting system
License: GPL-3.0-or-later
URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Decimal-devel
@ -155,7 +154,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
%autosetup
cp -p %{SOURCE1} %{name}.cabal
%build
%ghc_lib_build