pointful-1.1.0.0: pointful.cabal
name: pointful
version: 1.1.0.0
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: 2.0
extra-source-files: README.md
CHANGELOG.md
tested-with: GHC == 7.8.4, GHC == 7.10.3,
GHC == 8.0.2, GHC == 8.2.2,
GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
Source-repository head
type: git
location: https://github.com/23Skidoo/pointful.git
Source-repository this
type: git
location: https://github.com/23Skidoo/pointful.git
tag: pointful-1.1.0.0
Library
default-language: Haskell2010
exposed-modules: Lambdabot.Pointful
other-modules: Lambdabot.Parser
build-depends:
base >= 4.7 && < 4.13 || ^>= 4.13,
containers >= 0.4 && < 0.6 || ^>= 0.6,
haskell-src-exts-simple >= 1.18 && < 1.21 || ^>= 1.21,
mtl >= 2 && < 2.2 || ^>= 2.2,
syb >= 0.3 && < 0.7 || ^>= 0.7,
transformers >= 0.2 && < 0.5 || ^>= 0.5
Executable pointful
default-language: Haskell2010
hs-source-dirs: main
main-is: Pointful.hs
build-depends: base >= 4.4 && < 5,
pointful