CVS log for pkgsrc/devel/hs-hls-qualify-imported-names-plugin/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-hls-qualify-imported-names-plugin
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15
Sun May 5 10:51:48 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.14: +1 -1
lines
devel/hs-hls-qualify-imported-names-plugin: Remove
This package is now part of devel/haskell-language-server.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat May 4 13:00:58 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1
lines
devel/hs-hls-qualify-imported-names-plugin: Mark the package as BROKEN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:47 2023 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
*: recursive bump for icu 74.1
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:40 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 31 13:05:41 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:20 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:08:12 2023 UTC (23 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
revbump after textproc/icu update
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:40 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 30 09:21:11 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3
lines
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 - view: text, markup, annotated - select for diffs
Wed Nov 23 16:18:38 2022 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
massive revision bump after textproc/icu update
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Sep 7 06:50:47 2022 UTC (2 years, 6 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Recursive bump for recently updated Haskell packages
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 22 10:13:23 2022 UTC (2 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
*: bump for hs-vector-algorithms buildlink3.mk change
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:08:16 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:57:58 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 16 10:17:37 2022 UTC (3 years, 1 month ago) by pho
Branches: 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...
CVSweb <webmaster@jp.NetBSD.org>