Name: typalyze Version: 0.1.1 License: BSD3 License-file: LICENSE Author: Matthew Danish Maintainer: mrd@debian.org Build-Depends: base, ghc, filepath, process, bytestring, directory Synopsis: Analyzes Haskell source files for easy reference data-files: README, INSTALL, elisp/typalyze.el build-type: Simple Homepage: http://www.decidable.org/haskell/typalyze Category: Development Description: A tool to assist developers of IDEs and other code analyzing programs. Processes Haskell source files and outputs information about types in an efficient machine-readable format. Contains an Emacs mode and a program to update cached information in the background. Executable: typalyze Main-Is: Main.hs Hs-Source-Dirs: src Other-Modules: SST Executable: hswatch Main-Is: HsWatch.hs Hs-Source-Dirs: src ghc-options: -threaded