File pointful.cabal of Package pointful
name: pointful
version: 1.0.9
x-revision: 1
synopsis: Pointful refactoring tool
description: Stand-alone command-line version of the pointful plugin
for Lambdabot.
category: Development
license: BSD3
license-file: LICENSE
author: Thomas Jäger, Bertram Felgenhauer, James Cook et al.
maintainer: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
homepage: http://github.com/23Skidoo/pointful
build-type: Simple
cabal-version: >= 1.8
Library
exposed-modules: Lambdabot.Pointful
other-modules: Lambdabot.Parser
build-depends: base >= 4.4 && < 5,
containers >= 0.4,
haskell-src-exts-simple >= 1.18.0 && < 1.20,
mtl >= 2,
syb >= 0.3,
transformers >= 0.2
Executable pointful
hs-source-dirs: main
main-is: Pointful.hs
build-depends: base >= 4.4 && < 5,
pointful