cabal-version: >= 1.6 build-type: Simple name: neil version: 0.10 license: BSD3 license-file: LICENSE category: Development author: Neil Mitchell maintainer: Neil Mitchell copyright: Neil Mitchell 2010-2015 synopsis: General tools for Neil description: General tools for Neil. Typically, I don't bother releasing these tools, and just leave them in the Git repo. homepage: http://community.haskell.org/~ndm/ bug-reports: https://github.com/ndmitchell/neil/issues tested-with: GHC==7.10.1, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2 extra-doc-files: CHANGES.txt README.md source-repository head type: git location: https://github.com/ndmitchell/neil.git flag small default: False description: Minimise dependencies executable neil hs-source-dirs: src build-depends: base == 4.*, filepath, directory, time, process, extra >= 0.5, containers, cmdargs if flag(small) cpp-options: -DSMALL else build-depends: GoogleChart, old-time, json main-is: Main.hs other-modules: Paper.LatexError Paper.Haskell.Latex.Parser Paper.Haskell.Haskell.Provides Paper.Haskell.Haskell.Tweak Paper.Haskell.Fragment Paper.Haskell.Check Paper.Util.String Paper.Util.CmdNumber Paper.Haskell2.Haskell Paper.Haskell2.Type Paper.Haskell2.Stage3 Paper.Haskell2.Stage2 Paper.Util.IO Paper.Util.Error Paper.Haskell2.Stage1 Paper.Todo Paper.Ref Paper.Ftp Paper.Sync Paper.Push Paper.Haskell2.All Paper.WordCount Paper.Talk Paper.Make Paper.Graph Paper.Util.FileData Paper.Haskell Paper.Main Arguments Cabal Git Travis