Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-hls-qualify-imported-names-plugin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:38 2022 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
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 (4 months, 3 weeks 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 (5 months, 1 week 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 (5 months, 1 week 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 (11 months 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 (11 months, 1 week 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...