imp: Automatically import modules.

[ library, mit, plugin ] [ Propose Tags ]

Imp is a GHC plugin that automatically imports modules when they are used, like GHCi does. This allows writing code using qualified identifiers without manually importing the modules.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
pedanticDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2024.3.18, 0.2024.3.20, 0.2024.3.20.1, 0.2024.3.21, 1.0.0.0, 1.0.0.1, 1.0.1.0, 1.0.2.0
Change log CHANGELOG.md
Dependencies base (>=4.17.0.0 && <4.18 || >=4.18.0.0 && <4.19 || >=4.19.0.0 && <4.20), containers (>=0.6.7 && <0.7), exceptions (>=0.10.5 && <0.11), ghc (>=9.4.1 && <9.5 || >=9.6.1 && <9.7 || >=9.8.1 && <9.9) [details]
License MIT
Author
Maintainer Taylor Fausak
Category Plugin
Source repo head: git clone https://github.com/tfausak/imp
Uploaded by fozworth at 2024-03-20T14:55:30Z
Distributions NixOS:1.0.1.0, Stackage:1.0.2.0
Downloads 145 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-20 [all 1 reports]

Readme for imp-0.2024.3.20

[back to package description]

Imp

Imp is a GHC plugin that automatically imports modules when they are used, like GHCi does. This allows writing code using qualified identifiers without manually importing the modules.