name: pointful version: 1.0.4 synopsis: Pointful refactoring tool description: Stand-alone command-line version of the pointful plugin for lambdabot. category: Development license: BSD3 license-file: LICENSE author: Mikhail Glushenkov maintainer: Mikhail Glushenkov homepage: http://github.com/23Skidoo/pointful bug-reports: http://github.com/23Skidoo/pointful/issues build-type: Simple extra-source-files: Lambdabot/*.hs cabal-version: >= 1.6 Flag separateSYB Description: Data.Generics available in separate package. Executable pointful main-is: Pointful.hs build-depends: containers, haskell-src, mtl if flag(separateSYB) build-Depends: base >= 4 && < 5, syb else build-Depends: base >= 3 && < 4 Source-Repository head type: git location: https://github.com/23Skidoo/pointful.git