pointful-1.0.2: pointful.cabal
name: pointful
version: 1.0.2
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 <the.dead.shall.rise@gmail.com>
homepage: http://github.com/23Skidoo/pointful
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