Path to this page:
NOTICE: This package has been removed from pkgsrc"This package is currently incompatible with ghcide>=2.7, hls-plugin-api>=2.7" ./
devel/hs-hls-qualify-imported-names-plugin,
Haskell Language Server plugin that qualifies imported names
Branch: CURRENT,
Version: 2.4.0.0nb2,
Package name: hs-hls-qualify-imported-names-plugin-2.4.0.0nb2,
Maintainer: pkgsrc-usersYou'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)
- (2024-05-06) Package deleted from pkgsrc
- (2023-11-08) Updated to version: hs-hls-qualify-imported-names-plugin-2.4.0.0nb2
- (2023-11-02) Updated to version: hs-hls-qualify-imported-names-plugin-2.4.0.0nb1
- (2023-10-31) Updated to version: hs-hls-qualify-imported-names-plugin-2.4.0.0
- (2023-10-09) Updated to version: hs-hls-qualify-imported-names-plugin-1.0.2.0nb3
- (2023-04-19) Updated to version: hs-hls-qualify-imported-names-plugin-1.0.2.0nb2
CVS history: (Expand)