cr-1.2: cr.cabal
Name: cr
Version: 1.2
Cabal-Version: >= 1.8
License: GPL-3
License-File: LICENSE
Stability: experimental
Author: Alexandru Scvortov <scvalex@gmail.com>
Maintainer: scvalex@gmail.com
Homepage: https://github.com/scvalex/cr
Category: System, Control, Network
Synopsis: Code review tool
Build-Type: Simple
Description:
See the @README.md@ file and the homepage for details.
Extra-Source-Files: Makefile
Data-Files: README.md, LICENSE
Source-repository head
Type: git
Location: https://github.com/scvalex/cr.git
Executable cr
Build-depends: base >= 4 && < 5, cmdargs, directory, shelly,
text, process, transformers, unix
Main-Is: Cr.hs
Ghc-options: -Wall