Name: ghctags Version: 0.1 License: BSD3 Copyright: Norman Ramsey, 2006 Author: Norman Ramsey Maintainer: nr@eecs.harvard.edu Stability: experimental Synopsis: Generates tags files for Haskell programs Description: Generates tags files for Haskell programs. Uses the GHC API, so is able to handle all files that GHC can compile. Build-Depends: base, ghc, haskell98 Executable: ghctags Main-Is: GhcTags.hs