packages feed

PlslTools-0.0.2: PlslTools.cabal

Name:		PlslTools
Version:	0.0.2
Cabal-Version:  >= 1.2
License:	BSD3
License-File:	LICENSE
Author:		Larry Layland
Homepage:	LLayland.wordpress.com  
Category:	PL/SQL tools
Synopsis:	So far just a lint like program for PL/SQL. Diff and refactoring tools are planned
Stability: alpha
Build-Type: Simple
Data-Files: changelog.txt, plsl_lint/test_files/test_pl.sql

Executable PlslLint
  Build-Depends: old-locale >= 1.0.0.0,
                 old-time >= 1.0.0.0,
                 filepath >= 1.1.0.0,
                 directory >= 1.0.0.1,
                 process >= 1.0.0.1,
                 random >= 1.0.0.0,
                 array >= 0.1.0.0,
                 haskell98, base,
                 parsec >= 2.1.0.1
  Main-Is:        Main.hs
  Hs-Source-Dirs: plsl_lint
  Other-Modules: Plsl_ast, Plsl_parse