The NetBSD Project

CVS log for pkgsrc/devel/hs-hls-qualify-imported-names-plugin/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-hls-qualify-imported-names-plugin

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:47 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

*: recursive bump for icu 74.1

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 2 06:36:40 2023 UTC (5 months, 2 weeks ago) by pho
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Revbump all Haskell after updating lang/ghc96

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 31 13:05:41 2023 UTC (5 months, 2 weeks ago) by pho
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

devel/hs-hls-qualify-imported-names-plugin: Update to 2.4.0.0

No change log is provided by the upstream.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 9 04:54:20 2023 UTC (6 months, 1 week ago) by pho
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Bump Haskell packages after updating lang/ghc94

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:12 2023 UTC (12 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

revbump after textproc/icu update

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 7 01:40:40 2023 UTC (14 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 30 09:21:11 2023 UTC (14 months, 2 weeks ago) by pho
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

devel/hs-hls-qualify-imported-names-plugin: Update to 1.0.2.0

No release notes have been provided by upstream.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:38 2022 UTC (16 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

massive revision bump after textproc/icu update

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 7 06:50:47 2022 UTC (19 months, 1 week ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Recursive bump for recently updated Haskell packages

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 22 10:13:23 2022 UTC (19 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

*: bump for hs-vector-algorithms buildlink3.mk change

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 20 08:08:16 2022 UTC (19 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 26 03:57:58 2022 UTC (2 years, 1 month ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 16 10:17:37 2022 UTC (2 years, 2 months ago) by pho
Branch: MAIN

devel/hs-hls-qualify-imported-names-plugin: import hs-hls-qualify-imported-names-plugin-1.0.1.0

You've imported a number of modules, and have written a lot of code with
unqualified names. You want to import a new module but you know there will
be a number name clashes so you want to switch your current usage of names
to be qualified. It would be nice if you could change

  import Blah

to

  import Blah as Bloo

then magically qualify all the previous names imported from Blah with
Bloo. After doing that you could then change

  import Blah as Bloo

to

  import qualified Blah as Bloo

and import your the new module using names from it without worry. Well, now
you can...

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>