The goal of this project is to create developer tools for the functional programming language Haskell. Currently this repository contains the ht-refact tool, a refactoring tool for haskell.
There are some packages that are required to be installed for haskell-tools:
This repository contains several related packages in the src directory. You should install them in this order:
- haskell-tools-ast
- haskell-tools-ast-ghc
- haskell-tools-ast-trf
- haskell-tools-ast-ppr
- haskell-tools-ast-gen
- haskell-tools-refactor
Or you might want to just start it in ghci: ghci -package ghc -isrc\ast;src\ast-ghc;src\ast-trf;src\ast-ppr;src\ast-gen;src\refactor Language.Haskell.Tools.Refactor
(from root, on Windows)
Sources for the demo application can be found here