Date: Wed, 19 May 2021 14:15:21 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f9f6c305fb4d - main - games/hs-scroll: Adapt to recent USES=cabal changes Message-ID: <202105191415.14JEFLXt028001@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9f6c305fb4d0926f0c006fa53bdcc9690e88922 commit f9f6c305fb4d0926f0c006fa53bdcc9690e88922 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-05-19 08:04:42 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-05-19 14:13:51 +0000 games/hs-scroll: Adapt to recent USES=cabal changes --- games/hs-scroll/files/patch-lib_UI_NCurses.chs | 2 +- games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/hs-scroll/files/patch-lib_UI_NCurses.chs b/games/hs-scroll/files/patch-lib_UI_NCurses.chs index a1045151d627..7e5a2d8c9ef4 100644 --- a/games/hs-scroll/files/patch-lib_UI_NCurses.chs +++ b/games/hs-scroll/files/patch-lib_UI_NCurses.chs @@ -1,5 +1,5 @@ --- ncurses-0.2.16/lib/UI/NCurses.chs.orig 2016-08-29 01:09:37 UTC -+++ ncurses-0.2.16/lib/UI/NCurses.chs ++++ _cabal_deps/ncurses-0.2.16/lib/UI/NCurses.chs @@ -435,12 +435,12 @@ setColor (ColorID pair) = withWindow_ "s -- | Add some text to the window, at the current cursor position. drawString :: String -> Update () diff --git a/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs b/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs index b7c40c960a47..44ccb6305405 100644 --- a/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs +++ b/games/hs-scroll/files/patch-ncurses-0.2.16_lib_UI_NCurses_Enums.chs @@ -1,5 +1,5 @@ --- ncurses-0.2.16/lib/UI/NCurses/Enums.chs.orig 2016-08-29 01:09:37 UTC -+++ ncurses-0.2.16/lib/UI/NCurses/Enums.chs ++++ _cabal_deps/ncurses-0.2.16/lib/UI/NCurses/Enums.chs @@ -41,7 +41,7 @@ class Enum a where pred, succ :: a -> a pred = error "ncurses Enum: pred"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105191415.14JEFLXt028001>