serokell/importify

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.stylish-haskell.yaml
.travis.yml
CHANGES.md
CODEOWNERS
CONTRIBUTING.md
LICENSE
README.md
Setup.hs
app/Main.hs
app/Options.hs
importify.cabal
safe_importify.sh
src/Extended/Data/Bool.hs
src/Extended/Data/List.hs
src/Extended/Data/Str.hs
src/Extended/Lens/TH.hs
src/Extended/System/Wlog.hs
src/Importify/Cabal.hs
src/Importify/Cabal/Extension.hs
src/Importify/Cabal/Module.hs
src/Importify/Cabal/Package.hs
src/Importify/Cabal/Target.hs
src/Importify/Environment.hs
src/Importify/Main.hs
src/Importify/Main/Cache.hs
src/Importify/Main/File.hs
src/Importify/ParseException.hs
src/Importify/Path.hs
src/Importify/Preprocessor.hs
src/Importify/Pretty.hs
src/Importify/Resolution.hs
src/Importify/Resolution/Explicit.hs
src/Importify/Resolution/Hiding.hs
src/Importify/Resolution/Implicit.hs
src/Importify/Resolution/Qualified.hs
src/Importify/Stack.hs
src/Importify/Syntax.hs
src/Importify/Syntax/Import.hs
src/Importify/Syntax/Module.hs
src/Importify/Syntax/Scoped.hs
src/Importify/Syntax/Text.hs
src/Importify/Tree.hs
stack-8.0.1.yaml
stack-8.0.2.yaml
stack.yaml
test/GGenerator.hs
test/hspec/Runner.hs
test/hspec/Test/Cache.hs