-- Initial trawl.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: trawl version: 0.1.0.0 synopsis: A tool for finding haddocks description: trawl is a human-friendly wrapper around ghc-pkg, for locating local documentation for Haskell packages and modules. license: BSD3 license-file: LICENSE author: Ben James maintainer: bmjames@gmail.com copyright: Copyright 2015 Ben James category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 homepage: https://github.com/bmjames/trawl bug-reports: https://github.com/bmjames/trawl/issues source-repository head type: git location: https://github.com/bmjames/trawl.git executable trawl main-is: Main.hs other-modules: Process -- other-extensions: build-depends: base >=4.7 && <4.9 , Cabal >=1.22 , directory , filepath , MissingH , process , optparse-applicative ==0.11.* , split -- hs-source-dirs: default-language: Haskell2010