The NetBSD Project

CVS log for pkgsrc/devel/hs-ansi-terminal/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-ansi-terminal

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 2 06:36:17 2023 UTC (4 weeks, 5 days ago) by pho
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Revbump all Haskell after updating lang/ghc96

Revision 1.16 / (download) - annotate - [select for diffs], Thu Oct 26 07:31:18 2023 UTC (5 weeks, 5 days ago) by pho
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (colored)

devel/hs-ansi-terminal: Update to 1.0

Version 1.0
* On Windows, drop support for legacy Windows requiring emulation.
* On Windows, the package no longer depends (directly or indirectly) on the
  Win32, array, containers, deepseq, filepath, ghc-boot-th, mintty, pretty
  or template-haskell packages.
* hSupportsANSI no longer assumes that the given handle is writeable.
* hSupportsANSIWithoutEmulation is deprecated.

Version 0.11.5
* Module System.Console.ANSI.Types spun out to new dependency package
  ansi-terminal-types-0.11.5.
* Drop support for GHC versions before GHC 7.10.1 (released March 2015).
* Improvements to Haddock documentation.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 9 04:54:06 2023 UTC (8 weeks, 1 day ago) by pho
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Bump Haskell packages after updating lang/ghc94

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 7 01:40:26 2023 UTC (9 months, 4 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 7 06:50:45 2022 UTC (14 months, 4 weeks ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive bump for recently updated Haskell packages

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 6 18:41:45 2022 UTC (14 months, 4 weeks ago) by pho
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Update to ansi-terminal-0.11.3

Version 0.11.3
* Add "hyperlink", "hyperlinkWithId" and "hyperlinkWithParams", and support
  for clicable hyperlinks.

Version 0.11.2
* On Windows, fix compatability with the Windows I/O Manager (WinIO) when
  GHC >= 9.0.1 but Win32 < 2.9.0.0.
* Improvements to Haddock documentation.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 26 03:57:47 2022 UTC (21 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 12 08:50:27 2022 UTC (21 months, 3 weeks ago) by pho
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

revbump after changing the default Haskell compiler

Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 11 09:46:16 2022 UTC (21 months, 3 weeks ago) by pho
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

Update to ansi-terminal-0.11.1

Version 0.11.1
* On Windows, fix compatability with the Windows I/O Manager (WinIO)
  introduced in GHC 9.0.1, by incorporating changes made in package
  Win32-2.13.2.0 in that regard.
* Improvements to Haddock documentation.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 18 02:48:03 2022 UTC (22 months, 2 weeks ago) by pho
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump packages that depends on GHC

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 3 19:00:54 2021 UTC (2 years, 7 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

*: Bump PKGREVISION for ghc-9.0.1

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 23 10:49:00 2021 UTC (2 years, 7 months ago) by pho
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Update to ansi-terminal-0.11

Version 0.11
* Remove deprecated getCursorPosition0. (Use getCursorPosition
  instead.)
* On Unix-like operating systems, the temporary turning off of echoing
  is moved from getReportedCursorPosition to hGetCursorPositon.
* On Unix-like operating systems, fix a bug in getCursorPosition and
  hGetCursorPosition, where the console input stream was was not
  always clear before the cursor position was emitted into it.

Version 0.10.3
* Add getCursorPosition as a synonym of getCursorPosition0 and
  deprecate the latter.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 11 13:08:35 2020 UTC (3 years, 10 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Add missing dependency on devel/hs-colour

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 7 13:04:03 2018 UTC (5 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 6 13:00:44 2014 UTC (9 years, 1 month ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update to 0.6.2.1

CHANGELOG:
Version 0.6.2.1
---------------

Restore compatibility with GHC 7.4 and older

Version 0.6.2
-------------

* Add `hSupportsANSI`
* Drop support for `base < 4`

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 29 14:08:38 2014 UTC (9 years, 3 months ago) by szptvlfn
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

make it clear what package depend on

discussed with wiz@.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 1 12:07:44 2014 UTC (9 years, 4 months ago) by szptvlfn
Branch: MAIN

Import ansi-terminal-0.6.1.1 as devel/hs-ansi-terminal,
packaged for wip by pho.

ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals,
but only GHC is supported as a compiler.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>