./devel/hs-hls-qualify-imported-names-plugin, Haskell Language Server plugin that qualifies imported names

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.0.0nb2, Package name: hs-hls-qualify-imported-names-plugin-2.4.0.0nb2, Maintainer: pkgsrc-users

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...


Master sites:

Filesize: 257.547 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 14:05:41 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-hls-qualify-imported-names-plugin: Update to 2.4.0.0

No change log is provided by the upstream.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-01-30 10:21:11 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-hls-qualify-imported-names-plugin: Update to 1.0.2.0

No release notes have been provided by upstream.
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages