osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger revision:31, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=28
This commit is contained in:
parent
f21ff10514
commit
13d61e1db7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f2c1cb7a596158a2a6a0acd73da044525a2f3e37909413d52fee8d79d293bbc
|
|
||||||
size 875148
|
|
3
hledger-1.23.tar.gz
Normal file
3
hledger-1.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ba5dabfd50a8c1a4a5b53adb7c7a5ea542ea19534180b6fb9a69bfe7e5ced68
|
||||||
|
size 908669
|
335
hledger.cabal
Normal file
335
hledger.cabal
Normal file
@ -0,0 +1,335 @@
|
|||||||
|
cabal-version: 1.12
|
||||||
|
|
||||||
|
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
||||||
|
--
|
||||||
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
|
name: hledger
|
||||||
|
version: 1.23
|
||||||
|
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.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1
|
||||||
|
extra-source-files:
|
||||||
|
CHANGES.md
|
||||||
|
README.md
|
||||||
|
test/unittest.hs
|
||||||
|
bench/10000x1000x10.journal
|
||||||
|
hledger.1
|
||||||
|
hledger.txt
|
||||||
|
hledger.info
|
||||||
|
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/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/Printunique.txt
|
||||||
|
Hledger/Cli/Commands/Register.txt
|
||||||
|
Hledger/Cli/Commands/Registermatch.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.Main
|
||||||
|
Hledger.Cli.CliOptions
|
||||||
|
Hledger.Cli.DocFiles
|
||||||
|
Hledger.Cli.Utils
|
||||||
|
Hledger.Cli.Anon
|
||||||
|
Hledger.Cli.Version
|
||||||
|
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.Check.Ordereddates
|
||||||
|
Hledger.Cli.Commands.Check.Uniqueleafnames
|
||||||
|
Hledger.Cli.Commands.Close
|
||||||
|
Hledger.Cli.Commands.Codes
|
||||||
|
Hledger.Cli.Commands.Commodities
|
||||||
|
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.Printunique
|
||||||
|
Hledger.Cli.Commands.Register
|
||||||
|
Hledger.Cli.Commands.Registermatch
|
||||||
|
Hledger.Cli.Commands.Rewrite
|
||||||
|
Hledger.Cli.Commands.Roi
|
||||||
|
Hledger.Cli.Commands.Stats
|
||||||
|
Hledger.Cli.Commands.Tags
|
||||||
|
Hledger.Cli.CompoundBalanceCommand
|
||||||
|
other-modules:
|
||||||
|
Paths_hledger
|
||||||
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
|
cpp-options: -DVERSION="1.23"
|
||||||
|
build-depends:
|
||||||
|
Decimal >=0.5.1
|
||||||
|
, Diff
|
||||||
|
, aeson >=1
|
||||||
|
, ansi-terminal >=0.9
|
||||||
|
, base >=4.11 && <4.16
|
||||||
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
|
, bytestring
|
||||||
|
, cmdargs >=0.10
|
||||||
|
, containers >=0.5.9
|
||||||
|
, data-default >=0.5
|
||||||
|
, directory
|
||||||
|
, extra >=1.6.3
|
||||||
|
, filepath
|
||||||
|
, githash >=0.1.4
|
||||||
|
, hashable >=1.2.4
|
||||||
|
, haskeline >=0.6
|
||||||
|
, hledger-lib ==1.23.*
|
||||||
|
, lucid
|
||||||
|
, math-functions >=0.3.3.0
|
||||||
|
, megaparsec >=7.0.0 && <9.3
|
||||||
|
, microlens >=0.4
|
||||||
|
, mtl >=2.2.1
|
||||||
|
, process
|
||||||
|
, regex-tdfa
|
||||||
|
, safe >=0.2
|
||||||
|
, shakespeare >=2.0.2.2
|
||||||
|
, split >=0.1
|
||||||
|
, tabular >=0.2
|
||||||
|
, tasty >=1.2.3
|
||||||
|
, temporary
|
||||||
|
, text >=0.11
|
||||||
|
, time >=1.5
|
||||||
|
, timeit
|
||||||
|
, transformers
|
||||||
|
, unordered-containers
|
||||||
|
, utf8-string >=0.3.5
|
||||||
|
, utility-ht >=0.0.13
|
||||||
|
, wizards >=1.0
|
||||||
|
if (!(os(windows))) && (flag(terminfo))
|
||||||
|
build-depends:
|
||||||
|
terminfo
|
||||||
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
executable hledger
|
||||||
|
main-is: hledger-cli.hs
|
||||||
|
other-modules:
|
||||||
|
Paths_hledger
|
||||||
|
hs-source-dirs:
|
||||||
|
app
|
||||||
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
|
cpp-options: -DVERSION="1.23"
|
||||||
|
build-depends:
|
||||||
|
Decimal >=0.5.1
|
||||||
|
, aeson >=1
|
||||||
|
, ansi-terminal >=0.9
|
||||||
|
, base >=4.11 && <4.16
|
||||||
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
|
, bytestring
|
||||||
|
, cmdargs >=0.10
|
||||||
|
, containers >=0.5.9
|
||||||
|
, data-default >=0.5
|
||||||
|
, directory
|
||||||
|
, extra >=1.6.3
|
||||||
|
, filepath
|
||||||
|
, githash >=0.1.4
|
||||||
|
, haskeline >=0.6
|
||||||
|
, hledger
|
||||||
|
, hledger-lib ==1.23.*
|
||||||
|
, math-functions >=0.3.3.0
|
||||||
|
, megaparsec >=7.0.0 && <9.3
|
||||||
|
, microlens >=0.4
|
||||||
|
, mtl >=2.2.1
|
||||||
|
, process
|
||||||
|
, regex-tdfa
|
||||||
|
, safe >=0.2
|
||||||
|
, shakespeare >=2.0.2.2
|
||||||
|
, split >=0.1
|
||||||
|
, tabular >=0.2
|
||||||
|
, tasty >=1.2.3
|
||||||
|
, temporary
|
||||||
|
, text >=0.11
|
||||||
|
, time >=1.5
|
||||||
|
, timeit
|
||||||
|
, transformers
|
||||||
|
, unordered-containers
|
||||||
|
, utf8-string >=0.3.5
|
||||||
|
, utility-ht >=0.0.13
|
||||||
|
, wizards >=1.0
|
||||||
|
if (!(os(windows))) && (flag(terminfo))
|
||||||
|
build-depends:
|
||||||
|
terminfo
|
||||||
|
if flag(threaded)
|
||||||
|
ghc-options: -threaded
|
||||||
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
test-suite unittest
|
||||||
|
type: exitcode-stdio-1.0
|
||||||
|
main-is: unittest.hs
|
||||||
|
hs-source-dirs:
|
||||||
|
test
|
||||||
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
|
cpp-options: -DVERSION="1.23"
|
||||||
|
build-depends:
|
||||||
|
Decimal >=0.5.1
|
||||||
|
, aeson >=1
|
||||||
|
, ansi-terminal >=0.9
|
||||||
|
, base >=4.11 && <4.16
|
||||||
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
|
, bytestring
|
||||||
|
, cmdargs >=0.10
|
||||||
|
, containers >=0.5.9
|
||||||
|
, data-default >=0.5
|
||||||
|
, directory
|
||||||
|
, extra >=1.6.3
|
||||||
|
, filepath
|
||||||
|
, githash >=0.1.4
|
||||||
|
, haskeline >=0.6
|
||||||
|
, hledger
|
||||||
|
, hledger-lib ==1.23.*
|
||||||
|
, math-functions >=0.3.3.0
|
||||||
|
, megaparsec >=7.0.0 && <9.3
|
||||||
|
, microlens >=0.4
|
||||||
|
, mtl >=2.2.1
|
||||||
|
, process
|
||||||
|
, regex-tdfa
|
||||||
|
, safe >=0.2
|
||||||
|
, shakespeare >=2.0.2.2
|
||||||
|
, split >=0.1
|
||||||
|
, tabular >=0.2
|
||||||
|
, tasty >=1.2.3
|
||||||
|
, temporary
|
||||||
|
, text >=0.11
|
||||||
|
, time >=1.5
|
||||||
|
, timeit
|
||||||
|
, transformers
|
||||||
|
, unordered-containers
|
||||||
|
, utf8-string >=0.3.5
|
||||||
|
, utility-ht >=0.0.13
|
||||||
|
, wizards >=1.0
|
||||||
|
if (!(os(windows))) && (flag(terminfo))
|
||||||
|
build-depends:
|
||||||
|
terminfo
|
||||||
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
benchmark bench
|
||||||
|
type: exitcode-stdio-1.0
|
||||||
|
main-is: bench.hs
|
||||||
|
hs-source-dirs:
|
||||||
|
bench
|
||||||
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
|
||||||
|
build-depends:
|
||||||
|
Decimal >=0.5.1
|
||||||
|
, aeson >=1
|
||||||
|
, ansi-terminal >=0.9
|
||||||
|
, base >=4.11 && <4.16
|
||||||
|
, base-compat-batteries >=0.10.1 && <0.12
|
||||||
|
, bytestring
|
||||||
|
, cmdargs >=0.10
|
||||||
|
, containers >=0.5.9
|
||||||
|
, criterion
|
||||||
|
, data-default >=0.5
|
||||||
|
, directory
|
||||||
|
, extra >=1.6.3
|
||||||
|
, filepath
|
||||||
|
, githash >=0.1.4
|
||||||
|
, haskeline >=0.6
|
||||||
|
, hledger
|
||||||
|
, hledger-lib ==1.23.*
|
||||||
|
, html
|
||||||
|
, math-functions >=0.3.3.0
|
||||||
|
, megaparsec >=7.0.0 && <9.3
|
||||||
|
, microlens >=0.4
|
||||||
|
, mtl >=2.2.1
|
||||||
|
, process
|
||||||
|
, regex-tdfa
|
||||||
|
, safe >=0.2
|
||||||
|
, shakespeare >=2.0.2.2
|
||||||
|
, split >=0.1
|
||||||
|
, tabular >=0.2
|
||||||
|
, tasty >=1.2.3
|
||||||
|
, temporary
|
||||||
|
, text >=0.11
|
||||||
|
, time >=1.5
|
||||||
|
, timeit
|
||||||
|
, transformers
|
||||||
|
, unordered-containers
|
||||||
|
, utf8-string >=0.3.5
|
||||||
|
, utility-ht >=0.0.13
|
||||||
|
, wizards >=1.0
|
||||||
|
buildable: False
|
||||||
|
if (!(os(windows))) && (flag(terminfo))
|
||||||
|
build-depends:
|
||||||
|
terminfo
|
||||||
|
default-language: Haskell2010
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 7 07:57:02 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hledger to version 1.23 revision 1.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 22 08:51:19 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hledger to version 1.23.
|
||||||
|
Upstream's change log file format is strange (too much unmodified
|
||||||
|
text at at the top). The automatic updater cannot extract the
|
||||||
|
relevant additions. You can find the file at:
|
||||||
|
http://hackage.haskell.org/package/hledger-1.23/src/CHANGES.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 7 18:44:16 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
Tue Sep 7 18:44:16 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -19,12 +19,13 @@
|
|||||||
%global pkg_name hledger
|
%global pkg_name hledger
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: 1.22.2
|
Version: 1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line interface for the hledger accounting system
|
Summary: Command-line interface for the hledger accounting system
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://hackage.haskell.org/package/%{name}
|
URL: https://hackage.haskell.org/package/%{name}
|
||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
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: chrpath
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-Decimal-devel
|
BuildRequires: ghc-Decimal-devel
|
||||||
@ -46,8 +47,8 @@ BuildRequires: ghc-hledger-lib-devel
|
|||||||
BuildRequires: ghc-lucid-devel
|
BuildRequires: ghc-lucid-devel
|
||||||
BuildRequires: ghc-math-functions-devel
|
BuildRequires: ghc-math-functions-devel
|
||||||
BuildRequires: ghc-megaparsec-devel
|
BuildRequires: ghc-megaparsec-devel
|
||||||
|
BuildRequires: ghc-microlens-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-old-time-devel
|
|
||||||
BuildRequires: ghc-process-devel
|
BuildRequires: ghc-process-devel
|
||||||
BuildRequires: ghc-regex-tdfa-devel
|
BuildRequires: ghc-regex-tdfa-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -97,7 +98,8 @@ This package provides the Haskell %{name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
cabal-tweak-dep-ver base-compat-batteries '<0.12' '<0.13'
|
cp -p %{SOURCE1} %{name}.cabal
|
||||||
|
cabal-tweak-dep-ver 'base-compat-batteries' '<0.12' '<0.13'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user