2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80) |
Log message:
*: bump for hs-vector-algorithms buildlink3.mk change
|
2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211) |
Log message:
hs*: recursive bump for new dependencies needed
for hs-aeson, hs-vector
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-16 11:17:37 by Masatake Daimon | Files touched by this commit (5) |
Log message:
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...
|