Move case split and sig. generation to own files

- Created SrcUtils module for shared functionality
This commit is contained in:
Alejandro Serrano
2014-06-21 11:38:44 +02:00
parent 8c56d2e3c8
commit a45fb4c6f5
6 changed files with 388 additions and 353 deletions

View File

@@ -43,4 +43,5 @@ import Language.Haskell.GhcMod.Lang
import Language.Haskell.GhcMod.Lint
import Language.Haskell.GhcMod.List
import Language.Haskell.GhcMod.PkgDoc
import Language.Haskell.GhcMod.Rewrite
import Language.Haskell.GhcMod.Types