ivan-m / haskell-docs

Get the Haskell documentation of a name from a module
BSD 3-Clause "New" or "Revised" License
32 stars 8 forks source link

Pass GHC --package-db options to Cabal query #10

Closed TheLinuxKitten closed 10 years ago

TheLinuxKitten commented 10 years ago

List of issues:

  1. Fix --g flag.
  2. Read/Write index file with utf8 encoding to avoid IO errors.
  3. Pass GHC --package-db options to Cabal query of installed packages when creating the index
chrisdone commented 10 years ago

Please make a patch for each change rather than one big one.