9 Commits

Author SHA256 Message Date
d60fe2b6c7 Accepting request 1297146 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1297146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cabal-plan?expand=0&rev=19
2025-08-03 11:37:38 +00:00
e803f0c765 osc copypac from project:devel:languages:haskell:ghc-9.12.x package:cabal-plan revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/cabal-plan?expand=0&rev=49
2025-07-30 21:01:23 +00:00
26f17d6d88 Accepting request 1284549 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1284549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cabal-plan?expand=0&rev=18
2025-06-11 14:26:50 +00:00
4a67715177 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:cabal-plan revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/cabal-plan?expand=0&rev=47
2025-06-10 13:34:23 +00:00
8979d31d5b Accepting request 1239810 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1239810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cabal-plan?expand=0&rev=17
2025-01-27 19:50:42 +00:00
37f0df011b osc copypac from project:devel:languages:haskell:ghc-9.10.x package:cabal-plan revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/cabal-plan?expand=0&rev=45
2025-01-17 22:01:08 +00:00
ecd6f90ffc Accepting request 1231409 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cabal-plan?expand=0&rev=16
2024-12-20 22:09:59 +00:00
338ef49c27 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:cabal-plan revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/cabal-plan?expand=0&rev=43
2024-12-16 09:30:51 +00:00
b0ea44bc7a osc copypac from project:devel:languages:haskell:ghc-9.10.x package:cabal-plan revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/cabal-plan?expand=0&rev=42
2024-12-10 11:25:51 +00:00
4 changed files with 37 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Jul 29 16:56:43 UTC 2025 - Peter Simons <psimons@suse.com>
- Update cabal-plan to version 0.7.6.1.
Upstream has not updated the file "ChangeLog.md" since the last
release.
-------------------------------------------------------------------
Thu Jun 5 23:21:12 UTC 2025 - Peter Simons <psimons@suse.com>
- Update cabal-plan to version 0.7.6.0.
## 0.7.6.0
* Use Cabal-syntax-3.12
* Support GHC-8.8.4...9.12.2
-------------------------------------------------------------------
Mon Jan 13 20:40:37 UTC 2025 - Peter Simons <psimons@suse.com>
- Update cabal-plan to version 0.7.5.0.
## 0.7.5.0
* No changes in the library
* Add `-f` filter flag to `tred` command to only show parts of the graph to given package(s).
This essentially answers "why that package" is in the build plan.
-------------------------------------------------------------------
Mon Dec 16 07:49:15 UTC 2024 - Peter Simons <psimons@suse.com>
- Use prettier Cabal flag specification; no functional change.
-------------------------------------------------------------------
Sat Jun 8 16:15:36 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cabal-plan
#
# 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,7 +19,7 @@
%global pkg_name cabal-plan
%global pkgver %{pkg_name}-%{version}
Name: %{pkg_name}
Version: 0.7.4.0
Version: 0.7.6.1
Release: 0
Summary: Library and utility for processing cabal's plan.json file
License: GPL-2.0-or-later
@@ -140,7 +140,7 @@ This package provides the Haskell %{pkg_name} profiling library.
cabal-tweak-dep-ver ansi-terminal "^>=1.1" "< 2"
%build
%define cabal_configure_options -fexe
%define cabal_configure_options -f+exe
%ghc_lib_build
%install