forked from pool/hledger-ui
Compare commits
25 Commits
Author | SHA256 | Date | |
---|---|---|---|
2d9509816f | |||
4e97fc5d31 | |||
714a3d8e68 | |||
3244c5fad2 | |||
832a5cfa60 | |||
5da997a337 | |||
8270994277 | |||
f70e147a20 | |||
a52e6edb77 | |||
a558d19464 | |||
9be4486ff0 | |||
8e648f44eb | |||
61187851da | |||
5207ed9ab6 | |||
cf141d3e20 | |||
78cea83982 | |||
00b512a55f | |||
03e540c55e | |||
a685f98c92 | |||
1151a3dcd1 | |||
39ddae1830 | |||
46060677fc | |||
defb5d3e43 | |||
de5182ff6a | |||
7a9d667795 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:714679cda0777c01b336efe3b691db62688ccc69721779db971aa2540d5d0071
|
||||
size 81018
|
3
hledger-ui-1.43.2.tar.gz
Normal file
3
hledger-ui-1.43.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbd6b92afd4741811671fa3311384640a10c21afb60964133291d5f266b3e5f7
|
||||
size 83474
|
137
hledger-ui.cabal
137
hledger-ui.cabal
@@ -1,137 +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-ui
|
||||
version: 1.34
|
||||
x-revision: 1
|
||||
synopsis: Terminal interface for the hledger accounting system
|
||||
description: A simple terminal user interface for the hledger accounting system.
|
||||
It can be a more convenient way to browse your accounts than the CLI.
|
||||
This package currently does not support Microsoft Windows, except in WSL.
|
||||
.
|
||||
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
|
||||
hledger-ui.1
|
||||
hledger-ui.txt
|
||||
hledger-ui.info
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/simonmichael/hledger
|
||||
|
||||
flag ghcdebug
|
||||
description: Build with support for attaching a ghc-debug client
|
||||
manual: True
|
||||
default: False
|
||||
|
||||
flag threaded
|
||||
description: Build with support for multithreaded execution
|
||||
manual: False
|
||||
default: True
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Hledger.UI
|
||||
Hledger.UI.Main
|
||||
Hledger.UI.Theme
|
||||
Hledger.UI.UIOptions
|
||||
other-modules:
|
||||
Hledger.UI.AccountsScreen
|
||||
Hledger.UI.BalancesheetScreen
|
||||
Hledger.UI.CashScreen
|
||||
Hledger.UI.Editor
|
||||
Hledger.UI.ErrorScreen
|
||||
Hledger.UI.IncomestatementScreen
|
||||
Hledger.UI.MenuScreen
|
||||
Hledger.UI.RegisterScreen
|
||||
Hledger.UI.TransactionScreen
|
||||
Hledger.UI.UIScreens
|
||||
Hledger.UI.UIState
|
||||
Hledger.UI.UITypes
|
||||
Hledger.UI.UIUtils
|
||||
Paths_hledger_ui
|
||||
hs-source-dirs:
|
||||
./
|
||||
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
|
||||
cpp-options: -DVERSION="1.34" -DVERSION="1.34"
|
||||
build-depends:
|
||||
ansi-terminal >=0.9
|
||||
, async
|
||||
, base >=4.14 && <4.20
|
||||
, brick >=2.1.1 && <2.5
|
||||
, cmdargs >=0.8
|
||||
, containers >=0.5.9
|
||||
, data-default
|
||||
, directory
|
||||
, doclayout >=0.3 && <0.5
|
||||
, extra >=1.6.3
|
||||
, filepath
|
||||
, fsnotify ==0.4.*
|
||||
, githash >=0.1.6.2
|
||||
, hledger ==1.34.*
|
||||
, hledger-lib ==1.34.*
|
||||
, megaparsec >=7.0.0 && <9.7
|
||||
, microlens >=0.4
|
||||
, microlens-platform >=0.2.3.1
|
||||
, mtl >=2.2.1
|
||||
, process >=1.2
|
||||
, safe >=0.3.20
|
||||
, split >=0.1
|
||||
, text >=1.2.4.1
|
||||
, text-zipper >=0.4
|
||||
, time >=1.5
|
||||
, transformers
|
||||
, vector
|
||||
, vty >=6.1 && <6.3
|
||||
, vty-crossplatform >=0.4.0.0 && <0.5.0.0
|
||||
default-language: Haskell2010
|
||||
if (flag(ghcdebug))
|
||||
cpp-options: -DGHCDEBUG
|
||||
build-depends:
|
||||
ghc-debug-stub >=0.6.0.0 && <0.7
|
||||
if os(windows)
|
||||
build-depends:
|
||||
vty-windows >=0.2.0.1 && <0.3.0.0
|
||||
else
|
||||
build-depends:
|
||||
unix
|
||||
|
||||
executable hledger-ui
|
||||
main-is: hledger-ui.hs
|
||||
other-modules:
|
||||
Paths_hledger_ui
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
|
||||
cpp-options: -DVERSION="1.34"
|
||||
build-depends:
|
||||
base >=4.14 && <4.20
|
||||
, hledger-ui
|
||||
default-language: Haskell2010
|
||||
if (flag(ghcdebug))
|
||||
cpp-options: -DGHCDEBUG
|
||||
build-depends:
|
||||
ghc-debug-stub >=0.6.0.0 && <0.7
|
||||
if flag(threaded)
|
||||
ghc-options: -threaded -with-rtsopts=-T
|
@@ -1,3 +1,99 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 7 10:45:20 UTC 2025 - Björn Kettunen <bjorn.kettunen@thaodan.de>
|
||||
|
||||
- Install embedded man and info pages to be viewable without
|
||||
invoking hledger first i.e. to view in any man/info viewer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 21:57:27 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.43.2.
|
||||
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-ui-1.43.2/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 17:08:34 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.43.1.
|
||||
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-ui-1.43.1/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 1 22:58:56 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.43.
|
||||
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-ui-1.43/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 28 22:09:26 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.42.2 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 16 23:39:12 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.42.2.
|
||||
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-ui-1.42.2/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 9 21:04:05 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.42.1 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 07:42:49 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.42.1.
|
||||
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-ui-1.42.1/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 17:17:51 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.42.
|
||||
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-ui-1.42/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 21:28:01 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.41 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 00:56:11 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.41.
|
||||
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-ui-1.41/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 21:16:35 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger-ui to version 1.40.
|
||||
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-ui-1.40/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 11:55:56 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hledger-ui
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,12 @@
|
||||
%global pkg_name hledger-ui
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: %{pkg_name}
|
||||
Version: 1.34
|
||||
Version: 1.43.2
|
||||
Release: 0
|
||||
Summary: Terminal 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-ansi-terminal-devel
|
||||
@@ -93,8 +92,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
A simple terminal user interface for the hledger accounting system. It can be a
|
||||
more convenient way to browse your accounts than the CLI. This package
|
||||
currently does not support Microsoft Windows, except in WSL.
|
||||
more convenient way to browse your accounts than the CLI.
|
||||
|
||||
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
|
||||
@@ -136,7 +134,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
cp -p %{SOURCE1} %{name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
@@ -145,6 +142,9 @@ cp -p %{SOURCE1} %{name}.cabal
|
||||
%ghc_lib_install
|
||||
%ghc_fix_rpath %{pkg_name}-%{version}
|
||||
|
||||
install -Dm644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
install -Dm644 %{name}.info %{buildroot}%{_infodir}/%{name}.info
|
||||
|
||||
%post -n ghc-%{name}-devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
@@ -155,6 +155,8 @@ cp -p %{SOURCE1} %{name}.cabal
|
||||
%license LICENSE
|
||||
%doc CHANGES.md README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_infodir}/%{name}.info%{?ext_info}
|
||||
|
||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user