Bug 285659 - [NEW PORT] devel/hs-cabal-plan: utility for processing cabal's plan.json file
Summary: [NEW PORT] devel/hs-cabal-plan: utility for processing cabal's plan.json file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-25 22:27 UTC by gatekeeper
Modified: 2025-03-28 05:56 UTC (History)
1 user (show)

See Also:


Attachments
git patch (21.16 KB, patch)
2025-03-25 22:27 UTC, gatekeeper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gatekeeper 2025-03-25 22:27:25 UTC
Created attachment 259029 [details]
git patch

Hi; I am hereby submitting a patch to support cabal-plan, a Haskell tool for processing the plan.json from cabal. Thanks!
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2025-03-28 05:54:48 UTC
Committed.
Thanks for your contribution!
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-03-28 05:56:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=075b56026d5106cb053915cdbc052dc4bc8e227e

commit 075b56026d5106cb053915cdbc052dc4bc8e227e
Author:     gatekeeper <tiago.gasiba@gmail.com>
AuthorDate: 2025-03-28 05:38:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-28 05:55:18 +0000

    devel/hs-cabal-plan: New port: Utility for processing cabal's plan.json file

    PR:             285659

 devel/Makefile                      |   1 +
 devel/hs-cabal-plan/Makefile (new)  |  75 ++++++++++++++
 devel/hs-cabal-plan/distinfo (new)  | 195 ++++++++++++++++++++++++++++++++++++
 devel/hs-cabal-plan/pkg-descr (new) |   7 ++
 4 files changed, 278 insertions(+)