update to 1.12.1
This commit is contained in:
parent
737f571da6
commit
eaa4d6ca90
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/hledger-1.10.tar.gz
|
||||
/lucid-2.9.11.tar.gz
|
||||
/th-lift-0.7.11.tar.gz
|
||||
/hledger-1.12.1.tar.gz
|
||||
|
321
hledger-1.12.1.cabal
Normal file
321
hledger-1.12.1.cabal
Normal file
@ -0,0 +1,321 @@
|
||||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.31.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 269994bfba5ad36962478f05df1bf958a94778ec5b36db499d768b64aa3e411a
|
||||
|
||||
name: hledger
|
||||
version: 1.12.1
|
||||
x-revision: 1
|
||||
synopsis: Command-line interface for the hledger accounting tool
|
||||
description: This is hledger's command-line interface.
|
||||
Its basic function is to read a plain text file describing
|
||||
financial transactions and produce useful reports.
|
||||
.
|
||||
hledger is a cross-platform program for tracking money, time, or
|
||||
any other commodity, using double-entry accounting and a simple,
|
||||
editable file format. It is inspired by and largely compatible
|
||||
with ledger(1). hledger provides command-line, curses and web
|
||||
interfaces, and aims to be a reliable, practical tool for daily
|
||||
use.
|
||||
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
|
||||
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
|
||||
build-type: Simple
|
||||
extra-source-files:
|
||||
CHANGES
|
||||
README.md
|
||||
test/test.hs
|
||||
bench/10000x1000x10.journal
|
||||
hledger.1
|
||||
hledger.txt
|
||||
hledger.info
|
||||
embeddedfiles/hledger.1
|
||||
embeddedfiles/hledger.txt
|
||||
embeddedfiles/hledger.info
|
||||
embeddedfiles/hledger-api.1
|
||||
embeddedfiles/hledger-api.txt
|
||||
embeddedfiles/hledger-api.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
|
||||
embeddedfiles/hledger_journal.5
|
||||
embeddedfiles/hledger_journal.txt
|
||||
embeddedfiles/hledger_journal.info
|
||||
embeddedfiles/hledger_csv.5
|
||||
embeddedfiles/hledger_csv.txt
|
||||
embeddedfiles/hledger_csv.info
|
||||
embeddedfiles/hledger_timeclock.5
|
||||
embeddedfiles/hledger_timeclock.txt
|
||||
embeddedfiles/hledger_timeclock.info
|
||||
embeddedfiles/hledger_timedot.5
|
||||
embeddedfiles/hledger_timedot.txt
|
||||
embeddedfiles/hledger_timedot.info
|
||||
|
||||
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.Version
|
||||
Hledger.Cli.Commands
|
||||
Hledger.Cli.Commands.Accounts
|
||||
Hledger.Cli.Commands.Activity
|
||||
Hledger.Cli.Commands.Add
|
||||
Hledger.Cli.Commands.Balance
|
||||
Hledger.Cli.Commands.Balancesheet
|
||||
Hledger.Cli.Commands.Balancesheetequity
|
||||
Hledger.Cli.Commands.Cashflow
|
||||
Hledger.Cli.Commands.Checkdates
|
||||
Hledger.Cli.Commands.Checkdupes
|
||||
Hledger.Cli.Commands.Close
|
||||
Hledger.Cli.Commands.Help
|
||||
Hledger.Cli.Commands.Files
|
||||
Hledger.Cli.Commands.Import
|
||||
Hledger.Cli.Commands.Incomestatement
|
||||
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.12.1"
|
||||
build-depends:
|
||||
Decimal
|
||||
, Diff
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.8 && <4.13
|
||||
, base-compat-batteries >=0.10.1 && <0.11
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers
|
||||
, data-default >=0.5
|
||||
, directory
|
||||
, easytest <0.3
|
||||
, file-embed >=0.0.10
|
||||
, filepath
|
||||
, hashable >=1.2.4
|
||||
, haskeline >=0.6
|
||||
, here
|
||||
, hledger-lib >=1.12 && <1.13
|
||||
, lucid
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
, parsec >=3
|
||||
, pretty-show >=1.6.4
|
||||
, process
|
||||
, regex-tdfa
|
||||
, safe >=0.2
|
||||
, shakespeare >=2.0.2.2
|
||||
, split >=0.1
|
||||
, tabular >=0.2
|
||||
, temporary
|
||||
, text >=0.11
|
||||
, time >=1.5
|
||||
, 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.12.1"
|
||||
build-depends:
|
||||
Decimal
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.8 && <4.13
|
||||
, base-compat-batteries >=0.10.1 && <0.11
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers
|
||||
, data-default >=0.5
|
||||
, directory
|
||||
, easytest <0.3
|
||||
, file-embed >=0.0.10
|
||||
, filepath
|
||||
, haskeline >=0.6
|
||||
, here
|
||||
, hledger
|
||||
, hledger-lib >=1.12 && <1.13
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
, parsec >=3
|
||||
, pretty-show >=1.6.4
|
||||
, process
|
||||
, regex-tdfa
|
||||
, safe >=0.2
|
||||
, shakespeare >=2.0.2.2
|
||||
, split >=0.1
|
||||
, tabular >=0.2
|
||||
, temporary
|
||||
, text >=0.11
|
||||
, time >=1.5
|
||||
, 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 test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: test.hs
|
||||
other-modules:
|
||||
Paths_hledger
|
||||
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.12.1"
|
||||
build-depends:
|
||||
Decimal
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.8 && <4.13
|
||||
, base-compat-batteries >=0.10.1 && <0.11
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers
|
||||
, data-default >=0.5
|
||||
, directory
|
||||
, easytest <0.3
|
||||
, file-embed >=0.0.10
|
||||
, filepath
|
||||
, haskeline >=0.6
|
||||
, here
|
||||
, hledger
|
||||
, hledger-lib >=1.12 && <1.13
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
, parsec >=3
|
||||
, pretty-show >=1.6.4
|
||||
, process
|
||||
, regex-tdfa
|
||||
, safe >=0.2
|
||||
, shakespeare >=2.0.2.2
|
||||
, split >=0.1
|
||||
, tabular >=0.2
|
||||
, temporary
|
||||
, test-framework
|
||||
, test-framework-hunit
|
||||
, text >=0.11
|
||||
, time >=1.5
|
||||
, 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
|
||||
other-modules:
|
||||
Paths_hledger
|
||||
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
|
||||
, ansi-terminal >=0.6.2.3
|
||||
, base >=4.8 && <4.13
|
||||
, base-compat-batteries >=0.10.1 && <0.11
|
||||
, bytestring
|
||||
, cmdargs >=0.10
|
||||
, containers
|
||||
, criterion
|
||||
, data-default >=0.5
|
||||
, directory
|
||||
, easytest <0.3
|
||||
, file-embed >=0.0.10
|
||||
, filepath
|
||||
, haskeline >=0.6
|
||||
, here
|
||||
, hledger
|
||||
, hledger-lib >=1.12 && <1.13
|
||||
, html
|
||||
, math-functions >=0.2.0.0
|
||||
, megaparsec >=7.0.0 && <8
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
, parsec >=3
|
||||
, pretty-show >=1.6.4
|
||||
, process
|
||||
, regex-tdfa
|
||||
, safe >=0.2
|
||||
, shakespeare >=2.0.2.2
|
||||
, split >=0.1
|
||||
, tabular >=0.2
|
||||
, 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
|
11
hledger.spec
11
hledger.spec
@ -12,9 +12,9 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 1.10
|
||||
Version: 1.12.1
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: Command-line interface for the hledger accounting tool
|
||||
|
||||
License: GPLv3+
|
||||
@ -38,15 +38,14 @@ BuildRequires: ghc-rpm-macros-extra
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-Decimal-devel
|
||||
BuildRequires: ghc-Diff-devel
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-ansi-terminal-devel
|
||||
BuildRequires: ghc-base-compat-batteries-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-cmdargs-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-csv-devel
|
||||
BuildRequires: ghc-data-default-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
#BuildRequires: ghc-easytest-devel
|
||||
BuildRequires: ghc-file-embed-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
@ -54,6 +53,7 @@ BuildRequires: ghc-haskeline-devel
|
||||
#BuildRequires: ghc-here-devel
|
||||
BuildRequires: ghc-hledger-lib-devel
|
||||
#BuildRequires: ghc-lucid-devel
|
||||
BuildRequires: ghc-math-functions-devel
|
||||
BuildRequires: ghc-megaparsec-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-old-time-devel
|
||||
@ -203,6 +203,9 @@ install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 1.12.1-15
|
||||
- update to 1.12.1
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (here-1.2.13.tar.gz) = aa6ddfad039a90950389c50699dd5f7230bd1ac9b2b9345d5d0c8e8470707216093553dfe89480c31f19374b905e319b8216b8939051278ae41d79ccc5b160fb
|
||||
SHA512 (utility-ht-0.0.14.tar.gz) = 57e4f3fef2770c9906d4003b3a8182ecf875d19f155757752a2e4d0695c5c4be3c9d87da5774e802c1774a6d8ae4ca64e8f924146169af26501a9d77dbb0f762
|
||||
SHA512 (hledger-1.10.tar.gz) = 45beedfb3db6cf83c06845878759b3f636404b0fab1c1bda3cda09c03f8d79ac2cce237c97a2d934860dfe3a8a1e30e3facdd63f5100954f6148d5768977078a
|
||||
SHA512 (lucid-2.9.11.tar.gz) = af204378db877d01822cc7ee04482f86eb99fbed290bdf87618b8ed502db09183b8326a18199c2c45c642da548687283737798676cfc199fb5bc282455eed102
|
||||
SHA512 (hledger-1.12.1.tar.gz) = 761c3b7d581e0787981763bc72263905f30b117e09c7a2bb72c3315955d3bb3a1e2cc3bd9152cfb8c81307c3dfa0e4e263dbc733670852a8ebf3e508817899ae
|
||||
|
Loading…
Reference in New Issue
Block a user