SHA256
1
0
forked from pool/hledger-ui

Compare commits

...

7 Commits

Author SHA256 Message Date
Dominique Leuenberger
a685f98c92 Accepting request 1244290 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1244290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger-ui?expand=0&rev=31
2025-02-09 19:01:46 +00:00
Peter Simons
1151a3dcd1 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:hledger-ui revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=69
2025-02-01 22:00:41 +00:00
Dominique Leuenberger
39ddae1830 Accepting request 1231499 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger-ui?expand=0&rev=30
2024-12-20 22:11:21 +00:00
Peter Simons
46060677fc osc copypac from project:devel:languages:haskell:ghc-9.10.x package:hledger-ui revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=67
2024-12-16 07:50:42 +00:00
Peter Simons
defb5d3e43 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:hledger-ui revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=66
2024-12-10 11:26:01 +00:00
Ana Guerrero
de5182ff6a Accepting request 1218584 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger-ui?expand=0&rev=29
2024-10-28 14:20:00 +00:00
Peter Simons
7a9d667795 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:hledger-ui revision:17, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=64
2024-10-26 13:48:29 +00:00
5 changed files with 46 additions and 26 deletions

View File

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

3
hledger-ui-1.41.tar.gz Normal file
View File

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

View File

@ -1,11 +1,11 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0. -- This file has been generated from package.yaml by hpack version 0.37.0.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-ui name: hledger-ui
version: 1.34 version: 1.41
x-revision: 1 x-revision: 1
synopsis: Terminal interface for the hledger accounting system synopsis: Terminal interface for the hledger accounting system
description: A simple terminal user interface for the hledger accounting system. description: A simple terminal user interface for the hledger accounting system.
@ -40,8 +40,8 @@ source-repository head
type: git type: git
location: https://github.com/simonmichael/hledger location: https://github.com/simonmichael/hledger
flag ghcdebug flag debug
description: Build with support for attaching a ghc-debug client description: Build with GHC 9.10+'s stack traces enabled
manual: True manual: True
default: False default: False
@ -74,24 +74,24 @@ library
hs-source-dirs: hs-source-dirs:
./ ./
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind 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" cpp-options: -DVERSION="1.41" -DVERSION="1.41"
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.14 && <4.20 , base >=4.14 && <4.21
, brick >=2.1.1 && <2.5 , brick >=2.1.1 && <2.3.2 || >2.3.2 && <3
, cmdargs >=0.8 , cmdargs >=0.8
, containers >=0.5.9 , containers >=0.5.9
, data-default , data-default
, directory , directory
, doclayout >=0.3 && <0.5 , doclayout >=0.3 && <0.6
, extra >=1.6.3 , extra >=1.6.3
, filepath , filepath
, fsnotify ==0.4.* , fsnotify ==0.4.*
, githash >=0.1.6.2 , githash >=0.1.6.2
, hledger ==1.34.* , hledger ==1.41.*
, hledger-lib ==1.34.* , hledger-lib ==1.41.*
, megaparsec >=7.0.0 && <9.7 , megaparsec >=7.0.0 && <9.8
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
, mtl >=2.2.1 , mtl >=2.2.1
@ -106,10 +106,8 @@ library
, vty >=6.1 && <6.3 , vty >=6.1 && <6.3
, vty-crossplatform >=0.4.0.0 && <0.5.0.0 , vty-crossplatform >=0.4.0.0 && <0.5.0.0
default-language: Haskell2010 default-language: Haskell2010
if (flag(ghcdebug)) if (flag(debug))
cpp-options: -DGHCDEBUG cpp-options: -DDEBUG
build-depends:
ghc-debug-stub >=0.6.0.0 && <0.7
if os(windows) if os(windows)
build-depends: build-depends:
vty-windows >=0.2.0.1 && <0.3.0.0 vty-windows >=0.2.0.1 && <0.3.0.0
@ -124,14 +122,12 @@ executable hledger-ui
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.34" cpp-options: -DVERSION="1.41"
build-depends: build-depends:
base >=4.14 && <4.20 base >=4.14 && <4.21
, hledger-ui , hledger-ui
default-language: Haskell2010 default-language: Haskell2010
if (flag(ghcdebug)) if (flag(debug))
cpp-options: -DGHCDEBUG cpp-options: -DDEBUG
build-depends:
ghc-debug-stub >=0.6.0.0 && <0.7
if flag(threaded) if flag(threaded)
ghc-options: -threaded -with-rtsopts=-T ghc-options: -threaded -with-rtsopts=-T

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
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> Fri Jul 12 11:55:56 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package hledger-ui # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name hledger-ui %global pkg_name hledger-ui
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
Name: %{pkg_name} Name: %{pkg_name}
Version: 1.34 Version: 1.41
Release: 0 Release: 0
Summary: Terminal interface for the hledger accounting system Summary: Terminal interface for the hledger accounting system
License: GPL-3.0-or-later License: GPL-3.0-or-later