scan-0.1.0.9: scan.cabal
cabal-version: >= 1.4
build-type: Simple
name: scan
version: 0.1.0.9
license: BSD3
license-file: doc/LICENSE
category: Development
author: chr.maeder@web.de
maintainer: chr.maeder@web.de
copyright: Christian Maeder 2010
synopsis: lexical style suggestions for source code
description:
scan checks the format of your haskell source code regarding:
comments, white spaces and line breaks.
homepage: http://projects.haskell.org/style-scanner
stability: experimental
flag parsec1
Description: Use parsec1
Default: False
executable scan
if flag(parsec1)
build-depends: parsec1
else
build-depends: parsec
build-depends: base < 5
hs-source-dirs: src
main-is: scan.hs
other-modules: Language.Haskell.Scanner
ghc-options: -Wall