Bug 278207 - converters/hs-dhall-json: Fix build with ghc96
Summary: converters/hs-dhall-json: Fix build with ghc96
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-06 21:57 UTC by Älven
Modified: 2024-04-07 07:32 UTC (History)
3 users (show)

See Also:
arrowd: maintainer-feedback+


Attachments
[PATCH] converters/hs-dhall-json: Fix build with ghc96 (51.75 KB, patch)
2024-04-06 22:00 UTC, Älven
alster: maintainer-approval? (haskell)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-04-06 21:57:23 UTC

    
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2024-04-06 21:57:23 UTC
Maintainer informed via mail
Comment 2 Älven 2024-04-06 22:00:51 UTC
Created attachment 249778 [details]
[PATCH] converters/hs-dhall-json: Fix build with ghc96
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-04-07 07:31:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=510a302b70652f7238ce64dac829de675d8d6277

commit 510a302b70652f7238ce64dac829de675d8d6277
Author:     Andrey Korobkov <alster@vinterdalen.se>
AuthorDate: 2024-04-07 07:28:31 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-04-07 07:29:00 +0000

    converters/hs-dhall-json: Switch to GHC 9.6

    PR:             278207

 converters/hs-dhall-json/Makefile | 165 +++++++++--------
 converters/hs-dhall-json/distinfo | 366 +++++++++++++++++++++-----------------
 2 files changed, 292 insertions(+), 239 deletions(-)
Comment 4 Gleb Popov freebsd_committer freebsd_triage 2024-04-07 07:32:21 UTC
Pushed, thank you.